metaaccellabel.h File Reference

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 Documentation

#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))

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))

Definition at line 50 of file metaaccellabel.h.

Referenced by meta_accel_label_update().

#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))

Definition at line 49 of file metaaccellabel.h.

#define META_TYPE_ACCEL_LABEL   (meta_accel_label_get_type ())

Definition at line 45 of file metaaccellabel.h.

Referenced by meta_accel_label_new_with_mnemonic().


Typedef Documentation

Definition at line 53 of file metaaccellabel.h.

Definition at line 54 of file metaaccellabel.h.


Function Documentation

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 
)


Generated on Sat Aug 23 22:04:22 2008 for metacity by  doxygen 1.5.5