CoreGTK  3.18.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
CGTKWidget.h
1 /*
2  * CGTKWidget.h
3  * This file is part of CoreGTK
4  *
5  * Copyright (C) 2016 - Tyler Burton
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20  */
21 
22 /*
23  * Modified by the CoreGTK Team, 2016. See the AUTHORS file for a
24  * list of people on the CoreGTK Team.
25  * See the ChangeLog files for a list of changes.
26  *
27  */
28 
29 /*
30  * Objective-C imports
31  */
32 #import "CoreGTK/CGTKBase.h"
33 
34 @interface CGTKWidget : CGTKBase
35 {
36 
37 }
38 
42 +(GtkTextDirection)getDefaultDirection;
43 +(GtkStyle*)getDefaultStyle;
44 +(void)popCompositeChild;
45 +(void)pushCompositeChild;
46 +(void)setDefaultDirection:(GtkTextDirection) dir;
47 
52 -(GtkWidget*)WIDGET;
53 
59 -(BOOL)activate;
60 
70 -(void)addAcceleratorWithAccelSignal:(NSString*) accelSignal andAccelGroup:(GtkAccelGroup*) accelGroup andAccelKey:(guint) accelKey andAccelMods:(GdkModifierType) accelMods andAccelFlags:(GtkAccelFlags) accelFlags;
71 
78 -(void)addDeviceEventsWithDevice:(GdkDevice*) device andEvents:(GdkEventMask) events;
79 
85 -(void)addEvents:(gint) events;
86 
92 -(void)addMnemonicLabel:(CGTKWidget*) label;
93 
102 -(guint)addTickCallbackWithCallback:(GtkTickCallback) callback andUserData:(gpointer) userData andNotify:(GDestroyNotify) notify;
103 
110 -(BOOL)canActivateAccel:(guint) signalId;
111 
118 -(BOOL)childFocus:(GtkDirectionType) direction;
119 
125 -(void)childNotify:(NSString*) childProperty;
126 
134 -(void)classPathWithPathLength:(guint*) pathLength andPath:(gchar**) path andPathReversed:(gchar**) pathReversed;
135 
142 -(BOOL)computeExpand:(GtkOrientation) orientation;
143 
149 -(PangoContext*)createPangoContext;
150 
157 -(PangoLayout*)createPangoLayout:(NSString*) text;
158 
163 -(void)destroy;
164 
170 -(void)destroyed:(GtkWidget**) widgetPointer;
171 
178 -(BOOL)deviceIsShadowed:(GdkDevice*) device;
179 
189 -(GdkDragContext*)gtkDragBeginWithTargets:(GtkTargetList*) targets andActions:(GdkDragAction) actions andButton:(gint) button andEvent:(GdkEvent*) event;
190 
202 -(GdkDragContext*)gtkDragBeginWithCoordinatesWithTargets:(GtkTargetList*) targets andActions:(GdkDragAction) actions andButton:(gint) button andEvent:(GdkEvent*) event andX:(gint) x andY:(gint) y;
203 
213 -(BOOL)gtkDragCheckThresholdWithStartX:(gint) startX andStartY:(gint) startY andCurrentX:(gint) currentX andCurrentY:(gint) currentY;
214 
220 
226 
232 
240 -(GdkAtom)gtkDragDestFindTargetWithContext:(GdkDragContext*) context andTargetList:(GtkTargetList*) targetList;
241 
247 -(GtkTargetList*)gtkDragDestGetTargetList;
248 
255 
264 -(void)gtkDragDestSetWithFlags:(GtkDestDefaults) flags andTargets:(GtkTargetEntry*) targets andNtargets:(gint) ntargets andActions:(GdkDragAction) actions;
265 
273 -(void)gtkDragDestSetProxyWithProxyWindow:(GdkWindow*) proxyWindow andProtocol:(GdkDragProtocol) protocol andUseCoordinates:(BOOL) useCoordinates;
274 
280 -(void)gtkDragDestSetTargetList:(GtkTargetList*) targetList;
281 
287 -(void)gtkDragDestSetTrackMotion:(BOOL) trackMotion;
288 
293 -(void)gtkDragDestUnset;
294 
302 -(void)gtkDragGetDataWithContext:(GdkDragContext*) context andTarget:(GdkAtom) target andTime:(guint32) time;
303 
308 -(void)gtkDragHighlight;
309 
315 
321 
327 
333 -(GtkTargetList*)gtkDragSourceGetTargetList;
334 
343 -(void)gtkDragSourceSetWithStartButtonMask:(GdkModifierType) startButtonMask andTargets:(GtkTargetEntry*) targets andNtargets:(gint) ntargets andActions:(GdkDragAction) actions;
344 
350 -(void)gtkDragSourceSetIconGicon:(GIcon*) icon;
351 
357 -(void)gtkDragSourceSetIconName:(NSString*) iconName;
358 
364 -(void)gtkDragSourceSetIconPixbuf:(GdkPixbuf*) pixbuf;
365 
371 -(void)gtkDragSourceSetIconStock:(NSString*) stockId;
372 
378 -(void)gtkDragSourceSetTargetList:(GtkTargetList*) targetList;
379 
384 -(void)gtkDragSourceUnset;
385 
390 -(void)gtkDragUnhighlight;
391 
397 -(void)draw:(cairo_t*) cr;
398 
403 -(void)ensureStyle;
404 
409 -(void)errorBell;
410 
417 -(BOOL)event:(GdkEvent*) event;
418 
423 -(void)freezeChildNotify;
424 
430 -(AtkObject*)getAccessible;
431 
438 -(GActionGroup*)getActionGroup:(NSString*) prefix;
439 
446 
452 -(int)getAllocatedHeight;
453 
459 -(int)getAllocatedWidth;
460 
466 -(void)getAllocation:(GtkAllocation*) allocation;
467 
474 -(CGTKWidget*)getAncestor:(GType) widgetType;
475 
481 -(BOOL)getAppPaintable;
482 
488 -(BOOL)getCanDefault;
489 
495 -(BOOL)getCanFocus;
496 
502 -(void)getChildRequisition:(GtkRequisition*) requisition;
503 
509 -(BOOL)getChildVisible;
510 
516 -(void)getClip:(GtkAllocation*) clip;
517 
524 -(GtkClipboard*)getClipboard:(GdkAtom) selection;
525 
531 -(NSString*)getCompositeName;
532 
539 -(BOOL)getDeviceEnabled:(GdkDevice*) device;
540 
547 -(GdkEventMask)getDeviceEvents:(GdkDevice*) device;
548 
554 -(GtkTextDirection)getDirection;
555 
561 -(GdkDisplay*)getDisplay;
562 
568 -(BOOL)getDoubleBuffered;
569 
575 -(gint)getEvents;
576 
582 -(PangoFontMap*)getFontMap;
583 
589 -(const cairo_font_options_t*)getFontOptions;
590 
596 -(GdkFrameClock*)getFrameClock;
597 
603 -(GtkAlign)getHalign;
604 
610 -(BOOL)getHasTooltip;
611 
617 -(BOOL)getHasWindow;
618 
624 -(BOOL)getHexpand;
625 
631 -(BOOL)getHexpandSet;
632 
638 -(BOOL)getMapped;
639 
645 -(gint)getMarginBottom;
646 
652 -(gint)getMarginEnd;
653 
659 -(gint)getMarginLeft;
660 
666 -(gint)getMarginRight;
667 
673 -(gint)getMarginStart;
674 
680 -(gint)getMarginTop;
681 
688 -(GdkModifierType)getModifierMask:(GdkModifierIntent) intent;
689 
695 -(GtkRcStyle*)getModifierStyle;
696 
702 -(NSString*)getName;
703 
709 -(BOOL)getNoShowAll;
710 
716 -(double)getOpacity;
717 
723 -(PangoContext*)getPangoContext;
724 
731 
737 -(GdkWindow*)getParentWindow;
738 
744 -(GtkWidgetPath*)getPath;
745 
752 -(void)getPointerWithX:(gint*) x andY:(gint*) y;
753 
760 -(void)getPreferredHeightWithMinimumHeight:(gint*) minimumHeight andNaturalHeight:(gint*) naturalHeight;
761 
771 -(void)getPreferredHeightAndBaselineForWidthWithWidth:(gint) width andMinimumHeight:(gint*) minimumHeight andNaturalHeight:(gint*) naturalHeight andMinimumBaseline:(gint*) minimumBaseline andNaturalBaseline:(gint*) naturalBaseline;
772 
780 -(void)getPreferredHeightForWidthWithWidth:(gint) width andMinimumHeight:(gint*) minimumHeight andNaturalHeight:(gint*) naturalHeight;
781 
788 -(void)getPreferredSizeWithMinimumSize:(GtkRequisition*) minimumSize andNaturalSize:(GtkRequisition*) naturalSize;
789 
796 -(void)getPreferredWidthWithMinimumWidth:(gint*) minimumWidth andNaturalWidth:(gint*) naturalWidth;
797 
805 -(void)getPreferredWidthForHeightWithHeight:(gint) height andMinimumWidth:(gint*) minimumWidth andNaturalWidth:(gint*) naturalWidth;
806 
812 -(BOOL)getRealized;
813 
819 -(BOOL)getReceivesDefault;
820 
826 -(GtkSizeRequestMode)getRequestMode;
827 
833 -(void)getRequisition:(GtkRequisition*) requisition;
834 
840 -(GdkWindow*)getRootWindow;
841 
847 -(gint)getScaleFactor;
848 
854 -(GdkScreen*)getScreen;
855 
861 -(BOOL)getSensitive;
862 
868 -(GtkSettings*)getSettings;
869 
876 -(void)getSizeRequestWithWidth:(gint*) width andHeight:(gint*) height;
877 
883 -(GtkStateType)getState;
884 
890 -(GtkStateFlags)getStateFlags;
891 
897 -(GtkStyle*)getStyle;
898 
904 -(GtkStyleContext*)getStyleContext;
905 
911 -(BOOL)getSupportMultidevice;
912 
920 -(GObject*)getTemplateChildWithWidgetType:(GType) widgetType andName:(NSString*) name;
921 
927 -(NSString*)getTooltipMarkup;
928 
934 -(NSString*)getTooltipText;
935 
941 -(GtkWindow*)getTooltipWindow;
942 
949 
955 -(GtkAlign)getValign;
956 
962 -(GtkAlign)getValignWithBaseline;
963 
969 -(BOOL)getVexpand;
970 
976 -(BOOL)getVexpandSet;
977 
983 -(BOOL)getVisible;
984 
990 -(GdkVisual*)getVisual;
991 
997 -(GdkWindow*)getWindow;
998 
1003 -(void)gtkGrabAdd;
1004 
1009 -(void)grabDefault;
1010 
1015 -(void)grabFocus;
1016 
1021 -(void)gtkGrabRemove;
1022 
1028 -(BOOL)hasDefault;
1029 
1035 -(BOOL)hasFocus;
1036 
1042 -(BOOL)hasGrab;
1043 
1049 -(BOOL)hasRcStyle;
1050 
1056 -(BOOL)hasScreen;
1057 
1063 -(BOOL)hasVisibleFocus;
1064 
1069 -(void)hide;
1070 
1076 -(BOOL)hideOnDelete;
1077 
1083 -(BOOL)inDestruction;
1084 
1089 -(void)initTemplate;
1090 
1096 -(void)inputShapeCombineRegion:(cairo_region_t*) region;
1097 
1104 -(void)insertActionGroupWithName:(NSString*) name andGroup:(GActionGroup*) group;
1105 
1113 -(BOOL)intersectWithArea:(const GdkRectangle*) area andIntersection:(GdkRectangle*) intersection;
1114 
1121 -(BOOL)isAncestor:(CGTKWidget*) ancestor;
1122 
1128 -(BOOL)isComposited;
1129 
1135 -(BOOL)isDrawable;
1136 
1142 -(BOOL)isFocus;
1143 
1149 -(BOOL)isSensitive;
1150 
1156 -(BOOL)isToplevel;
1157 
1163 -(BOOL)isVisible;
1164 
1171 -(BOOL)keynavFailed:(GtkDirectionType) direction;
1172 
1178 -(GList*)listAccelClosures;
1179 
1185 -(const gchar**)listActionPrefixes;
1186 
1192 -(GList*)listMnemonicLabels;
1193 
1198 -(void)map;
1199 
1206 -(BOOL)mnemonicActivate:(BOOL) groupCycling;
1207 
1214 -(void)modifyBaseWithState:(GtkStateType) state andColor:(const GdkColor*) color;
1215 
1222 -(void)modifyBgWithState:(GtkStateType) state andColor:(const GdkColor*) color;
1223 
1230 -(void)modifyCursorWithPrimary:(const GdkColor*) primary andSecondary:(const GdkColor*) secondary;
1231 
1238 -(void)modifyFgWithState:(GtkStateType) state andColor:(const GdkColor*) color;
1239 
1245 -(void)modifyFont:(PangoFontDescription*) fontDesc;
1246 
1252 -(void)modifyStyle:(GtkRcStyle*) style;
1253 
1260 -(void)modifyTextWithState:(GtkStateType) state andColor:(const GdkColor*) color;
1261 
1268 -(void)overrideBackgroundColorWithState:(GtkStateFlags) state andColor:(const GdkRGBA*) color;
1269 
1276 -(void)overrideColorWithState:(GtkStateFlags) state andColor:(const GdkRGBA*) color;
1277 
1284 -(void)overrideCursorWithCursor:(const GdkRGBA*) cursor andSecondaryCursor:(const GdkRGBA*) secondaryCursor;
1285 
1291 -(void)overrideFont:(const PangoFontDescription*) fontDesc;
1292 
1299 -(void)overrideSymbolicColorWithName:(NSString*) name andColor:(const GdkRGBA*) color;
1300 
1308 -(void)pathWithPathLength:(guint*) pathLength andPath:(gchar**) path andPathReversed:(gchar**) pathReversed;
1309 
1314 -(void)queueComputeExpand;
1315 
1320 -(void)queueDraw;
1321 
1330 -(void)queueDrawAreaWithX:(gint) x andY:(gint) y andWidth:(gint) width andHeight:(gint) height;
1331 
1337 -(void)queueDrawRegion:(const cairo_region_t*) region;
1338 
1343 -(void)queueResize;
1344 
1349 -(void)queueResizeNoRedraw;
1350 
1355 -(void)realize;
1356 
1363 -(cairo_region_t*)regionIntersect:(const cairo_region_t*) region;
1364 
1370 -(void)registerWindow:(GdkWindow*) window;
1371 
1380 -(BOOL)removeAcceleratorWithAccelGroup:(GtkAccelGroup*) accelGroup andAccelKey:(guint) accelKey andAccelMods:(GdkModifierType) accelMods;
1381 
1387 -(void)removeMnemonicLabel:(CGTKWidget*) label;
1388 
1394 -(void)removeTickCallback:(guint) id;
1395 
1404 -(GdkPixbuf*)renderIconWithStockId:(NSString*) stockId andSize:(GtkIconSize) size andDetail:(NSString*) detail;
1405 
1413 -(GdkPixbuf*)renderIconPixbufWithStockId:(NSString*) stockId andSize:(GtkIconSize) size;
1414 
1420 -(void)reparent:(CGTKWidget*) newParent;
1421 
1426 -(void)resetRcStyles;
1427 
1432 -(void)resetStyle;
1433 
1440 -(gint)sendExpose:(GdkEvent*) event;
1441 
1448 -(BOOL)sendFocusChange:(GdkEvent*) event;
1449 
1456 -(void)setAccelPathWithAccelPath:(NSString*) accelPath andAccelGroup:(GtkAccelGroup*) accelGroup;
1457 
1463 -(void)setAllocation:(const GtkAllocation*) allocation;
1464 
1470 -(void)setAppPaintable:(BOOL) appPaintable;
1471 
1477 -(void)setCanDefault:(BOOL) canDefault;
1478 
1484 -(void)setCanFocus:(BOOL) canFocus;
1485 
1491 -(void)setChildVisible:(BOOL) isVisible;
1492 
1498 -(void)setClip:(const GtkAllocation*) clip;
1499 
1505 -(void)setCompositeName:(NSString*) name;
1506 
1513 -(void)setDeviceEnabledWithDevice:(GdkDevice*) device andEnabled:(BOOL) enabled;
1514 
1521 -(void)setDeviceEventsWithDevice:(GdkDevice*) device andEvents:(GdkEventMask) events;
1522 
1528 -(void)setDirection:(GtkTextDirection) dir;
1529 
1535 -(void)setDoubleBuffered:(BOOL) doubleBuffered;
1536 
1542 -(void)setEvents:(gint) events;
1543 
1549 -(void)setFontMap:(PangoFontMap*) fontMap;
1550 
1556 -(void)setFontOptions:(const cairo_font_options_t*) options;
1557 
1563 -(void)setHalign:(GtkAlign) align;
1564 
1570 -(void)setHasTooltip:(BOOL) hasTooltip;
1571 
1577 -(void)setHasWindow:(BOOL) hasWindow;
1578 
1584 -(void)setHexpand:(BOOL) expand;
1585 
1591 -(void)setHexpandSet:(BOOL) set;
1592 
1598 -(void)setMapped:(BOOL) mapped;
1599 
1605 -(void)setMarginBottom:(gint) margin;
1606 
1612 -(void)setMarginEnd:(gint) margin;
1613 
1619 -(void)setMarginLeft:(gint) margin;
1620 
1626 -(void)setMarginRight:(gint) margin;
1627 
1633 -(void)setMarginStart:(gint) margin;
1634 
1640 -(void)setMarginTop:(gint) margin;
1641 
1647 -(void)setName:(NSString*) name;
1648 
1654 -(void)setNoShowAll:(BOOL) noShowAll;
1655 
1661 -(void)setOpacity:(double) opacity;
1662 
1668 -(void)setParent:(CGTKWidget*) parent;
1669 
1675 -(void)setParentWindow:(GdkWindow*) parentWindow;
1676 
1682 -(void)setRealized:(BOOL) realized;
1683 
1689 -(void)setReceivesDefault:(BOOL) receivesDefault;
1690 
1696 -(void)setRedrawOnAllocate:(BOOL) redrawOnAllocate;
1697 
1703 -(void)setSensitive:(BOOL) sensitive;
1704 
1711 -(void)setSizeRequestWithWidth:(gint) width andHeight:(gint) height;
1712 
1718 -(void)setState:(GtkStateType) state;
1719 
1726 -(void)setStateFlagsWithFlags:(GtkStateFlags) flags andClear:(BOOL) clear;
1727 
1733 -(void)setStyle:(GtkStyle*) style;
1734 
1740 -(void)setSupportMultidevice:(BOOL) supportMultidevice;
1741 
1747 -(void)setTooltipMarkup:(NSString*) markup;
1748 
1754 -(void)setTooltipText:(NSString*) text;
1755 
1761 -(void)setTooltipWindow:(GtkWindow*) customWindow;
1762 
1768 -(void)setValign:(GtkAlign) align;
1769 
1775 -(void)setVexpand:(BOOL) expand;
1776 
1782 -(void)setVexpandSet:(BOOL) set;
1783 
1789 -(void)setVisible:(BOOL) visible;
1790 
1796 -(void)setVisual:(GdkVisual*) visual;
1797 
1803 -(void)setWindow:(GdkWindow*) window;
1804 
1810 -(void)shapeCombineRegion:(cairo_region_t*) region;
1811 
1816 -(void)show;
1817 
1822 -(void)showAll;
1823 
1828 -(void)showNow;
1829 
1835 -(void)sizeAllocate:(GtkAllocation*) allocation;
1836 
1843 -(void)sizeAllocateWithBaselineWithAllocation:(GtkAllocation*) allocation andBaseline:(gint) baseline;
1844 
1850 -(void)sizeRequest:(GtkRequisition*) requisition;
1851 
1856 -(void)styleAttach;
1857 
1864 -(void)styleGetPropertyWithPropertyName:(NSString*) propertyName andValue:(GValue*) value;
1865 
1872 -(void)styleGetValistWithFirstPropertyName:(NSString*) firstPropertyName andVarArgs:(va_list) varArgs;
1873 
1878 -(void)thawChildNotify;
1879 
1890 -(BOOL)translateCoordinatesWithDestWidget:(CGTKWidget*) destWidget andSrcX:(gint) srcX andSrcY:(gint) srcY andDestX:(gint*) destX andDestY:(gint*) destY;
1891 
1896 -(void)triggerTooltipQuery;
1897 
1902 -(void)unmap;
1903 
1908 -(void)unparent;
1909 
1914 -(void)unrealize;
1915 
1921 -(void)unregisterWindow:(GdkWindow*) window;
1922 
1928 -(void)unsetStateFlags:(GtkStateFlags) flags;
1929 
1930 @end
void initTemplate()
Definition: CGTKWidget.m:771
BOOL getHexpandSet()
Definition: CGTKWidget.m:451
BOOL activate()
Definition: CGTKWidget.m:66
GtkSizeRequestMode getRequestMode()
Definition: CGTKWidget.m:581
BOOL isSensitive()
Definition: CGTKWidget.m:811
NSString * getTooltipText()
Definition: CGTKWidget.m:656
PangoFontMap * getFontMap()
Definition: CGTKWidget.m:416
void gtkDragDestAddImageTargets()
Definition: CGTKWidget.m:161
BOOL gtkDragDestGetTrackMotion()
Definition: CGTKWidget.m:186
int getAllocatedBaseline()
Definition: CGTKWidget.m:321
BOOL isToplevel()
Definition: CGTKWidget.m:816
GtkTargetList * gtkDragDestGetTargetList()
Definition: CGTKWidget.m:181
GtkAlign getValign()
Definition: CGTKWidget.m:671
void gtkDragUnhighlight()
Definition: CGTKWidget.m:281
BOOL getVisible()
Definition: CGTKWidget.m:691
GdkWindow * getParentWindow()
Definition: CGTKWidget.m:526
void styleAttach()
Definition: CGTKWidget.m:1301
void thawChildNotify()
Definition: CGTKWidget.m:1316
void hide()
Definition: CGTKWidget.m:756
GtkStateType getState()
Definition: CGTKWidget.m:621
BOOL hasVisibleFocus()
Definition: CGTKWidget.m:751
GtkSettings * getSettings()
Definition: CGTKWidget.m:611
BOOL getSensitive()
Definition: CGTKWidget.m:606
BOOL hasGrab()
Definition: CGTKWidget.m:736
GList * listMnemonicLabels()
Definition: CGTKWidget.m:841
void resetStyle()
Definition: CGTKWidget.m:1001
void gtkDragSourceAddUriTargets()
Definition: CGTKWidget.m:236
GdkScreen * getScreen()
Definition: CGTKWidget.m:601
void queueResize()
Definition: CGTKWidget.m:941
NSString * getCompositeName()
Definition: CGTKWidget.m:381
CGTKWidget * getToplevel()
Definition: CGTKWidget.m:666
GtkTextDirection getDefaultDirection()
Definition: CGTKWidget.m:36
void gtkDragDestAddTextTargets()
Definition: CGTKWidget.m:166
GtkTextDirection getDirection()
Definition: CGTKWidget.m:396
BOOL getReceivesDefault()
Definition: CGTKWidget.m:576
GdkDisplay * getDisplay()
Definition: CGTKWidget.m:401
void freezeChildNotify()
Definition: CGTKWidget.m:306
void realize()
Definition: CGTKWidget.m:951
void gtkDragDestUnset()
Definition: CGTKWidget.m:211
const gchar ** listActionPrefixes()
Definition: CGTKWidget.m:836
BOOL getNoShowAll()
Definition: CGTKWidget.m:506
double getOpacity()
Definition: CGTKWidget.m:511
void unmap()
Definition: CGTKWidget.m:1331
GdkWindow * getWindow()
Definition: CGTKWidget.m:701
BOOL isDrawable()
Definition: CGTKWidget.m:801
GtkAlign getHalign()
Definition: CGTKWidget.m:431
const cairo_font_options_t * getFontOptions()
Definition: CGTKWidget.m:421
void showAll()
Definition: CGTKWidget.m:1276
void map()
Definition: CGTKWidget.m:846
BOOL hasRcStyle()
Definition: CGTKWidget.m:741
BOOL isFocus()
Definition: CGTKWidget.m:806
PangoContext * getPangoContext()
Definition: CGTKWidget.m:516
gint getMarginBottom()
Definition: CGTKWidget.m:461
BOOL hasScreen()
Definition: CGTKWidget.m:746
void destroy()
Definition: CGTKWidget.m:131
NSString * getName()
Definition: CGTKWidget.m:501
BOOL hideOnDelete()
Definition: CGTKWidget.m:761
void gtkGrabRemove()
Definition: CGTKWidget.m:721
void gtkDragDestAddUriTargets()
Definition: CGTKWidget.m:171
BOOL getChildVisible()
Definition: CGTKWidget.m:366
GtkWidget * WIDGET()
Definition: CGTKWidget.m:61
GList * listAccelClosures()
Definition: CGTKWidget.m:831
BOOL getAppPaintable()
Definition: CGTKWidget.m:346
void gtkDragHighlight()
Definition: CGTKWidget.m:221
GtkStateFlags getStateFlags()
Definition: CGTKWidget.m:626
void queueResizeNoRedraw()
Definition: CGTKWidget.m:946
void grabFocus()
Definition: CGTKWidget.m:716
GdkWindow * getRootWindow()
Definition: CGTKWidget.m:591
int getAllocatedHeight()
Definition: CGTKWidget.m:326
GtkWidgetPath * getPath()
Definition: CGTKWidget.m:531
void gtkDragSourceAddImageTargets()
Definition: CGTKWidget.m:226
CGTKWidget * getParent()
Definition: CGTKWidget.m:521
BOOL getVexpandSet()
Definition: CGTKWidget.m:686
void errorBell()
Definition: CGTKWidget.m:296
GtkRcStyle * getModifierStyle()
Definition: CGTKWidget.m:496
gint getMarginStart()
Definition: CGTKWidget.m:481
GtkAlign getValignWithBaseline()
Definition: CGTKWidget.m:676
NSString * getTooltipMarkup()
Definition: CGTKWidget.m:651
GdkFrameClock * getFrameClock()
Definition: CGTKWidget.m:426
BOOL getVexpand()
Definition: CGTKWidget.m:681
void triggerTooltipQuery()
Definition: CGTKWidget.m:1326
BOOL isComposited()
Definition: CGTKWidget.m:796
void unparent()
Definition: CGTKWidget.m:1336
void queueDraw()
Definition: CGTKWidget.m:926
BOOL getHasTooltip()
Definition: CGTKWidget.m:436
void gtkDragSourceUnset()
Definition: CGTKWidget.m:276
BOOL getCanFocus()
Definition: CGTKWidget.m:356
gint getMarginEnd()
Definition: CGTKWidget.m:466
void unrealize()
Definition: CGTKWidget.m:1341
BOOL hasFocus()
Definition: CGTKWidget.m:731
gint getMarginLeft()
Definition: CGTKWidget.m:471
gint getScaleFactor()
Definition: CGTKWidget.m:596
gint getMarginRight()
Definition: CGTKWidget.m:476
BOOL isVisible()
Definition: CGTKWidget.m:821
BOOL getHasWindow()
Definition: CGTKWidget.m:441
void grabDefault()
Definition: CGTKWidget.m:711
BOOL getSupportMultidevice()
Definition: CGTKWidget.m:641
BOOL getHexpand()
Definition: CGTKWidget.m:446
GtkStyle * getStyle()
Definition: CGTKWidget.m:631
int getAllocatedWidth()
Definition: CGTKWidget.m:331
BOOL getMapped()
Definition: CGTKWidget.m:456
GtkStyleContext * getStyleContext()
Definition: CGTKWidget.m:636
void showNow()
Definition: CGTKWidget.m:1281
AtkObject * getAccessible()
Definition: CGTKWidget.m:311
gint getMarginTop()
Definition: CGTKWidget.m:486
GtkWindow * getTooltipWindow()
Definition: CGTKWidget.m:661
BOOL inDestruction()
Definition: CGTKWidget.m:766
GtkTargetList * gtkDragSourceGetTargetList()
Definition: CGTKWidget.m:241
void gtkGrabAdd()
Definition: CGTKWidget.m:706
PangoContext * createPangoContext()
Definition: CGTKWidget.m:121
void resetRcStyles()
Definition: CGTKWidget.m:996
BOOL getCanDefault()
Definition: CGTKWidget.m:351
BOOL hasDefault()
Definition: CGTKWidget.m:726
GdkVisual * getVisual()
Definition: CGTKWidget.m:696
void gtkDragSourceAddTextTargets()
Definition: CGTKWidget.m:231
BOOL getRealized()
Definition: CGTKWidget.m:571
BOOL getDoubleBuffered()
Definition: CGTKWidget.m:406
void queueComputeExpand()
Definition: CGTKWidget.m:921
gint getEvents()
Definition: CGTKWidget.m:411
void ensureStyle()
Definition: CGTKWidget.m:291