Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_STATUSBAR (gtk_statusbar_get_type ()) |
#define | GTK_STATUSBAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_STATUSBAR, GtkStatusbar)) |
#define | GTK_IS_STATUSBAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_STATUSBAR)) |
Typedefs | |
typedef struct _GtkStatusbar | GtkStatusbar |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_statusbar_get_type (void) G_GNUC_CONST |
GDK_DEPRECATED_IN_4_10 GtkWidget * | gtk_statusbar_new (void) |
GDK_DEPRECATED_IN_4_10 guint | gtk_statusbar_get_context_id (GtkStatusbar *statusbar, const char *context_description) |
GDK_DEPRECATED_IN_4_10 guint | gtk_statusbar_push (GtkStatusbar *statusbar, guint context_id, const char *text) |
GDK_DEPRECATED_IN_4_10 void | gtk_statusbar_pop (GtkStatusbar *statusbar, guint context_id) |
GDK_DEPRECATED_IN_4_10 void | gtk_statusbar_remove (GtkStatusbar *statusbar, guint context_id, guint message_id) |
GDK_DEPRECATED_IN_4_10 void | gtk_statusbar_remove_all (GtkStatusbar *statusbar, guint context_id) |
#define GTK_IS_STATUSBAR | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_STATUSBAR)) |
Definition at line 38 of file gtkstatusbar.h.
#define GTK_STATUSBAR | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_STATUSBAR, GtkStatusbar)) |
Definition at line 37 of file gtkstatusbar.h.
#define GTK_TYPE_STATUSBAR (gtk_statusbar_get_type ()) |
Definition at line 36 of file gtkstatusbar.h.
typedef struct _GtkStatusbar GtkStatusbar |
Definition at line 40 of file gtkstatusbar.h.
GDK_DEPRECATED_IN_4_10 guint gtk_statusbar_get_context_id | ( | GtkStatusbar * | statusbar, |
const char * | context_description ) |
GDK_AVAILABLE_IN_ALL GType gtk_statusbar_get_type | ( | void | ) |
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_statusbar_new | ( | void | ) |
GDK_DEPRECATED_IN_4_10 void gtk_statusbar_pop | ( | GtkStatusbar * | statusbar, |
guint | context_id ) |
GDK_DEPRECATED_IN_4_10 guint gtk_statusbar_push | ( | GtkStatusbar * | statusbar, |
guint | context_id, | ||
const char * | text ) |
GDK_DEPRECATED_IN_4_10 void gtk_statusbar_remove | ( | GtkStatusbar * | statusbar, |
guint | context_id, | ||
guint | message_id ) |
GDK_DEPRECATED_IN_4_10 void gtk_statusbar_remove_all | ( | GtkStatusbar * | statusbar, |
guint | context_id ) |