Class GTKPacker
NSObject
|
+---GTK
|
+---GTKObject
|
+---GTKWidget
|
+---GTKContainer
|
+---GTKPacker
Class GTKPacker inherits from GTKContainer
Last modified: 3.1.2001 (GToolKit/GToolKit.m)
- + (GtkType) getType
-
- + (id) packer
-
- - (void) add:(GTKWidget *) child side:(GtkSideType) side anchor:(GtkAnchorType) anchor options:(GtkPackerOptions) options borderWidth:(guint) border_width padX:(guint) pad_x padY:(guint) pad_y iPadX:(guint) i_pad_x iPadY:(guint) i_pad_y
-
- - (void) addDefaults:(GTKWidget *) child side:(GtkSideType) side anchor:(GtkAnchorType) anchor options:(GtkPackerOptions) options
-
- - (id) init
-
- - (void) reorderChild:(GTKWidget *) child position:(gint) position
-
- - (void) setChildPacking:(GTKWidget *) child side:(GtkSideType) side anchor:(GtkAnchorType) anchor options:(GtkPackerOptions) options borderWidth:(guint) border_width padX:(guint) pad_x padY:(guint) pad_y iPadX:(guint) i_pad_x iPadY:(guint) i_pad_y
-
- - (void) setDefaultBorderWidth:(guint) border
-
- - (void) setDefaultIpad:(guint) i_pad_x iPadY:(guint) i_pad_y
-
- - (void) setDefaultPad:(guint) pad_x padY:(guint) pad_y
-
- - (void) setSpacing:(guint) spacing
-
Methods
+ (GtkType) getType
Overrides: + (GtkType) getType in GTKContainer
+ (id) packer
- (id) init
- (void) addDefaults:(GTKWidget *) child side:(GtkSideType) side anchor:(GtkAnchorType) anchor options:(GtkPackerOptions) options
- (void) add:(GTKWidget *) child side:(GtkSideType) side anchor:(GtkAnchorType) anchor options:(GtkPackerOptions) options borderWidth:(guint) border_width padX:(guint) pad_x padY:(guint) pad_y iPadX:(guint) i_pad_x iPadY:(guint) i_pad_y
- (void) setChildPacking:(GTKWidget *) child side:(GtkSideType) side anchor:(GtkAnchorType) anchor options:(GtkPackerOptions) options borderWidth:(guint) border_width padX:(guint) pad_x padY:(guint) pad_y iPadX:(guint) i_pad_x iPadY:(guint) i_pad_y
- (void) reorderChild:(GTKWidget *) child position:(gint) position
- (void) setSpacing:(guint) spacing
- (void) setDefaultBorderWidth:(guint) border
- (void) setDefaultPad:(guint) pad_x padY:(guint) pad_y
- (void) setDefaultIpad:(guint) i_pad_x iPadY:(guint) i_pad_y
generated Thu Jan 4 20:20:32 2001
by Objcdoc