Class GTKTable


Class-Hierarchy:

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

Class GTKTable inherits from GTKContainer


Last modified: 10.8.98 (./GToolKit.m)

Method Index

+ (guint) getType
+ tableWithRows:(gint) rows columns:(gint) columns homogeneous:(gint) homogeneous
- (void) attach:(GTKWidget *) child leftAttach:(gint) left_attach rightAttach:(gint) right_attach topAttach:(gint) top_attach bottomAttach:(gint) bottom_attach xoptions:(gint) xoptions yoptions:(gint) yoptions xpadding:(gint) xpadding ypadding:(gint) ypadding
- (void) attachDefaults:(GTKWidget *) widget leftAttach:(gint) left_attach rightAttach:(gint) right_attach topAttach:(gint) top_attach bottomAttach:(gint) bottom_attach
- (gint) columns
- initWithRows:(gint) rows columns:(gint) columns homogeneous:(gint) homogeneous
- (gint) rows
- (void) setColSpacing:(gint) column spacing:(gint) spacing
- (void) setColSpacings:(gint) spacing
- (void) setHomogeneous:(gint) homogeneous
- (void) setRowSpacing:(gint) row spacing:(gint) spacing
- (void) setRowSpacings:(gint) spacing

Methods

+ (guint) getType

Overrides: + (guint) getType in GTKContainer

+ tableWithRows:(gint) rows columns:(gint) columns homogeneous:(gint) homogeneous

- initWithRows:(gint) rows columns:(gint) columns homogeneous:(gint) homogeneous

- (void) attach:(GTKWidget *) child leftAttach:(gint) left_attach rightAttach:(gint) right_attach topAttach:(gint) top_attach bottomAttach:(gint) bottom_attach xoptions:(gint) xoptions yoptions:(gint) yoptions xpadding:(gint) xpadding ypadding:(gint) ypadding

- (void) attachDefaults:(GTKWidget *) widget leftAttach:(gint) left_attach rightAttach:(gint) right_attach topAttach:(gint) top_attach bottomAttach:(gint) bottom_attach

- (void) setRowSpacing:(gint) row spacing:(gint) spacing

- (void) setColSpacing:(gint) column spacing:(gint) spacing

- (void) setRowSpacings:(gint) spacing

- (void) setColSpacings:(gint) spacing

- (void) setHomogeneous:(gint) homogeneous

- (gint) rows

- (gint) columns


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