Class GTKTable


Class-Hierarchy:

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

Class GTKTable inherits from GTKContainer


Last modified: 3.1.2001 (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: + (GtkType) getType in GTKContainer

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

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

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

- (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

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

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

- (void) setRowSpacings:(guint) spacing

- (void) setColSpacings:(guint) spacing

- (void) setHomogeneous:(gboolean) homogeneous

- (gint) rows

- (gint) columns


generated Thu Jan 4 20:20:19 2001 by Objcdoc