|
CoreGTK
2.24.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|
| - (NSNumber *) appendPageMenuWithChild: | (CGTKWidget *) | child | |
| andTabLabel: | (CGTKWidget *) | tabLabel | |
| andMenuLabel: | (CGTKWidget *) | menuLabel | |
Forwards message to: gint gtk_notebook_append_page_menu (GtkNotebook* notebook, GtkWidget* child, GtkWidget* tab_label, GtkWidget* menu_label)
| - (NSNumber *) appendPageWithChild: | (CGTKWidget *) | child | |
| andTabLabel: | (CGTKWidget *) | tabLabel | |
Forwards message to: gint gtk_notebook_append_page (GtkNotebook* notebook, GtkWidget* child, GtkWidget* tab_label)
| - (CGTKWidget *) getActionWidget: | (GtkPackType) | packType |
Forwards message to: GtkWidget* gtk_notebook_get_action_widget (GtkNotebook* notebook, GtkPackType pack_type)
| - (NSNumber *) getCurrentPage |
Forwards message to: gint gtk_notebook_get_current_page (GtkNotebook* notebook)
| - (NSString *) getGroupName |
Forwards message to: const gchar* gtk_notebook_get_group_name (GtkNotebook* notebook)
| - (CGTKWidget *) getMenuLabel: | (CGTKWidget *) | child |
Forwards message to: GtkWidget* gtk_notebook_get_menu_label (GtkNotebook* notebook, GtkWidget* child)
| - (NSString *) getMenuLabelTextWithChild: | (CGTKWidget *) | child |
Forwards message to: const gchar* gtk_notebook_get_menu_label_text (GtkNotebook* notebook, GtkWidget* child)
| - (NSNumber *) getNPages |
Forwards message to: gint gtk_notebook_get_n_pages (GtkNotebook* notebook)
| - (CGTKWidget *) getNthPage: | (NSNumber *) | pageNum |
Forwards message to: GtkWidget* gtk_notebook_get_nth_page (GtkNotebook* notebook, gint page_num)
| - (BOOL) getScrollable |
Forwards message to: gboolean gtk_notebook_get_scrollable (GtkNotebook* notebook)
| - (BOOL) getShowBorder |
Forwards message to: gboolean gtk_notebook_get_show_border (GtkNotebook* notebook)
| - (BOOL) getShowTabs |
Forwards message to: gboolean gtk_notebook_get_show_tabs (GtkNotebook* notebook)
| - (BOOL) getTabDetachable: | (CGTKWidget *) | child |
Forwards message to: gboolean gtk_notebook_get_tab_detachable (GtkNotebook* notebook, GtkWidget* child)
| - (NSNumber *) getTabHborder |
Forwards message to: guint16 gtk_notebook_get_tab_hborder (GtkNotebook* notebook)
| - (CGTKWidget *) getTabLabel: | (CGTKWidget *) | child |
Forwards message to: GtkWidget* gtk_notebook_get_tab_label (GtkNotebook* notebook, GtkWidget* child)
| - (NSString *) getTabLabelTextWithChild: | (CGTKWidget *) | child |
Forwards message to: const gchar* gtk_notebook_get_tab_label_text (GtkNotebook* notebook, GtkWidget* child)
| - (GtkPositionType) getTabPos |
Forwards message to: GtkPositionType gtk_notebook_get_tab_pos (GtkNotebook* notebook)
| - (BOOL) getTabReorderable: | (CGTKWidget *) | child |
Forwards message to: gboolean gtk_notebook_get_tab_reorderable (GtkNotebook* notebook, GtkWidget* child)
| - (NSNumber *) getTabVborder |
Forwards message to: guint16 gtk_notebook_get_tab_vborder (GtkNotebook* notebook)
| - (id) init |
Forwards message to: GtkWidget* gtk_notebook_new (void)
Implements CGTKWidget.
| - (NSNumber *) insertPageMenuWithChild: | (CGTKWidget *) | child | |
| andTabLabel: | (CGTKWidget *) | tabLabel | |
| andMenuLabel: | (CGTKWidget *) | menuLabel | |
| andPosition: | (NSNumber *) | position | |
Forwards message to: gint gtk_notebook_insert_page_menu (GtkNotebook* notebook, GtkWidget* child, GtkWidget* tab_label, GtkWidget* menu_label, gint position)
| - (NSNumber *) insertPageWithChild: | (CGTKWidget *) | child | |
| andTabLabel: | (CGTKWidget *) | tabLabel | |
| andPosition: | (NSNumber *) | position | |
Forwards message to: gint gtk_notebook_insert_page (GtkNotebook* notebook, GtkWidget* child, GtkWidget* tab_label, gint position)
| - (void) nextPage |
Forwards message to: void gtk_notebook_next_page (GtkNotebook* notebook)
| - (GtkNotebook *) NOTEBOOK |
Returns internal GtkNotebook
| - (NSNumber *) pageNum: | (CGTKWidget *) | child |
Forwards message to: gint gtk_notebook_page_num (GtkNotebook* notebook, GtkWidget* child)
| - (void) popupDisable |
Forwards message to: void gtk_notebook_popup_disable (GtkNotebook* notebook)
| - (void) popupEnable |
Forwards message to: void gtk_notebook_popup_enable (GtkNotebook* notebook)
| - (NSNumber *) prependPageMenuWithChild: | (CGTKWidget *) | child | |
| andTabLabel: | (CGTKWidget *) | tabLabel | |
| andMenuLabel: | (CGTKWidget *) | menuLabel | |
Forwards message to: gint gtk_notebook_prepend_page_menu (GtkNotebook* notebook, GtkWidget* child, GtkWidget* tab_label, GtkWidget* menu_label)
| - (NSNumber *) prependPageWithChild: | (CGTKWidget *) | child | |
| andTabLabel: | (CGTKWidget *) | tabLabel | |
Forwards message to: gint gtk_notebook_prepend_page (GtkNotebook* notebook, GtkWidget* child, GtkWidget* tab_label)
| - (void) prevPage |
Forwards message to: void gtk_notebook_prev_page (GtkNotebook* notebook)
| - (void) removePage: | (NSNumber *) | pageNum |
Forwards message to: void gtk_notebook_remove_page (GtkNotebook* notebook, gint page_num)
| - (void) reorderChildWithChild: | (CGTKWidget *) | child | |
| andPosition: | (NSNumber *) | position | |
Forwards message to: void gtk_notebook_reorder_child (GtkNotebook* notebook, GtkWidget* child, gint position)
| - (void) setActionWidgetWithWidget: | (CGTKWidget *) | widget | |
| andPackType: | (GtkPackType) | packType | |
Forwards message to: void gtk_notebook_set_action_widget (GtkNotebook* notebook, GtkWidget* widget, GtkPackType pack_type)
| - (void) setCurrentPage: | (NSNumber *) | pageNum |
Forwards message to: void gtk_notebook_set_current_page (GtkNotebook* notebook, gint page_num)
| - (void) setGroupName: | (NSString *) | groupName |
Forwards message to: void gtk_notebook_set_group_name (GtkNotebook* notebook, const gchar* group_name)
| - (void) setMenuLabelTextWithChild: | (CGTKWidget *) | child | |
| andMenuText: | (NSString *) | menuText | |
Forwards message to: void gtk_notebook_set_menu_label_text (GtkNotebook* notebook, GtkWidget* child, const gchar* menu_text)
| - (void) setMenuLabelWithChild: | (CGTKWidget *) | child | |
| andMenuLabel: | (CGTKWidget *) | menuLabel | |
Forwards message to: void gtk_notebook_set_menu_label (GtkNotebook* notebook, GtkWidget* child, GtkWidget* menu_label)
| - (void) setScrollable: | (BOOL) | scrollable |
Forwards message to: void gtk_notebook_set_scrollable (GtkNotebook* notebook, gboolean scrollable)
| - (void) setShowBorder: | (BOOL) | showBorder |
Forwards message to: void gtk_notebook_set_show_border (GtkNotebook* notebook, gboolean show_border)
| - (void) setShowTabs: | (BOOL) | showTabs |
Forwards message to: void gtk_notebook_set_show_tabs (GtkNotebook* notebook, gboolean show_tabs)
| - (void) setTabBorder: | (NSNumber *) | borderWidth |
Forwards message to: void gtk_notebook_set_tab_border (GtkNotebook* notebook, guint border_width)
| - (void) setTabDetachableWithChild: | (CGTKWidget *) | child | |
| andDetachable: | (BOOL) | detachable | |
Forwards message to: void gtk_notebook_set_tab_detachable (GtkNotebook* notebook, GtkWidget* child, gboolean detachable)
| - (void) setTabHborder: | (NSNumber *) | tabHborder |
Forwards message to: void gtk_notebook_set_tab_hborder (GtkNotebook* notebook, guint tab_hborder)
| - (void) setTabLabelPackingWithChild: | (CGTKWidget *) | child | |
| andExpand: | (BOOL) | expand | |
| andFill: | (BOOL) | fill | |
| andPackType: | (GtkPackType) | packType | |
Forwards message to: void gtk_notebook_set_tab_label_packing (GtkNotebook* notebook, GtkWidget* child, gboolean expand, gboolean fill, GtkPackType pack_type)
| - (void) setTabLabelTextWithChild: | (CGTKWidget *) | child | |
| andTabText: | (NSString *) | tabText | |
Forwards message to: void gtk_notebook_set_tab_label_text (GtkNotebook* notebook, GtkWidget* child, const gchar* tab_text)
| - (void) setTabLabelWithChild: | (CGTKWidget *) | child | |
| andTabLabel: | (CGTKWidget *) | tabLabel | |
Forwards message to: void gtk_notebook_set_tab_label (GtkNotebook* notebook, GtkWidget* child, GtkWidget* tab_label)
| - (void) setTabPos: | (GtkPositionType) | pos |
Forwards message to: void gtk_notebook_set_tab_pos (GtkNotebook* notebook, GtkPositionType pos)
| - (void) setTabReorderableWithChild: | (CGTKWidget *) | child | |
| andReorderable: | (BOOL) | reorderable | |
Forwards message to: void gtk_notebook_set_tab_reorderable (GtkNotebook* notebook, GtkWidget* child, gboolean reorderable)
| - (void) setTabVborder: | (NSNumber *) | tabVborder |
Forwards message to: void gtk_notebook_set_tab_vborder (GtkNotebook* notebook, guint tab_vborder)
1.8.6