Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkwindow.h>
Go to the source code of this file.
Data Structures | |
struct | _GtkNativeDialogClass |
Macros | |
#define | GTK_TYPE_NATIVE_DIALOG (gtk_native_dialog_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_ALL void | gtk_native_dialog_show (GtkNativeDialog *self) |
GDK_AVAILABLE_IN_ALL void | gtk_native_dialog_hide (GtkNativeDialog *self) |
GDK_AVAILABLE_IN_ALL void | gtk_native_dialog_destroy (GtkNativeDialog *self) |
GDK_AVAILABLE_IN_ALL gboolean | gtk_native_dialog_get_visible (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_modal (GtkNativeDialog *self) |
GDK_AVAILABLE_IN_ALL void | gtk_native_dialog_set_title (GtkNativeDialog *self, const char *title) |
GDK_AVAILABLE_IN_ALL const char * | gtk_native_dialog_get_title (GtkNativeDialog *self) |
GDK_AVAILABLE_IN_ALL void | gtk_native_dialog_set_transient_for (GtkNativeDialog *self, GtkWindow *parent) |
GDK_AVAILABLE_IN_ALL GtkWindow * | gtk_native_dialog_get_transient_for (GtkNativeDialog *self) |
#define GTK_TYPE_NATIVE_DIALOG (gtk_native_dialog_get_type ()) |
Definition at line 29 of file gtknativedialog.h.
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_destroy | ( | GtkNativeDialog * | self | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_native_dialog_get_modal | ( | GtkNativeDialog * | self | ) |
GDK_AVAILABLE_IN_ALL const char * gtk_native_dialog_get_title | ( | GtkNativeDialog * | self | ) |
GDK_AVAILABLE_IN_ALL GtkWindow * gtk_native_dialog_get_transient_for | ( | GtkNativeDialog * | self | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_native_dialog_get_visible | ( | GtkNativeDialog * | self | ) |
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_hide | ( | GtkNativeDialog * | self | ) |
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_set_modal | ( | GtkNativeDialog * | self, |
gboolean | modal ) |
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_set_title | ( | GtkNativeDialog * | self, |
const char * | title ) |
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_set_transient_for | ( | GtkNativeDialog * | self, |
GtkWindow * | parent ) |
GDK_AVAILABLE_IN_ALL void gtk_native_dialog_show | ( | GtkNativeDialog * | self | ) |