32 #import "CoreGTK/CGTKContainer.h"
49 -(GtkNotebook*)NOTEBOOK;
76 -(
CGTKWidget*)getActionWidget:(GtkPackType) packType;
83 -(gint)getCurrentPage;
90 -(NSString*)getGroupName;
106 -(NSString*)getMenuLabelText:(
CGTKWidget*) child;
128 -(BOOL)getScrollable;
135 -(BOOL)getShowBorder;
157 -(guint16)getTabHborder;
173 -(NSString*)getTabLabelText:(
CGTKWidget*) child;
180 -(GtkPositionType)getTabPos;
195 -(guint16)getTabVborder;
205 -(gint)insertPageWithChild:(
CGTKWidget*) child andTabLabel:(
CGTKWidget*) tabLabel andPosition:(gint) position;
216 -(gint)insertPageMenuWithChild:(
CGTKWidget*) child andTabLabel:(
CGTKWidget*) tabLabel andMenuLabel:(
CGTKWidget*) menuLabel andPosition:(gint) position;
274 -(void)removePage:(gint) pageNum;
282 -(void)reorderChildWithChild:(
CGTKWidget*) child andPosition:(gint) position;
290 -(void)setActionWidgetWithWidget:(
CGTKWidget*) widget andPackType:(GtkPackType) packType;
297 -(void)setCurrentPage:(gint) pageNum;
304 -(void)setGroupName:(NSString*) groupName;
320 -(void)setMenuLabelTextWithChild:(
CGTKWidget*) child andMenuText:(NSString*) menuText;
327 -(void)setScrollable:(BOOL) scrollable;
334 -(void)setShowBorder:(BOOL) showBorder;
341 -(void)setShowTabs:(BOOL) showTabs;
349 -(void)setTabDetachableWithChild:(
CGTKWidget*) child andDetachable:(BOOL) detachable;
365 -(void)setTabLabelTextWithChild:(
CGTKWidget*) child andTabText:(NSString*) tabText;
372 -(void)setTabPos:(GtkPositionType) pos;
380 -(void)setTabReorderableWithChild:(
CGTKWidget*) child andReorderable:(BOOL) reorderable;