|
CoreGTK
3.22.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Class Methods | |
| (const GtkTargetEntry *) | + getDragTargetGroup |
| (const GtkTargetEntry *) | + getDragTargetItem |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Additional Inherited Members | |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKToolPalette.h.
| - (void) addDragDestWithWidget: | (CGTKWidget*) | widget | |
| andFlags: | (GtkDestDefaults) | flags | |
| andTargets: | (GtkToolPaletteDragTargets) | targets | |
| andActions: | (GdkDragAction) | actions | |
-(void*)addDragDestWithWidget:(CGTKWidget*) widget andFlags:(GtkDestDefaults) flags andTargets:(GtkToolPaletteDragTargets) targets andActions:(GdkDragAction) actions;
| widget | |
| flags | |
| targets | |
| actions |
Definition at line 63 of file CGTKToolPalette.m.
| - (CGTKWidget *) getDragItem: | (const GtkSelectionData*) | selection |
-(CGTKWidget**)getDragItem: selection;
| selection |
Definition at line 68 of file CGTKToolPalette.m.
| + (const GtkTargetEntry *) getDragTargetGroup |
Functions
Definition at line 36 of file CGTKToolPalette.m.
| - (GtkToolItemGroup *) getDropGroupWithX: | (gint) | x | |
| andY: | (gint) | y | |
-(GtkToolItemGroup**)getDropGroupWithX:(gint) x andY:(gint) y;
| x | |
| y |
Definition at line 73 of file CGTKToolPalette.m.
| - (GtkToolItem *) getDropItemWithX: | (gint) | x | |
| andY: | (gint) | y | |
-(GtkToolItem**)getDropItemWithX:(gint) x andY:(gint) y;
| x | |
| y |
Definition at line 78 of file CGTKToolPalette.m.
| - (BOOL) getExclusive: | (GtkToolItemGroup*) | group |
-(BOOL*)getExclusive: group;
| group |
Definition at line 83 of file CGTKToolPalette.m.
| - (BOOL) getExpand: | (GtkToolItemGroup*) | group |
-(BOOL*)getExpand: group;
| group |
Definition at line 88 of file CGTKToolPalette.m.
| - (gint) getGroupPosition: | (GtkToolItemGroup*) | group |
-(gint*)getGroupPosition: group;
| group |
Definition at line 93 of file CGTKToolPalette.m.
| - (GtkAdjustment *) getHadjustment |
-(GtkAdjustment**)getHadjustment;
Definition at line 98 of file CGTKToolPalette.m.
| - (GtkIconSize) getIconSize |
| - (GtkToolbarStyle) getStyle |
-(GtkToolbarStyle*)getStyle;
Reimplemented from CGTKWidget.
Definition at line 108 of file CGTKToolPalette.m.
| - (GtkAdjustment *) getVadjustment |
-(GtkAdjustment**)getVadjustment;
Definition at line 113 of file CGTKToolPalette.m.
| - (id) init |
Constructors
Definition at line 46 of file CGTKToolPalette.m.
| - (void) setDragSource: | (GtkToolPaletteDragTargets) | targets |
-(void*)setDragSource: targets;
| targets |
Definition at line 118 of file CGTKToolPalette.m.
| - (void) setExclusiveWithGroup: | (GtkToolItemGroup*) | group | |
| andExclusive: | (BOOL) | exclusive | |
-(void*)setExclusiveWithGroup:(GtkToolItemGroup*) group andExclusive:(BOOL) exclusive;
| group | |
| exclusive |
Definition at line 123 of file CGTKToolPalette.m.
| - (void) setExpandWithGroup: | (GtkToolItemGroup*) | group | |
| andExpand: | (BOOL) | expand | |
-(void*)setExpandWithGroup:(GtkToolItemGroup*) group andExpand:(BOOL) expand;
| group | |
| expand |
Definition at line 128 of file CGTKToolPalette.m.
| - (void) setGroupPositionWithGroup: | (GtkToolItemGroup*) | group | |
| andPosition: | (gint) | position | |
-(void*)setGroupPositionWithGroup:(GtkToolItemGroup*) group andPosition:(gint) position;
| group | |
| position |
Definition at line 133 of file CGTKToolPalette.m.
| - (void) setIconSize: | (GtkIconSize) | iconSize |
-(void*)setIconSize: iconSize;
| iconSize |
Definition at line 138 of file CGTKToolPalette.m.
| - (void) setStyle: | (GtkToolbarStyle) | style |
| - (GtkToolPalette *) TOOLPALETTE |
Methods
Definition at line 58 of file CGTKToolPalette.m.
| - (void) unsetIconSize |
-(void*)unsetIconSize;
Definition at line 148 of file CGTKToolPalette.m.
| - (void) unsetStyle |
-(void*)unsetStyle;
Definition at line 153 of file CGTKToolPalette.m.