Class GTKTable

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

Class Hierarchy

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

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

Method Index

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

Methods

+ (GtkType) getType

Overrides:
+getType in class GTKContainer

+ (id) tableWithRows:(guint) rows columns:(guint) columns homogeneous:(gboolean) homogeneous

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

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

- (gint) columns

- (id) initWithRows:(guint) rows columns:(guint) columns homogeneous:(gboolean) homogeneous

- (void) resize:(guint) rows columns:(guint) columns

- (gint) rows

- (void) setCol:(guint) column spacing:(guint) spacing

- (void) setColSpacings:(guint) spacing

- (void) setHomogeneous:(gboolean) homogeneous

- (void) setRow:(guint) row spacing:(guint) spacing

- (void) setRowSpacings:(guint) spacing


generated on 06-Mar-2002 by ObjcDoc 3.0.1