|
CoreGTK
3.22.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 CGTKPopover.h.
| - (void) bindModelWithModel: | (GMenuModel*) | model | |
| andActionNamespace: | (NSString*) | actionNamespace | |
-(void*)bindModelWithModel:(GMenuModel*) model andActionNamespace:(NSString*) actionNamespace;
| model | |
| actionNamespace |
Definition at line 65 of file CGTKPopover.m.
| - (GtkPopoverConstraint) getConstrainTo |
-(GtkPopoverConstraint*)getConstrainTo;
Definition at line 70 of file CGTKPopover.m.
| - (CGTKWidget *) getDefaultWidget |
| - (BOOL) getModal |
| - (BOOL) getPointingTo: | (GdkRectangle*) | rect |
-(BOOL*)getPointingTo: rect;
| rect |
Definition at line 85 of file CGTKPopover.m.
| - (GtkPositionType) getPosition |
| - (CGTKWidget *) getRelativeTo |
| - (BOOL) getTransitionsEnabled |
| - (id) init: | (CGTKWidget*) | relativeTo |
Constructors
Definition at line 36 of file CGTKPopover.m.
| - (void) popdown |
-(void*)popdown;
Definition at line 105 of file CGTKPopover.m.
| - (GtkPopover *) POPOVER |
Methods
Definition at line 60 of file CGTKPopover.m.
| - (void) popup |
-(void*)popup;
Definition at line 110 of file CGTKPopover.m.
| - (void) setConstrainTo: | (GtkPopoverConstraint) | constraint |
-(void*)setConstrainTo: constraint;
| constraint |
Definition at line 115 of file CGTKPopover.m.
| - (void) setDefaultWidget: | (CGTKWidget*) | widget |
| - (void) setModal: | (BOOL) | modal |
| - (void) setPointingTo: | (const GdkRectangle*) | rect |
| - (void) setPosition: | (GtkPositionType) | position |
| - (void) setRelativeTo: | (CGTKWidget*) | relativeTo |
-(void*)setRelativeTo: relativeTo;
| relativeTo |
Definition at line 140 of file CGTKPopover.m.
| - (void) setTransitionsEnabled: | (BOOL) | transitionsEnabled |
-(void*)setTransitionsEnabled: transitionsEnabled;
| transitionsEnabled |
Definition at line 145 of file CGTKPopover.m.