32 #import "CoreGTK/CGTKContainer.h" 83 -(
CGTKWidget*)getActionWidget:(GtkPackType) packType;
113 -(NSString*)getMenuLabelText:(
CGTKWidget*) child;
180 -(NSString*)getTabLabelText:(
CGTKWidget*) child;
212 -(gint)insertPageWithChild:(
CGTKWidget*) child andTabLabel:(
CGTKWidget*) tabLabel andPosition:(gint) position;
223 -(gint)insertPageMenuWithChild:(
CGTKWidget*) child andTabLabel:(
CGTKWidget*) tabLabel andMenuLabel:(
CGTKWidget*) menuLabel andPosition:(gint) position;
281 -(void)removePage:(gint) pageNum;
289 -(void)reorderChildWithChild:(
CGTKWidget*) child andPosition:(gint) position;
297 -(void)setActionWidgetWithWidget:(
CGTKWidget*) widget andPackType:(GtkPackType) packType;
304 -(void)setCurrentPage:(gint) pageNum;
311 -(void)setGroupName:(NSString*) groupName;
327 -(void)setMenuLabelTextWithChild:(
CGTKWidget*) child andMenuText:(NSString*) menuText;
334 -(void)setScrollable:(BOOL) scrollable;
341 -(void)setShowBorder:(BOOL) showBorder;
348 -(void)setShowTabs:(BOOL) showTabs;
356 -(void)setTabDetachableWithChild:(
CGTKWidget*) child andDetachable:(BOOL) detachable;
372 -(void)setTabLabelTextWithChild:(
CGTKWidget*) child andTabText:(NSString*) tabText;
379 -(void)setTabPos:(GtkPositionType) pos;
387 -(void)setTabReorderableWithChild:(
CGTKWidget*) child andReorderable:(BOOL) reorderable;
GtkPositionType getTabPos()
NSString * getGroupName()