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


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKOverlay.h.
| - (void) addOverlay: | (CGTKWidget*) | widget |
| - (BOOL) getOverlayPassThrough: | (CGTKWidget*) | widget |
-(BOOL*)getOverlayPassThrough: widget;
| widget |
Definition at line 58 of file CGTKOverlay.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKOverlay.m.
| - (GtkOverlay *) OVERLAY |
Methods
Definition at line 48 of file CGTKOverlay.m.
| - (void) reorderOverlayWithChild: | (CGTKWidget*) | child | |
| andPosition: | (gint) | position | |
-(void*)reorderOverlayWithChild:(CGTKWidget*) child andPosition:(gint) position;
| child | |
| position |
Definition at line 63 of file CGTKOverlay.m.
| - (void) setOverlayPassThroughWithWidget: | (CGTKWidget*) | widget | |
| andPassThrough: | (BOOL) | passThrough | |
-(void*)setOverlayPassThroughWithWidget:(CGTKWidget*) widget andPassThrough:(BOOL) passThrough;
| widget | |
| passThrough |
Definition at line 68 of file CGTKOverlay.m.