|
CoreGTK
3.22.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKNotebook.h.
| - (gint) appendPageMenuWithChild: | (CGTKWidget*) | child | |
| andTabLabel: | (CGTKWidget*) | tabLabel | |
| andMenuLabel: | (CGTKWidget*) | menuLabel | |
-(gint*)appendPageMenuWithChild:(CGTKWidget*) child andTabLabel:(CGTKWidget*) tabLabel andMenuLabel:(CGTKWidget*) menuLabel;
| child | |
| tabLabel | |
| menuLabel |
Definition at line 58 of file CGTKNotebook.m.
| - (gint) appendPageWithChild: | (CGTKWidget*) | child | |
| andTabLabel: | (CGTKWidget*) | tabLabel | |
-(gint*)appendPageWithChild:(CGTKWidget*) child andTabLabel:(CGTKWidget*) tabLabel;
| child | |
| tabLabel |
Definition at line 53 of file CGTKNotebook.m.
| - (void) detachTab: | (CGTKWidget*) | child |
| - (CGTKWidget *) getActionWidget: | (GtkPackType) | packType |
-(CGTKWidget**)getActionWidget: packType;
| packType |
Definition at line 68 of file CGTKNotebook.m.
| - (gint) getCurrentPage |
| - (NSString *) getGroupName |
| - (CGTKWidget *) getMenuLabel: | (CGTKWidget*) | child |
-(CGTKWidget**)getMenuLabel: child;
| child |
Definition at line 83 of file CGTKNotebook.m.
| - (NSString *) getMenuLabelText: | (CGTKWidget*) | child |
-(NSString**)getMenuLabelText: child;
| child |
Definition at line 88 of file CGTKNotebook.m.
| - (gint) getNpages |
| - (CGTKWidget *) getNthPage: | (gint) | pageNum |
-(CGTKWidget**)getNthPage: pageNum;
| pageNum |
Definition at line 98 of file CGTKNotebook.m.
| - (BOOL) getScrollable |
| - (BOOL) getShowBorder |
| - (BOOL) getShowTabs |
| - (BOOL) getTabDetachable: | (CGTKWidget*) | child |
-(BOOL*)getTabDetachable: child;
| child |
Definition at line 118 of file CGTKNotebook.m.
| - (guint16) getTabHborder |
| - (CGTKWidget *) getTabLabel: | (CGTKWidget*) | child |
-(CGTKWidget**)getTabLabel: child;
| child |
Definition at line 128 of file CGTKNotebook.m.
| - (NSString *) getTabLabelText: | (CGTKWidget*) | child |
-(NSString**)getTabLabelText: child;
| child |
Definition at line 133 of file CGTKNotebook.m.
| - (GtkPositionType) getTabPos |
| - (BOOL) getTabReorderable: | (CGTKWidget*) | child |
-(BOOL*)getTabReorderable: child;
| child |
Definition at line 143 of file CGTKNotebook.m.
| - (guint16) getTabVborder |
| - (id) init |
Constructors
Definition at line 36 of file CGTKNotebook.m.
| - (gint) insertPageMenuWithChild: | (CGTKWidget*) | child | |
| andTabLabel: | (CGTKWidget*) | tabLabel | |
| andMenuLabel: | (CGTKWidget*) | menuLabel | |
| andPosition: | (gint) | position | |
-(gint*)insertPageMenuWithChild:(CGTKWidget*) child andTabLabel:(CGTKWidget*) tabLabel andMenuLabel:(CGTKWidget*) menuLabel andPosition:(gint) position;
| child | |
| tabLabel | |
| menuLabel | |
| position |
Definition at line 158 of file CGTKNotebook.m.
| - (gint) insertPageWithChild: | (CGTKWidget*) | child | |
| andTabLabel: | (CGTKWidget*) | tabLabel | |
| andPosition: | (gint) | position | |
-(gint*)insertPageWithChild:(CGTKWidget*) child andTabLabel:(CGTKWidget*) tabLabel andPosition:(gint) position;
| child | |
| tabLabel | |
| position |
Definition at line 153 of file CGTKNotebook.m.
| - (void) nextPage |
-(void*)nextPage;
Definition at line 163 of file CGTKNotebook.m.
| - (GtkNotebook *) NOTEBOOK |
Methods
Definition at line 48 of file CGTKNotebook.m.
| - (gint) pageNum: | (CGTKWidget*) | child |
| - (void) popupDisable |
-(void*)popupDisable;
Definition at line 173 of file CGTKNotebook.m.
| - (void) popupEnable |
-(void*)popupEnable;
Definition at line 178 of file CGTKNotebook.m.
| - (gint) prependPageMenuWithChild: | (CGTKWidget*) | child | |
| andTabLabel: | (CGTKWidget*) | tabLabel | |
| andMenuLabel: | (CGTKWidget*) | menuLabel | |
-(gint*)prependPageMenuWithChild:(CGTKWidget*) child andTabLabel:(CGTKWidget*) tabLabel andMenuLabel:(CGTKWidget*) menuLabel;
| child | |
| tabLabel | |
| menuLabel |
Definition at line 188 of file CGTKNotebook.m.
| - (gint) prependPageWithChild: | (CGTKWidget*) | child | |
| andTabLabel: | (CGTKWidget*) | tabLabel | |
-(gint*)prependPageWithChild:(CGTKWidget*) child andTabLabel:(CGTKWidget*) tabLabel;
| child | |
| tabLabel |
Definition at line 183 of file CGTKNotebook.m.
| - (void) prevPage |
-(void*)prevPage;
Definition at line 193 of file CGTKNotebook.m.
| - (void) removePage: | (gint) | pageNum |
| - (void) reorderChildWithChild: | (CGTKWidget*) | child | |
| andPosition: | (gint) | position | |
-(void*)reorderChildWithChild:(CGTKWidget*) child andPosition:(gint) position;
| child | |
| position |
Definition at line 203 of file CGTKNotebook.m.
| - (void) setActionWidgetWithWidget: | (CGTKWidget*) | widget | |
| andPackType: | (GtkPackType) | packType | |
-(void*)setActionWidgetWithWidget:(CGTKWidget*) widget andPackType:(GtkPackType) packType;
| widget | |
| packType |
Definition at line 208 of file CGTKNotebook.m.
| - (void) setCurrentPage: | (gint) | pageNum |
| - (void) setGroupName: | (NSString*) | groupName |
-(void*)setGroupName: groupName;
| groupName |
Definition at line 218 of file CGTKNotebook.m.
| - (void) setMenuLabelTextWithChild: | (CGTKWidget*) | child | |
| andMenuText: | (NSString*) | menuText | |
-(void*)setMenuLabelTextWithChild:(CGTKWidget*) child andMenuText:(NSString*) menuText;
| child | |
| menuText |
Definition at line 228 of file CGTKNotebook.m.
| - (void) setMenuLabelWithChild: | (CGTKWidget*) | child | |
| andMenuLabel: | (CGTKWidget*) | menuLabel | |
-(void*)setMenuLabelWithChild:(CGTKWidget*) child andMenuLabel:(CGTKWidget*) menuLabel;
| child | |
| menuLabel |
Definition at line 223 of file CGTKNotebook.m.
| - (void) setScrollable: | (BOOL) | scrollable |
-(void*)setScrollable: scrollable;
| scrollable |
Definition at line 233 of file CGTKNotebook.m.
| - (void) setShowBorder: | (BOOL) | showBorder |
-(void*)setShowBorder: showBorder;
| showBorder |
Definition at line 238 of file CGTKNotebook.m.
| - (void) setShowTabs: | (BOOL) | showTabs |
| - (void) setTabDetachableWithChild: | (CGTKWidget*) | child | |
| andDetachable: | (BOOL) | detachable | |
-(void*)setTabDetachableWithChild:(CGTKWidget*) child andDetachable:(BOOL) detachable;
| child | |
| detachable |
Definition at line 248 of file CGTKNotebook.m.
| - (void) setTabLabelTextWithChild: | (CGTKWidget*) | child | |
| andTabText: | (NSString*) | tabText | |
-(void*)setTabLabelTextWithChild:(CGTKWidget*) child andTabText:(NSString*) tabText;
| child | |
| tabText |
Definition at line 258 of file CGTKNotebook.m.
| - (void) setTabLabelWithChild: | (CGTKWidget*) | child | |
| andTabLabel: | (CGTKWidget*) | tabLabel | |
-(void*)setTabLabelWithChild:(CGTKWidget*) child andTabLabel:(CGTKWidget*) tabLabel;
| child | |
| tabLabel |
Definition at line 253 of file CGTKNotebook.m.
| - (void) setTabPos: | (GtkPositionType) | pos |
| - (void) setTabReorderableWithChild: | (CGTKWidget*) | child | |
| andReorderable: | (BOOL) | reorderable | |
-(void*)setTabReorderableWithChild:(CGTKWidget*) child andReorderable:(BOOL) reorderable;
| child | |
| reorderable |
Definition at line 268 of file CGTKNotebook.m.