GtkDialog

GtkDialog — a pop-up dialog window.

Synopsis

class GtkDialog GtkWindow
{
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<-- GtkBin<-- GtkWindow<--GtkDialog

Child Classes

GtkInputDialog

Related Functions

gtk_dialog_get_type () -- replaces GTK_TYPE_DIALOG
gtk_dialog_new ()

Example

See the Dialog example in the Example Code Appendix.