21#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
22#error "Only <gtk/gtk.h> can be included directly."
29#define GTK_TYPE_NATIVE_DIALOG (gtk_native_dialog_get_type ())
46 void (* response) (GtkNativeDialog *self,
int response_id);
49 void (* show) (GtkNativeDialog *self);
50 void (* hide) (GtkNativeDialog *self);
53 void (*_gtk_reserved1) (void);
54 void (*_gtk_reserved2) (void);
55 void (*_gtk_reserved3) (void);
56 void (*_gtk_reserved4) (void);
#define GDK_AVAILABLE_IN_ALL
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_show(GtkNativeDialog *self)
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_set_title(GtkNativeDialog *self, const char *title)
GDK_AVAILABLE_IN_ALL GtkWindow * gtk_native_dialog_get_transient_for(GtkNativeDialog *self)
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_set_modal(GtkNativeDialog *self, gboolean modal)
GDK_AVAILABLE_IN_ALL gboolean gtk_native_dialog_get_visible(GtkNativeDialog *self)
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_destroy(GtkNativeDialog *self)
GDK_AVAILABLE_IN_ALL const char * gtk_native_dialog_get_title(GtkNativeDialog *self)
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_hide(GtkNativeDialog *self)
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_set_transient_for(GtkNativeDialog *self, GtkWindow *parent)
GDK_AVAILABLE_IN_ALL gboolean gtk_native_dialog_get_modal(GtkNativeDialog *self)
#define G_DECLARE_DERIVABLE_TYPE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, ParentName)
GObjectClass parent_class