From 898a2216d7e206197476741196f8490b137c0260 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 22 Oct 2013 11:38:57 -0400 Subject: Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model --- src/idoswitchmenuitem.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/idoswitchmenuitem.h') diff --git a/src/idoswitchmenuitem.h b/src/idoswitchmenuitem.h index 9130edd..222b473 100644 --- a/src/idoswitchmenuitem.h +++ b/src/idoswitchmenuitem.h @@ -52,6 +52,9 @@ GType ido_switch_menu_item_get_type (void) G_GNUC_CONST; GtkWidget *ido_switch_menu_item_new (void); GtkContainer *ido_switch_menu_item_get_content_area (IdoSwitchMenuItem * item); +GtkMenuItem * ido_switch_menu_item_new_from_menu_model (GMenuItem *menuitem, + GActionGroup *actions); + void ido_switch_menu_item_set_label (IdoSwitchMenuItem *item, const gchar *label); -- cgit v1.2.3