Class GTKNotebook

Inherits from:
GTKContainer
Declared in:
GToolKit/GTKNotebook.h

Class Hierarchy

    NSObject
      |
      +---GTK
	    |
	    +---GTKObject
		  |
		  +---GTKWidget
			|
			+---GTKContainer
			      |
			      +---GTKNotebook

Direct subclasses:
GTKFontSelection
Last modified:
21-Feb-2002 (GToolKit/GToolKit.m)

Method Index

+ (GtkType) getType
+ (id) notebook
- (void) appendPage:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label
- (void) appendPageMenu:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label menuLabel:(GTKWidget *) menu_label
- (gint) getCurrentPage
- (GTKWidget *) getMenuLabel:(GTKWidget *) child
- (GTKWidget*) getNthPage:(gint) page_num
- (GTKWidget *) getTabLabel:(GTKWidget *) child
- (id) init
- (void) insertPage:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label position:(gint) position
- (void) insertPageMenu:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label menuLabel:(GTKWidget *) menu_label position:(gint) position
- (void) nextPage
- (gint) pageNum:(GTKWidget *) child
- (void) popupDisable
- (void) popupEnable
- (void) prependPage:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label
- (void) prependPageMenu:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label menuLabel:(GTKWidget *) menu_label
- (void) prevPage
- (void) queryTabLabelPacking:(GTKWidget *) child expand:(gboolean *) expand fill:(gboolean *) fill packType:(GtkPackType *) pack_type
- (void) removePage:(gint) page_num
- (void) reorderChild:(GTKWidget *) child position:(gint) position
- (void) setHomogeneousTabs:(gboolean) homogeneous
- (void) setMenuLabel:(GTKWidget *) child menuLabel:(GTKWidget *) menu_label
- (void) setMenuLabelText:(GTKWidget *) child menuText:(NSString *) menu_text
- (void) setPage:(gint) page_num
- (void) setScrollable:(gboolean) scrollable
- (void) setShowBorder:(gboolean) show_border
- (void) setShowTabs:(gboolean) show_tabs
- (void) setTabBorder:(guint) border_width
- (void) setTabHborder:(guint) tab_hborder
- (void) setTabLabel:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label
- (void) setTabLabelPacking:(GTKWidget *) child expand:(gboolean) expand fill:(gboolean) fill packType:(GtkPackType) pack_type
- (void) setTabLabelText:(GTKWidget *) child tabText:(NSString *) tab_text
- (void) setTabPos:(GtkPositionType) pos
- (void) setTabVborder:(guint) tab_vborder

Methods

+ (GtkType) getType

Overrides:
+getType in class GTKContainer

+ (id) notebook

- (void) appendPage:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label

- (void) appendPageMenu:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label menuLabel:(GTKWidget *) menu_label

- (gint) getCurrentPage

- (GTKWidget *) getMenuLabel:(GTKWidget *) child

- (GTKWidget*) getNthPage:(gint) page_num

- (GTKWidget *) getTabLabel:(GTKWidget *) child

- (id) init

- (void) insertPage:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label position:(gint) position

- (void) insertPageMenu:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label menuLabel:(GTKWidget *) menu_label position:(gint) position

- (void) nextPage

- (gint) pageNum:(GTKWidget *) child

- (void) popupDisable

- (void) popupEnable

- (void) prependPage:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label

- (void) prependPageMenu:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label menuLabel:(GTKWidget *) menu_label

- (void) prevPage

- (void) queryTabLabelPacking:(GTKWidget *) child expand:(gboolean *) expand fill:(gboolean *) fill packType:(GtkPackType *) pack_type

- (void) removePage:(gint) page_num

- (void) reorderChild:(GTKWidget *) child position:(gint) position

- (void) setHomogeneousTabs:(gboolean) homogeneous

- (void) setMenuLabel:(GTKWidget *) child menuLabel:(GTKWidget *) menu_label

- (void) setMenuLabelText:(GTKWidget *) child menuText:(NSString *) menu_text

- (void) setPage:(gint) page_num

- (void) setScrollable:(gboolean) scrollable

- (void) setShowBorder:(gboolean) show_border

- (void) setShowTabs:(gboolean) show_tabs

- (void) setTabBorder:(guint) border_width

- (void) setTabHborder:(guint) tab_hborder

- (void) setTabLabel:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label

- (void) setTabLabelPacking:(GTKWidget *) child expand:(gboolean) expand fill:(gboolean) fill packType:(GtkPackType) pack_type

- (void) setTabLabelText:(GTKWidget *) child tabText:(NSString *) tab_text

- (void) setTabPos:(GtkPositionType) pos

- (void) setTabVborder:(guint) tab_vborder


generated on 06-Mar-2002 by ObjcDoc 3.0.1