|
Defines |
#define | HN_TYPE_APP_SWITCHER (hn_app_switcher_get_type ()) |
#define | HN_APP_SWITCHER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), HN_TYPE_APP_SWITCHER, HNAppSwitcher)) |
#define | HN_IS_APP_SWITCHER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), HN_TYPE_APP_SWITCHER)) |
#define | HN_APP_SWITCHER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), HN_TYPE_APP_SWITCHER, HNAppSwitcherClass)) |
#define | HN_IS_APP_SWITCHER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), HN_TYPE_APP_SWITCHER)) |
#define | HN_APP_SWITCHER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), HN_TYPE_APP_SWITCHER, HNAppSwitcherClass)) |
Typedefs |
typedef _HNAppSwitcherPrivate | HNAppSwitcherPrivate |
typedef _HNAppSwitcherClass | HNAppSwitcherClass |
typedef gboolean(* | HNAppSwitcherForeachFunc )(HNEntryInfo *info, gpointer data) |
Functions |
GType | hn_app_switcher_get_type (void) G_GNUC_CONST |
GtkWidget * | hn_app_switcher_new (void) |
GList * | hn_app_switcher_get_entries (HNAppSwitcher *app_switcher) |
void | hn_app_switcher_foreach_entry (HNAppSwitcher *app_switcher, HNAppSwitcherForeachFunc func, gpointer data) |
void | hn_app_switcher_add (HNAppSwitcher *app_switcher, HNEntryInfo *entry_info) |
void | hn_app_switcher_remove (HNAppSwitcher *app_switcher, HNEntryInfo *entry_info) |
void | hn_app_switcher_changed (HNAppSwitcher *app_switcher, HNEntryInfo *entry_info) |
void | hn_app_switcher_changed_stack (HNAppSwitcher *app_switcher, HNEntryInfo *entry_info) |
void | hn_app_switcher_toggle_menu_button (HNAppSwitcher *app_switcher) |
gboolean | hn_app_switcher_get_system_inactivity (HNAppSwitcher *app_switcher) |
gboolean | hn_app_switcher_menu_button_release_cb (GtkWidget *widget, GdkEventButton *event) |
HNEntryInfo * | hn_app_switcher_get_home_entry_info (HNAppSwitcher *as) |