Data Structures | |
| struct | _AlpRepeatButton |
| struct | _AlpRepeatButtonClass |
Defines | |
| #define | ALP_IS_REPEAT_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), ALP_TYPE_REPEAT_BUTTON)) |
| #define | ALP_IS_REPEAT_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), ALP_TYPE_REPEAT_BUTTON)) |
| #define | ALP_REPEAT_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), ALP_TYPE_REPEAT_BUTTON, AlpRepeatButton)) |
| #define | ALP_REPEAT_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), ALP_TYPE_REPEAT_BUTTON, AlpRepeatButtonClass)) |
| #define | ALP_REPEAT_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), ALP_TYPE_REPEAT_BUTTON, AlpRepeatButtonClass)) |
| #define | ALP_TYPE_REPEAT_BUTTON (alp_repeat_button_get_type()) |
Typedefs | |
| typedef _AlpRepeatButton | AlpRepeatButton |
| typedef _AlpRepeatButtonClass | AlpRepeatButtonClass |
Functions | |
| GType | alp_repeat_button_get_type (void) G_GNUC_CONST |
| Get the AlpRepeatButton object type. | |
| GtkWidget * | alp_repeat_button_new (void) |
| GtkWidget * | alp_repeat_button_new_with_label (const gchar *label) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get the AlpRepeatButton object type.
|
|
|
Creates a new repeat button widget.
|
|
|
Creates a new repeat button widget with a specified label.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.