Class GTKTable
NSObject
|
+---GTK
|
+---GTKObject
|
+---GTKWidget
|
+---GTKContainer
|
+---GTKTable
Class GTKTable inherits from GTKContainer
Last modified: 8.4.99 (./GToolKit.m)
- + (GtkType) getType
-
- + 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
-
- - 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
+ tableWithRows:(guint) rows columns:(guint) columns homogeneous:(gboolean) homogeneous
- 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 Apr 8 6:47:20 1999
by Objcdoc