|
Defines |
#define | APP_BUTTON_THUMBABLE 8 |
#define | APP_BUTTON_NORMAL 1 |
#define | HN_TYPE_APP_BUTTON (hn_app_button_get_type ()) |
#define | HN_APP_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), HN_TYPE_APP_BUTTON, HNAppButton)) |
#define | HN_IS_APP_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), HN_TYPE_APP_BUTTON)) |
#define | HN_APP_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), HN_TYPE_APP_BUTTON, HNAppButtonClass)) |
#define | HN_IS_APP_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), HN_TYPE_APP_BUTTON)) |
#define | HN_APP_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), HN_TYPE_APP_BUTTON, HNAppButtonClass)) |
Typedefs |
typedef _HNAppButton | HNAppButton |
typedef _HNAppButtonPrivate | HNAppButtonPrivate |
typedef _HNAppButtonClass | HNAppButtonClass |
Functions |
GType | hn_app_button_get_type (void) G_GNUC_CONST |
GtkWidget * | hn_app_button_new (GSList *group) |
void | hn_app_button_set_group (HNAppButton *button, GSList *group) |
GSList * | hn_app_button_get_group (HNAppButton *button) |
void | hn_app_button_set_icon_from_pixbuf (HNAppButton *button, GdkPixbuf *pixbuf) |
GdkPixbuf * | hn_app_button_get_pixbuf_from_icon (HNAppButton *button) |
HNEntryInfo * | hn_app_button_get_entry_info (HNAppButton *button) |
void | hn_app_button_set_entry_info (HNAppButton *button, HNEntryInfo *info) |
gboolean | hn_app_button_get_is_blinking (HNAppButton *button) |
void | hn_app_button_set_is_blinking (HNAppButton *button, gboolean is_blinking) |
void | hn_app_button_force_update_icon (HNAppButton *button) |
void | hn_app_button_make_active (HNAppButton *button) |