Ardour
9.0-pre0-427-gd2a3450e2f
|
#include <gtk/gtklabel.h>
Go to the source code of this file.
Classes | |
struct | _GtkAccelLabel |
struct | _GtkAccelLabelClass |
Macros | |
#define | GTK_TYPE_ACCEL_LABEL (gtk_accel_label_get_type ()) |
#define | GTK_ACCEL_LABEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ACCEL_LABEL, GtkAccelLabel)) |
#define | GTK_ACCEL_LABEL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_ACCEL_LABEL, GtkAccelLabelClass)) |
#define | GTK_IS_ACCEL_LABEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ACCEL_LABEL)) |
#define | GTK_IS_ACCEL_LABEL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_ACCEL_LABEL)) |
#define | GTK_ACCEL_LABEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ACCEL_LABEL, GtkAccelLabelClass)) |
#define | gtk_accel_label_accelerator_width gtk_accel_label_get_accel_width |
Typedefs | |
typedef struct _GtkAccelLabel | GtkAccelLabel |
typedef struct _GtkAccelLabelClass | GtkAccelLabelClass |
Functions | |
GType | gtk_accel_label_get_type (void) G_GNUC_CONST |
GtkWidget * | gtk_accel_label_new (const gchar *string) |
GtkWidget * | gtk_accel_label_get_accel_widget (GtkAccelLabel *accel_label) |
guint | gtk_accel_label_get_accel_width (GtkAccelLabel *accel_label) |
void | gtk_accel_label_set_accel_widget (GtkAccelLabel *accel_label, GtkWidget *accel_widget) |
void | gtk_accel_label_set_accel_closure (GtkAccelLabel *accel_label, GClosure *accel_closure) |
gboolean | gtk_accel_label_refetch (GtkAccelLabel *accel_label) |
gchar * | _gtk_accel_label_class_get_accelerator_label (GtkAccelLabelClass *klass, guint accelerator_key, GdkModifierType accelerator_mods) |
#define GTK_ACCEL_LABEL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ACCEL_LABEL, GtkAccelLabel)) |
Definition at line 44 of file gtkaccellabel.h.
#define gtk_accel_label_accelerator_width gtk_accel_label_get_accel_width |
Definition at line 94 of file gtkaccellabel.h.
#define GTK_ACCEL_LABEL_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_ACCEL_LABEL, GtkAccelLabelClass)) |
Definition at line 45 of file gtkaccellabel.h.
#define GTK_ACCEL_LABEL_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ACCEL_LABEL, GtkAccelLabelClass)) |
Definition at line 48 of file gtkaccellabel.h.
#define GTK_IS_ACCEL_LABEL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ACCEL_LABEL)) |
Definition at line 46 of file gtkaccellabel.h.
#define GTK_IS_ACCEL_LABEL_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_ACCEL_LABEL)) |
Definition at line 47 of file gtkaccellabel.h.
#define GTK_TYPE_ACCEL_LABEL (gtk_accel_label_get_type ()) |
Definition at line 43 of file gtkaccellabel.h.
typedef struct _GtkAccelLabel GtkAccelLabel |
Definition at line 41 of file gtkaccellabel.h.
typedef struct _GtkAccelLabelClass GtkAccelLabelClass |
Definition at line 41 of file gtkaccellabel.h.
gchar* _gtk_accel_label_class_get_accelerator_label | ( | GtkAccelLabelClass * | klass, |
guint | accelerator_key, | ||
GdkModifierType | accelerator_mods | ||
) |
GtkWidget* gtk_accel_label_get_accel_widget | ( | GtkAccelLabel * | accel_label | ) |
guint gtk_accel_label_get_accel_width | ( | GtkAccelLabel * | accel_label | ) |
GType gtk_accel_label_get_type | ( | void | ) |
GtkWidget* gtk_accel_label_new | ( | const gchar * | string | ) |
gboolean gtk_accel_label_refetch | ( | GtkAccelLabel * | accel_label | ) |
void gtk_accel_label_set_accel_closure | ( | GtkAccelLabel * | accel_label, |
GClosure * | accel_closure | ||
) |
void gtk_accel_label_set_accel_widget | ( | GtkAccelLabel * | accel_label, |
GtkWidget * | accel_widget | ||
) |