Class GTKNotebook


Class-Hierarchy:

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

Class GTKNotebook inherits from GTKContainer


Last modified: 10.8.98 (./GToolKit.m)

Method Index

+ (guint) getType
+ notebook
- (void) appendPage:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label
- (void) appendPageMenu:(GTKWidget *) child tabLabel:(GTKWidget *) tab_label menuLabel:(GTKWidget *) menu_label
- (gint) currentPage
- 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
- (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) removePage:(gint) page_num
- (void) setPage:(gint) page_num
- (void) setScrollable:(gint) scrollable
- (void) setShowBorder:(gint) show_border
- (void) setShowTabs:(gint) show_tabs
- (void) setTabBorder:(gint) border_width
- (void) setTabPos:(GtkPositionType) pos

Methods

+ (guint) getType

Overrides: + (guint) getType in GTKContainer

+ notebook

- init

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

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

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

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

- (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) removePage:(gint) page_num

- (gint) currentPage

- (void) setPage:(gint) page_num

- (void) nextPage

- (void) prevPage

- (void) setTabPos:(GtkPositionType) pos

- (void) setShowTabs:(gint) show_tabs

- (void) setShowBorder:(gint) show_border

- (void) setScrollable:(gint) scrollable

- (void) setTabBorder:(gint) border_width

- (void) popupEnable

- (void) popupDisable


generated Mon Aug 10 22:08:10 1998 by Objcdoc