Go to the source code of this file.
Data Structures | |
| struct | _MetaAccelLabel |
| struct | _MetaAccelLabelClass |
Defines | |
| #define | META_TYPE_ACCEL_LABEL (meta_accel_label_get_type ()) |
| #define | META_ACCEL_LABEL(obj) (GTK_CHECK_CAST ((obj), META_TYPE_ACCEL_LABEL, MetaAccelLabel)) |
| #define | META_ACCEL_LABEL_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), META_TYPE_ACCEL_LABEL, MetaAccelLabelClass)) |
| #define | META_IS_ACCEL_LABEL(obj) (GTK_CHECK_TYPE ((obj), META_TYPE_ACCEL_LABEL)) |
| #define | META_IS_ACCEL_LABEL_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), META_TYPE_ACCEL_LABEL)) |
| #define | META_ACCEL_LABEL_GET_CLASS(obj) (GTK_CHECK_GET_CLASS ((obj), META_TYPE_ACCEL_LABEL, MetaAccelLabelClass)) |
Typedefs | |
| typedef struct _MetaAccelLabel | MetaAccelLabel |
| typedef struct _MetaAccelLabelClass | MetaAccelLabelClass |
Functions | |
| GtkType | meta_accel_label_get_type (void) G_GNUC_CONST |
| GtkWidget * | meta_accel_label_new_with_mnemonic (const gchar *string) |
| void | meta_accel_label_set_accelerator (MetaAccelLabel *accel_label, guint accelerator_key, MetaVirtualModifier accelerator_mods) |
| #define META_ACCEL_LABEL | ( | obj | ) | (GTK_CHECK_CAST ((obj), META_TYPE_ACCEL_LABEL, MetaAccelLabel)) |
Definition at line 46 of file metaaccellabel.h.
Referenced by menu_item_new(), meta_accel_label_destroy(), meta_accel_label_expose_event(), meta_accel_label_finalize(), and meta_accel_label_size_request().
| #define META_ACCEL_LABEL_CLASS | ( | klass | ) | (GTK_CHECK_CLASS_CAST ((klass), META_TYPE_ACCEL_LABEL, MetaAccelLabelClass)) |
Definition at line 47 of file metaaccellabel.h.
| #define META_ACCEL_LABEL_GET_CLASS | ( | obj | ) | (GTK_CHECK_GET_CLASS ((obj), META_TYPE_ACCEL_LABEL, MetaAccelLabelClass)) |
| #define META_IS_ACCEL_LABEL | ( | obj | ) | (GTK_CHECK_TYPE ((obj), META_TYPE_ACCEL_LABEL)) |
Definition at line 48 of file metaaccellabel.h.
Referenced by meta_accel_label_get_accel_width(), meta_accel_label_set_accelerator(), and meta_accel_label_update().
| #define META_IS_ACCEL_LABEL_CLASS | ( | klass | ) | (GTK_CHECK_CLASS_TYPE ((klass), META_TYPE_ACCEL_LABEL)) |
Definition at line 49 of file metaaccellabel.h.
| #define META_TYPE_ACCEL_LABEL (meta_accel_label_get_type ()) |
| typedef struct _MetaAccelLabel MetaAccelLabel |
Definition at line 53 of file metaaccellabel.h.
| typedef struct _MetaAccelLabelClass MetaAccelLabelClass |
Definition at line 54 of file metaaccellabel.h.
| GtkType meta_accel_label_get_type | ( | void | ) |
Definition at line 58 of file metaaccellabel.c.
References meta_accel_label_class_init(), meta_accel_label_init(), and NULL.
| GtkWidget* meta_accel_label_new_with_mnemonic | ( | const gchar * | string | ) |
Definition at line 176 of file metaaccellabel.c.
References META_TYPE_ACCEL_LABEL, and NULL.
Referenced by menu_item_new().
| void meta_accel_label_set_accelerator | ( | MetaAccelLabel * | accel_label, | |
| guint | accelerator_key, | |||
| MetaVirtualModifier | accelerator_mods | |||
| ) |
Definition at line 215 of file metaaccellabel.c.
References _MetaAccelLabel::accel_key, _MetaAccelLabel::accel_mods, meta_accel_label_update(), and META_IS_ACCEL_LABEL.
Referenced by menu_item_new().
1.5.5