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


Class Methods | |
| (GList *) | + getDefaultIconList |
| (NSString *) | + getDefaultIconName |
| (GList *) | + listToplevels |
| (void) | + setAutoStartupNotification: |
| (void) | + setDefaultIcon: |
| (BOOL) | + setDefaultIconFromFileWithFilename:andErr: |
| (void) | + setDefaultIconList: |
| (void) | + setDefaultIconName: |
| (void) | + setInteractiveDebugging: |
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 CGTKWindow.h.
| - (BOOL) activateDefault |
| - (BOOL) activateFocus |
| - (BOOL) activateKey: | (GdkEventKey*) | event |
-(BOOL*)activateKey: event;
| event |
Definition at line 108 of file CGTKWindow.m.
| - (void) addAccelGroup: | (GtkAccelGroup*) | accelGroup |
-(void*)addAccelGroup: accelGroup;
| accelGroup |
Definition at line 113 of file CGTKWindow.m.
| - (void) addMnemonicWithKeyval: | (guint) | keyval | |
| andTarget: | (CGTKWidget*) | target | |
-(void*)addMnemonicWithKeyval:(guint) keyval andTarget:(CGTKWidget*) target;
| keyval | |
| target |
Definition at line 118 of file CGTKWindow.m.
| - (void) beginMoveDragWithButton: | (gint) | button | |
| andRootX: | (gint) | rootX | |
| andRootY: | (gint) | rootY | |
| andTimestamp: | (guint32) | timestamp | |
-(void*)beginMoveDragWithButton:(gint) button andRootX:(gint) rootX andRootY:(gint) rootY andTimestamp:(guint32) timestamp;
| button | |
| rootX | |
| rootY | |
| timestamp |
Definition at line 123 of file CGTKWindow.m.
| - (void) beginResizeDragWithEdge: | (GdkWindowEdge) | edge | |
| andButton: | (gint) | button | |
| andRootX: | (gint) | rootX | |
| andRootY: | (gint) | rootY | |
| andTimestamp: | (guint32) | timestamp | |
-(void*)beginResizeDragWithEdge:(GdkWindowEdge) edge andButton:(gint) button andRootX:(gint) rootX andRootY:(gint) rootY andTimestamp:(guint32) timestamp;
| edge | |
| button | |
| rootX | |
| rootY | |
| timestamp |
Definition at line 128 of file CGTKWindow.m.
| - (void) close |
-(void*)close;
Definition at line 133 of file CGTKWindow.m.
| - (void) deiconify |
-(void*)deiconify;
Definition at line 138 of file CGTKWindow.m.
| - (void) fullscreen |
-(void*)fullscreen;
Definition at line 143 of file CGTKWindow.m.
| - (void) fullscreenOnMonitorWithScreen: | (GdkScreen*) | screen | |
| andMonitor: | (gint) | monitor | |
-(void*)fullscreenOnMonitorWithScreen:(GdkScreen*) screen andMonitor:(gint) monitor;
| screen | |
| monitor |
Definition at line 148 of file CGTKWindow.m.
| - (BOOL) getAcceptFocus |
| - (GtkApplication *) getApplication |
-(GtkApplication**)getApplication;
Definition at line 158 of file CGTKWindow.m.
| - (CGTKWidget *) getAttachedTo |
| - (BOOL) getDecorated |
| + (GList *) getDefaultIconList |
Functions
Definition at line 36 of file CGTKWindow.m.
| - (void) getDefaultSizeWithWidth: | (gint*) | width | |
| andHeight: | (gint*) | height | |
-(void*)getDefaultSizeWithWidth:(gint*) width andHeight:(gint*) height;
| width | |
| height |
Definition at line 173 of file CGTKWindow.m.
| - (CGTKWidget *) getDefaultWidget |
| - (BOOL) getDeletable |
| - (BOOL) getDestroyWithParent |
| - (CGTKWidget *) getFocus |
| - (BOOL) getFocusOnMap |
| - (BOOL) getFocusVisible |
| - (GdkGravity) getGravity |
| - (GtkWindowGroup *) getGroup |
| - (BOOL) getHasResizeGrip |
| - (BOOL) getHideTitlebarWhenMaximized |
| - (GdkPixbuf *) getIcon |
| - (GList *) getIconList |
| - (NSString *) getIconName |
| - (GdkModifierType) getMnemonicModifier |
-(GdkModifierType*)getMnemonicModifier;
Definition at line 243 of file CGTKWindow.m.
| - (BOOL) getMnemonicsVisible |
| - (BOOL) getModal |
| - (gdouble) getOpacity |
-(gdouble*)getOpacity;
Reimplemented from CGTKWidget.
Definition at line 258 of file CGTKWindow.m.
| - (void) getPositionWithRootX: | (gint*) | rootX | |
| andRootY: | (gint*) | rootY | |
-(void*)getPositionWithRootX:(gint*) rootX andRootY:(gint*) rootY;
| rootX | |
| rootY |
Definition at line 263 of file CGTKWindow.m.
| - (BOOL) getResizable |
| - (BOOL) getResizeGripArea: | (GdkRectangle*) | rect |
-(BOOL*)getResizeGripArea: rect;
| rect |
Definition at line 273 of file CGTKWindow.m.
| - (NSString *) getRole |
| - (GdkScreen *) getScreen |
-(GdkScreen**)getScreen;
Reimplemented from CGTKWidget.
Definition at line 283 of file CGTKWindow.m.
| - (void) getSizeWithWidth: | (gint*) | width | |
| andHeight: | (gint*) | height | |
-(void*)getSizeWithWidth:(gint*) width andHeight:(gint*) height;
| width | |
| height |
Definition at line 288 of file CGTKWindow.m.
| - (BOOL) getSkipPagerHint |
| - (BOOL) getSkipTaskbarHint |
| - (NSString *) getTitle |
| - (CGTKWidget *) getTitlebar |
| - (GtkWindow *) getTransientFor |
| - (GdkWindowTypeHint) getTypeHint |
-(GdkWindowTypeHint*)getTypeHint;
Definition at line 318 of file CGTKWindow.m.
| - (BOOL) getUrgencyHint |
| - (GtkWindowType) getWindowType |
| - (BOOL) hasGroup |
| - (BOOL) hasToplevelFocus |
| - (void) iconify |
-(void*)iconify;
Definition at line 343 of file CGTKWindow.m.
| - (id) init: | (GtkWindowType) | type |
Constructors
Definition at line 81 of file CGTKWindow.m.
| - (BOOL) isActive |
| - (BOOL) isMaximized |
| - (void) maximize |
-(void*)maximize;
Definition at line 358 of file CGTKWindow.m.
| - (BOOL) mnemonicActivateWithKeyval: | (guint) | keyval | |
| andModifier: | (GdkModifierType) | modifier | |
-(BOOL*)mnemonicActivateWithKeyval:(guint) keyval andModifier:(GdkModifierType) modifier;
| keyval | |
| modifier |
Definition at line 363 of file CGTKWindow.m.
| - (void) moveWithX: | (gint) | x | |
| andY: | (gint) | y | |
-(void*)moveWithX:(gint) x andY:(gint) y;
| x | |
| y |
Definition at line 368 of file CGTKWindow.m.
| - (BOOL) parseGeometry: | (NSString*) | geometry |
-(BOOL*)parseGeometry: geometry;
| geometry |
Definition at line 373 of file CGTKWindow.m.
| - (void) present |
-(void*)present;
Definition at line 378 of file CGTKWindow.m.
| - (void) presentWithTime: | (guint32) | timestamp |
-(void*)presentWithTime: timestamp;
| timestamp |
Definition at line 383 of file CGTKWindow.m.
| - (BOOL) propagateKeyEvent: | (GdkEventKey*) | event |
-(BOOL*)propagateKeyEvent: event;
| event |
Definition at line 388 of file CGTKWindow.m.
| - (void) removeAccelGroup: | (GtkAccelGroup*) | accelGroup |
-(void*)removeAccelGroup: accelGroup;
| accelGroup |
Definition at line 393 of file CGTKWindow.m.
| - (void) removeMnemonicWithKeyval: | (guint) | keyval | |
| andTarget: | (CGTKWidget*) | target | |
-(void*)removeMnemonicWithKeyval:(guint) keyval andTarget:(CGTKWidget*) target;
| keyval | |
| target |
Definition at line 398 of file CGTKWindow.m.
| - (void) reshowWithInitialSize |
-(void*)reshowWithInitialSize;
Definition at line 403 of file CGTKWindow.m.
| - (BOOL) resizeGripIsVisible |
| - (void) resizeToGeometryWithWidth: | (gint) | width | |
| andHeight: | (gint) | height | |
-(void*)resizeToGeometryWithWidth:(gint) width andHeight:(gint) height;
| width | |
| height |
Definition at line 418 of file CGTKWindow.m.
| - (void) resizeWithWidth: | (gint) | width | |
| andHeight: | (gint) | height | |
-(void*)resizeWithWidth:(gint) width andHeight:(gint) height;
| width | |
| height |
Definition at line 408 of file CGTKWindow.m.
| - (void) setAcceptFocus: | (BOOL) | setting |
| - (void) setApplication: | (GtkApplication*) | application |
-(void*)setApplication: application;
| application |
Definition at line 428 of file CGTKWindow.m.
| - (void) setAttachedTo: | (CGTKWidget*) | attachWidget |
-(void*)setAttachedTo: attachWidget;
| attachWidget |
Definition at line 433 of file CGTKWindow.m.
| - (void) setDecorated: | (BOOL) | setting |
| - (void) setDefault: | (CGTKWidget*) | defaultWidget |
-(void*)setDefault: defaultWidget;
| defaultWidget |
Definition at line 443 of file CGTKWindow.m.
| - (void) setDefaultGeometryWithWidth: | (gint) | width | |
| andHeight: | (gint) | height | |
-(void*)setDefaultGeometryWithWidth:(gint) width andHeight:(gint) height;
| width | |
| height |
Definition at line 448 of file CGTKWindow.m.
| - (void) setDefaultSizeWithWidth: | (gint) | width | |
| andHeight: | (gint) | height | |
-(void*)setDefaultSizeWithWidth:(gint) width andHeight:(gint) height;
| width | |
| height |
Definition at line 453 of file CGTKWindow.m.
| - (void) setDeletable: | (BOOL) | setting |
| - (void) setDestroyWithParent: | (BOOL) | setting |
-(void*)setDestroyWithParent: setting;
| setting |
Definition at line 463 of file CGTKWindow.m.
| - (void) setFocus: | (CGTKWidget*) | focus |
| - (void) setFocusOnMap: | (BOOL) | setting |
| - (void) setFocusVisible: | (BOOL) | setting |
| - (void) setGeometryHintsWithGeometryWidget: | (CGTKWidget*) | geometryWidget | |
| andGeometry: | (GdkGeometry*) | geometry | |
| andGeomMask: | (GdkWindowHints) | geomMask | |
-(void*)setGeometryHintsWithGeometryWidget:(CGTKWidget*) geometryWidget andGeometry:(GdkGeometry*) geometry andGeomMask:(GdkWindowHints) geomMask;
| geometryWidget | |
| geometry | |
| geomMask |
Definition at line 483 of file CGTKWindow.m.
| - (void) setGravity: | (GdkGravity) | gravity |
| - (void) setHasResizeGrip: | (BOOL) | value |
| - (void) setHasUserRefCount: | (BOOL) | setting |
-(void*)setHasUserRefCount: setting;
| setting |
Definition at line 498 of file CGTKWindow.m.
| - (void) setHideTitlebarWhenMaximized: | (BOOL) | setting |
-(void*)setHideTitlebarWhenMaximized: setting;
| setting |
Definition at line 503 of file CGTKWindow.m.
| - (void) setIcon: | (GdkPixbuf*) | icon |
| - (BOOL) setIconFromFileWithFilename: | (NSString*) | filename | |
| andErr: | (GError**) | err | |
-(BOOL*)setIconFromFileWithFilename:(NSString*) filename andErr:(GError**) err;
| filename | |
| err |
Definition at line 513 of file CGTKWindow.m.
| - (void) setIconList: | (GList*) | list |
| - (void) setIconName: | (NSString*) | name |
| - (void) setKeepAbove: | (BOOL) | setting |
| - (void) setKeepBelow: | (BOOL) | setting |
| - (void) setMnemonicModifier: | (GdkModifierType) | modifier |
-(void*)setMnemonicModifier: modifier;
| modifier |
Definition at line 538 of file CGTKWindow.m.
| - (void) setMnemonicsVisible: | (BOOL) | setting |
-(void*)setMnemonicsVisible: setting;
| setting |
Definition at line 543 of file CGTKWindow.m.
| - (void) setModal: | (BOOL) | modal |
| - (void) setOpacity: | (gdouble) | opacity |
| - (void) setPosition: | (GtkWindowPosition) | position |
| - (void) setResizable: | (BOOL) | resizable |
| - (void) setRole: | (NSString*) | role |
| - (void) setScreen: | (GdkScreen*) | screen |
| - (void) setSkipPagerHint: | (BOOL) | setting |
| - (void) setSkipTaskbarHint: | (BOOL) | setting |
-(void*)setSkipTaskbarHint: setting;
| setting |
Definition at line 583 of file CGTKWindow.m.
| - (void) setStartupId: | (NSString*) | startupId |
| - (void) setTitle: | (NSString*) | title |
| - (void) setTitlebar: | (CGTKWidget*) | titlebar |
| - (void) setTransientFor: | (GtkWindow*) | parent |
| - (void) setTypeHint: | (GdkWindowTypeHint) | hint |
| - (void) setUrgencyHint: | (BOOL) | setting |
| - (void) setWmclassWithWmclassName: | (NSString*) | wmclassName | |
| andWmclassClass: | (NSString*) | wmclassClass | |
-(void*)setWmclassWithWmclassName:(NSString*) wmclassName andWmclassClass:(NSString*) wmclassClass;
| wmclassName | |
| wmclassClass |
Definition at line 618 of file CGTKWindow.m.
| - (void) stick |
-(void*)stick;
Definition at line 623 of file CGTKWindow.m.
| - (void) unfullscreen |
-(void*)unfullscreen;
Definition at line 628 of file CGTKWindow.m.
| - (void) unmaximize |
-(void*)unmaximize;
Definition at line 633 of file CGTKWindow.m.
| - (void) unstick |
-(void*)unstick;
Definition at line 638 of file CGTKWindow.m.
| - (GtkWindow *) WINDOW |
Methods
Definition at line 93 of file CGTKWindow.m.