CoreGTK  3.22.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) 2017 - 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, 2017. 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 
460 -(void)getAllocatedSizeWithAllocation:(GtkAllocation*) allocation andBaseline:(int*) baseline;
461 
467 -(int)getAllocatedWidth;
468 
474 -(void)getAllocation:(GtkAllocation*) allocation;
475 
482 -(CGTKWidget*)getAncestor:(GType) widgetType;
483 
489 -(BOOL)getAppPaintable;
490 
496 -(BOOL)getCanDefault;
497 
503 -(BOOL)getCanFocus;
504 
510 -(void)getChildRequisition:(GtkRequisition*) requisition;
511 
517 -(BOOL)getChildVisible;
518 
524 -(void)getClip:(GtkAllocation*) clip;
525 
532 -(GtkClipboard*)getClipboard:(GdkAtom) selection;
533 
539 -(NSString*)getCompositeName;
540 
547 -(BOOL)getDeviceEnabled:(GdkDevice*) device;
548 
555 -(GdkEventMask)getDeviceEvents:(GdkDevice*) device;
556 
562 -(GtkTextDirection)getDirection;
563 
569 -(GdkDisplay*)getDisplay;
570 
576 -(BOOL)getDoubleBuffered;
577 
583 -(gint)getEvents;
584 
590 -(BOOL)getFocusOnClick;
591 
597 -(PangoFontMap*)getFontMap;
598 
604 -(const cairo_font_options_t*)getFontOptions;
605 
611 -(GdkFrameClock*)getFrameClock;
612 
618 -(GtkAlign)getHalign;
619 
625 -(BOOL)getHasTooltip;
626 
632 -(BOOL)getHasWindow;
633 
639 -(BOOL)getHexpand;
640 
646 -(BOOL)getHexpandSet;
647 
653 -(BOOL)getMapped;
654 
660 -(gint)getMarginBottom;
661 
667 -(gint)getMarginEnd;
668 
674 -(gint)getMarginLeft;
675 
681 -(gint)getMarginRight;
682 
688 -(gint)getMarginStart;
689 
695 -(gint)getMarginTop;
696 
703 -(GdkModifierType)getModifierMask:(GdkModifierIntent) intent;
704 
710 -(GtkRcStyle*)getModifierStyle;
711 
717 -(NSString*)getName;
718 
724 -(BOOL)getNoShowAll;
725 
731 -(double)getOpacity;
732 
738 -(PangoContext*)getPangoContext;
739 
746 
752 -(GdkWindow*)getParentWindow;
753 
759 -(GtkWidgetPath*)getPath;
760 
767 -(void)getPointerWithX:(gint*) x andY:(gint*) y;
768 
775 -(void)getPreferredHeightWithMinimumHeight:(gint*) minimumHeight andNaturalHeight:(gint*) naturalHeight;
776 
786 -(void)getPreferredHeightAndBaselineForWidthWithWidth:(gint) width andMinimumHeight:(gint*) minimumHeight andNaturalHeight:(gint*) naturalHeight andMinimumBaseline:(gint*) minimumBaseline andNaturalBaseline:(gint*) naturalBaseline;
787 
795 -(void)getPreferredHeightForWidthWithWidth:(gint) width andMinimumHeight:(gint*) minimumHeight andNaturalHeight:(gint*) naturalHeight;
796 
803 -(void)getPreferredSizeWithMinimumSize:(GtkRequisition*) minimumSize andNaturalSize:(GtkRequisition*) naturalSize;
804 
811 -(void)getPreferredWidthWithMinimumWidth:(gint*) minimumWidth andNaturalWidth:(gint*) naturalWidth;
812 
820 -(void)getPreferredWidthForHeightWithHeight:(gint) height andMinimumWidth:(gint*) minimumWidth andNaturalWidth:(gint*) naturalWidth;
821 
827 -(BOOL)getRealized;
828 
834 -(BOOL)getReceivesDefault;
835 
841 -(GtkSizeRequestMode)getRequestMode;
842 
848 -(void)getRequisition:(GtkRequisition*) requisition;
849 
855 -(GdkWindow*)getRootWindow;
856 
862 -(gint)getScaleFactor;
863 
869 -(GdkScreen*)getScreen;
870 
876 -(BOOL)getSensitive;
877 
883 -(GtkSettings*)getSettings;
884 
891 -(void)getSizeRequestWithWidth:(gint*) width andHeight:(gint*) height;
892 
898 -(GtkStateType)getState;
899 
905 -(GtkStateFlags)getStateFlags;
906 
912 -(GtkStyle*)getStyle;
913 
919 -(GtkStyleContext*)getStyleContext;
920 
926 -(BOOL)getSupportMultidevice;
927 
935 -(GObject*)getTemplateChildWithWidgetType:(GType) widgetType andName:(NSString*) name;
936 
942 -(NSString*)getTooltipMarkup;
943 
949 -(NSString*)getTooltipText;
950 
956 -(GtkWindow*)getTooltipWindow;
957 
964 
970 -(GtkAlign)getValign;
971 
977 -(GtkAlign)getValignWithBaseline;
978 
984 -(BOOL)getVexpand;
985 
991 -(BOOL)getVexpandSet;
992 
998 -(BOOL)getVisible;
999 
1005 -(GdkVisual*)getVisual;
1006 
1012 -(GdkWindow*)getWindow;
1013 
1018 -(void)gtkGrabAdd;
1019 
1024 -(void)grabDefault;
1025 
1030 -(void)grabFocus;
1031 
1036 -(void)gtkGrabRemove;
1037 
1043 -(BOOL)hasDefault;
1044 
1050 -(BOOL)hasFocus;
1051 
1057 -(BOOL)hasGrab;
1058 
1064 -(BOOL)hasRcStyle;
1065 
1071 -(BOOL)hasScreen;
1072 
1078 -(BOOL)hasVisibleFocus;
1079 
1084 -(void)hide;
1085 
1091 -(BOOL)hideOnDelete;
1092 
1098 -(BOOL)inDestruction;
1099 
1104 -(void)initTemplate;
1105 
1111 -(void)inputShapeCombineRegion:(cairo_region_t*) region;
1112 
1119 -(void)insertActionGroupWithName:(NSString*) name andGroup:(GActionGroup*) group;
1120 
1128 -(BOOL)intersectWithArea:(const GdkRectangle*) area andIntersection:(GdkRectangle*) intersection;
1129 
1136 -(BOOL)isAncestor:(CGTKWidget*) ancestor;
1137 
1143 -(BOOL)isComposited;
1144 
1150 -(BOOL)isDrawable;
1151 
1157 -(BOOL)isFocus;
1158 
1164 -(BOOL)isSensitive;
1165 
1171 -(BOOL)isToplevel;
1172 
1178 -(BOOL)isVisible;
1179 
1186 -(BOOL)keynavFailed:(GtkDirectionType) direction;
1187 
1193 -(GList*)listAccelClosures;
1194 
1200 -(const gchar**)listActionPrefixes;
1201 
1207 -(GList*)listMnemonicLabels;
1208 
1213 -(void)map;
1214 
1221 -(BOOL)mnemonicActivate:(BOOL) groupCycling;
1222 
1229 -(void)modifyBaseWithState:(GtkStateType) state andColor:(const GdkColor*) color;
1230 
1237 -(void)modifyBgWithState:(GtkStateType) state andColor:(const GdkColor*) color;
1238 
1245 -(void)modifyCursorWithPrimary:(const GdkColor*) primary andSecondary:(const GdkColor*) secondary;
1246 
1253 -(void)modifyFgWithState:(GtkStateType) state andColor:(const GdkColor*) color;
1254 
1260 -(void)modifyFont:(PangoFontDescription*) fontDesc;
1261 
1267 -(void)modifyStyle:(GtkRcStyle*) style;
1268 
1275 -(void)modifyTextWithState:(GtkStateType) state andColor:(const GdkColor*) color;
1276 
1283 -(void)overrideBackgroundColorWithState:(GtkStateFlags) state andColor:(const GdkRGBA*) color;
1284 
1291 -(void)overrideColorWithState:(GtkStateFlags) state andColor:(const GdkRGBA*) color;
1292 
1299 -(void)overrideCursorWithCursor:(const GdkRGBA*) cursor andSecondaryCursor:(const GdkRGBA*) secondaryCursor;
1300 
1306 -(void)overrideFont:(const PangoFontDescription*) fontDesc;
1307 
1314 -(void)overrideSymbolicColorWithName:(NSString*) name andColor:(const GdkRGBA*) color;
1315 
1323 -(void)pathWithPathLength:(guint*) pathLength andPath:(gchar**) path andPathReversed:(gchar**) pathReversed;
1324 
1329 -(void)queueAllocate;
1330 
1335 -(void)queueComputeExpand;
1336 
1341 -(void)queueDraw;
1342 
1351 -(void)queueDrawAreaWithX:(gint) x andY:(gint) y andWidth:(gint) width andHeight:(gint) height;
1352 
1358 -(void)queueDrawRegion:(const cairo_region_t*) region;
1359 
1364 -(void)queueResize;
1365 
1370 -(void)queueResizeNoRedraw;
1371 
1376 -(void)realize;
1377 
1384 -(cairo_region_t*)regionIntersect:(const cairo_region_t*) region;
1385 
1391 -(void)registerWindow:(GdkWindow*) window;
1392 
1401 -(BOOL)removeAcceleratorWithAccelGroup:(GtkAccelGroup*) accelGroup andAccelKey:(guint) accelKey andAccelMods:(GdkModifierType) accelMods;
1402 
1408 -(void)removeMnemonicLabel:(CGTKWidget*) label;
1409 
1415 -(void)removeTickCallback:(guint) id;
1416 
1425 -(GdkPixbuf*)renderIconWithStockId:(NSString*) stockId andSize:(GtkIconSize) size andDetail:(NSString*) detail;
1426 
1434 -(GdkPixbuf*)renderIconPixbufWithStockId:(NSString*) stockId andSize:(GtkIconSize) size;
1435 
1441 -(void)reparent:(CGTKWidget*) newParent;
1442 
1447 -(void)resetRcStyles;
1448 
1453 -(void)resetStyle;
1454 
1461 -(gint)sendExpose:(GdkEvent*) event;
1462 
1469 -(BOOL)sendFocusChange:(GdkEvent*) event;
1470 
1477 -(void)setAccelPathWithAccelPath:(NSString*) accelPath andAccelGroup:(GtkAccelGroup*) accelGroup;
1478 
1484 -(void)setAllocation:(const GtkAllocation*) allocation;
1485 
1491 -(void)setAppPaintable:(BOOL) appPaintable;
1492 
1498 -(void)setCanDefault:(BOOL) canDefault;
1499 
1505 -(void)setCanFocus:(BOOL) canFocus;
1506 
1512 -(void)setChildVisible:(BOOL) isVisible;
1513 
1519 -(void)setClip:(const GtkAllocation*) clip;
1520 
1526 -(void)setCompositeName:(NSString*) name;
1527 
1534 -(void)setDeviceEnabledWithDevice:(GdkDevice*) device andEnabled:(BOOL) enabled;
1535 
1542 -(void)setDeviceEventsWithDevice:(GdkDevice*) device andEvents:(GdkEventMask) events;
1543 
1549 -(void)setDirection:(GtkTextDirection) dir;
1550 
1556 -(void)setDoubleBuffered:(BOOL) doubleBuffered;
1557 
1563 -(void)setEvents:(gint) events;
1564 
1570 -(void)setFocusOnClick:(BOOL) focusOnClick;
1571 
1577 -(void)setFontMap:(PangoFontMap*) fontMap;
1578 
1584 -(void)setFontOptions:(const cairo_font_options_t*) options;
1585 
1591 -(void)setHalign:(GtkAlign) align;
1592 
1598 -(void)setHasTooltip:(BOOL) hasTooltip;
1599 
1605 -(void)setHasWindow:(BOOL) hasWindow;
1606 
1612 -(void)setHexpand:(BOOL) expand;
1613 
1619 -(void)setHexpandSet:(BOOL) set;
1620 
1626 -(void)setMapped:(BOOL) mapped;
1627 
1633 -(void)setMarginBottom:(gint) margin;
1634 
1640 -(void)setMarginEnd:(gint) margin;
1641 
1647 -(void)setMarginLeft:(gint) margin;
1648 
1654 -(void)setMarginRight:(gint) margin;
1655 
1661 -(void)setMarginStart:(gint) margin;
1662 
1668 -(void)setMarginTop:(gint) margin;
1669 
1675 -(void)setName:(NSString*) name;
1676 
1682 -(void)setNoShowAll:(BOOL) noShowAll;
1683 
1689 -(void)setOpacity:(double) opacity;
1690 
1696 -(void)setParent:(CGTKWidget*) parent;
1697 
1703 -(void)setParentWindow:(GdkWindow*) parentWindow;
1704 
1710 -(void)setRealized:(BOOL) realized;
1711 
1717 -(void)setReceivesDefault:(BOOL) receivesDefault;
1718 
1724 -(void)setRedrawOnAllocate:(BOOL) redrawOnAllocate;
1725 
1731 -(void)setSensitive:(BOOL) sensitive;
1732 
1739 -(void)setSizeRequestWithWidth:(gint) width andHeight:(gint) height;
1740 
1746 -(void)setState:(GtkStateType) state;
1747 
1754 -(void)setStateFlagsWithFlags:(GtkStateFlags) flags andClear:(BOOL) clear;
1755 
1761 -(void)setStyle:(GtkStyle*) style;
1762 
1768 -(void)setSupportMultidevice:(BOOL) supportMultidevice;
1769 
1775 -(void)setTooltipMarkup:(NSString*) markup;
1776 
1782 -(void)setTooltipText:(NSString*) text;
1783 
1789 -(void)setTooltipWindow:(GtkWindow*) customWindow;
1790 
1796 -(void)setValign:(GtkAlign) align;
1797 
1803 -(void)setVexpand:(BOOL) expand;
1804 
1810 -(void)setVexpandSet:(BOOL) set;
1811 
1817 -(void)setVisible:(BOOL) visible;
1818 
1824 -(void)setVisual:(GdkVisual*) visual;
1825 
1831 -(void)setWindow:(GdkWindow*) window;
1832 
1838 -(void)shapeCombineRegion:(cairo_region_t*) region;
1839 
1844 -(void)show;
1845 
1850 -(void)showAll;
1851 
1856 -(void)showNow;
1857 
1863 -(void)sizeAllocate:(GtkAllocation*) allocation;
1864 
1871 -(void)sizeAllocateWithBaselineWithAllocation:(GtkAllocation*) allocation andBaseline:(gint) baseline;
1872 
1878 -(void)sizeRequest:(GtkRequisition*) requisition;
1879 
1884 -(void)styleAttach;
1885 
1892 -(void)styleGetPropertyWithPropertyName:(NSString*) propertyName andValue:(GValue*) value;
1893 
1900 -(void)styleGetValistWithFirstPropertyName:(NSString*) firstPropertyName andVarArgs:(va_list) varArgs;
1901 
1906 -(void)thawChildNotify;
1907 
1918 -(BOOL)translateCoordinatesWithDestWidget:(CGTKWidget*) destWidget andSrcX:(gint) srcX andSrcY:(gint) srcY andDestX:(gint*) destX andDestY:(gint*) destY;
1919 
1924 -(void)triggerTooltipQuery;
1925 
1930 -(void)unmap;
1931 
1936 -(void)unparent;
1937 
1942 -(void)unrealize;
1943 
1949 -(void)unregisterWindow:(GdkWindow*) window;
1950 
1956 -(void)unsetStateFlags:(GtkStateFlags) flags;
1957 
1958 @end
void initTemplate()
Definition: CGTKWidget.m:781
BOOL getHexpandSet()
Definition: CGTKWidget.m:461
BOOL activate()
Definition: CGTKWidget.m:66
GtkSizeRequestMode getRequestMode()
Definition: CGTKWidget.m:591
BOOL isSensitive()
Definition: CGTKWidget.m:821
NSString * getTooltipText()
Definition: CGTKWidget.m:666
PangoFontMap * getFontMap()
Definition: CGTKWidget.m:426
void gtkDragDestAddImageTargets()
Definition: CGTKWidget.m:161
BOOL gtkDragDestGetTrackMotion()
Definition: CGTKWidget.m:186
int getAllocatedBaseline()
Definition: CGTKWidget.m:321
BOOL isToplevel()
Definition: CGTKWidget.m:826
GtkTargetList * gtkDragDestGetTargetList()
Definition: CGTKWidget.m:181
GtkAlign getValign()
Definition: CGTKWidget.m:681
void gtkDragUnhighlight()
Definition: CGTKWidget.m:281
BOOL getVisible()
Definition: CGTKWidget.m:701
GdkWindow * getParentWindow()
Definition: CGTKWidget.m:536
void styleAttach()
Definition: CGTKWidget.m:1321
void thawChildNotify()
Definition: CGTKWidget.m:1336
void hide()
Definition: CGTKWidget.m:766
GtkStateType getState()
Definition: CGTKWidget.m:631
BOOL hasVisibleFocus()
Definition: CGTKWidget.m:761
GtkSettings * getSettings()
Definition: CGTKWidget.m:621
BOOL getSensitive()
Definition: CGTKWidget.m:616
BOOL hasGrab()
Definition: CGTKWidget.m:746
GList * listMnemonicLabels()
Definition: CGTKWidget.m:851
void resetStyle()
Definition: CGTKWidget.m:1016
void gtkDragSourceAddUriTargets()
Definition: CGTKWidget.m:236
GdkScreen * getScreen()
Definition: CGTKWidget.m:611
void queueResize()
Definition: CGTKWidget.m:956
NSString * getCompositeName()
Definition: CGTKWidget.m:386
CGTKWidget * getToplevel()
Definition: CGTKWidget.m:676
GtkTextDirection getDefaultDirection()
Definition: CGTKWidget.m:36
void gtkDragDestAddTextTargets()
Definition: CGTKWidget.m:166
GtkTextDirection getDirection()
Definition: CGTKWidget.m:401
BOOL getReceivesDefault()
Definition: CGTKWidget.m:586
GdkDisplay * getDisplay()
Definition: CGTKWidget.m:406
void freezeChildNotify()
Definition: CGTKWidget.m:306
void realize()
Definition: CGTKWidget.m:966
void gtkDragDestUnset()
Definition: CGTKWidget.m:211
const gchar ** listActionPrefixes()
Definition: CGTKWidget.m:846
BOOL getNoShowAll()
Definition: CGTKWidget.m:516
double getOpacity()
Definition: CGTKWidget.m:521
void unmap()
Definition: CGTKWidget.m:1351
GdkWindow * getWindow()
Definition: CGTKWidget.m:711
BOOL isDrawable()
Definition: CGTKWidget.m:811
GtkAlign getHalign()
Definition: CGTKWidget.m:441
const cairo_font_options_t * getFontOptions()
Definition: CGTKWidget.m:431
void showAll()
Definition: CGTKWidget.m:1296
void map()
Definition: CGTKWidget.m:856
BOOL hasRcStyle()
Definition: CGTKWidget.m:751
BOOL isFocus()
Definition: CGTKWidget.m:816
PangoContext * getPangoContext()
Definition: CGTKWidget.m:526
gint getMarginBottom()
Definition: CGTKWidget.m:471
BOOL hasScreen()
Definition: CGTKWidget.m:756
void destroy()
Definition: CGTKWidget.m:131
NSString * getName()
Definition: CGTKWidget.m:511
BOOL hideOnDelete()
Definition: CGTKWidget.m:771
void gtkGrabRemove()
Definition: CGTKWidget.m:731
void gtkDragDestAddUriTargets()
Definition: CGTKWidget.m:171
BOOL getChildVisible()
Definition: CGTKWidget.m:371
GtkWidget * WIDGET()
Definition: CGTKWidget.m:61
GList * listAccelClosures()
Definition: CGTKWidget.m:841
BOOL getAppPaintable()
Definition: CGTKWidget.m:351
void gtkDragHighlight()
Definition: CGTKWidget.m:221
GtkStateFlags getStateFlags()
Definition: CGTKWidget.m:636
void queueResizeNoRedraw()
Definition: CGTKWidget.m:961
BOOL getFocusOnClick()
Definition: CGTKWidget.m:421
void grabFocus()
Definition: CGTKWidget.m:726
GdkWindow * getRootWindow()
Definition: CGTKWidget.m:601
int getAllocatedHeight()
Definition: CGTKWidget.m:326
GtkWidgetPath * getPath()
Definition: CGTKWidget.m:541
void gtkDragSourceAddImageTargets()
Definition: CGTKWidget.m:226
CGTKWidget * getParent()
Definition: CGTKWidget.m:531
BOOL getVexpandSet()
Definition: CGTKWidget.m:696
void errorBell()
Definition: CGTKWidget.m:296
GtkRcStyle * getModifierStyle()
Definition: CGTKWidget.m:506
gint getMarginStart()
Definition: CGTKWidget.m:491
GtkAlign getValignWithBaseline()
Definition: CGTKWidget.m:686
NSString * getTooltipMarkup()
Definition: CGTKWidget.m:661
GdkFrameClock * getFrameClock()
Definition: CGTKWidget.m:436
BOOL getVexpand()
Definition: CGTKWidget.m:691
void triggerTooltipQuery()
Definition: CGTKWidget.m:1346
BOOL isComposited()
Definition: CGTKWidget.m:806
void unparent()
Definition: CGTKWidget.m:1356
void queueDraw()
Definition: CGTKWidget.m:941
BOOL getHasTooltip()
Definition: CGTKWidget.m:446
void gtkDragSourceUnset()
Definition: CGTKWidget.m:276
BOOL getCanFocus()
Definition: CGTKWidget.m:361
gint getMarginEnd()
Definition: CGTKWidget.m:476
void unrealize()
Definition: CGTKWidget.m:1361
BOOL hasFocus()
Definition: CGTKWidget.m:741
gint getMarginLeft()
Definition: CGTKWidget.m:481
gint getScaleFactor()
Definition: CGTKWidget.m:606
gint getMarginRight()
Definition: CGTKWidget.m:486
BOOL isVisible()
Definition: CGTKWidget.m:831
BOOL getHasWindow()
Definition: CGTKWidget.m:451
void grabDefault()
Definition: CGTKWidget.m:721
BOOL getSupportMultidevice()
Definition: CGTKWidget.m:651
void queueAllocate()
Definition: CGTKWidget.m:931
BOOL getHexpand()
Definition: CGTKWidget.m:456
GtkStyle * getStyle()
Definition: CGTKWidget.m:641
int getAllocatedWidth()
Definition: CGTKWidget.m:336
BOOL getMapped()
Definition: CGTKWidget.m:466
GtkStyleContext * getStyleContext()
Definition: CGTKWidget.m:646
void showNow()
Definition: CGTKWidget.m:1301
AtkObject * getAccessible()
Definition: CGTKWidget.m:311
gint getMarginTop()
Definition: CGTKWidget.m:496
GtkWindow * getTooltipWindow()
Definition: CGTKWidget.m:671
BOOL inDestruction()
Definition: CGTKWidget.m:776
GtkTargetList * gtkDragSourceGetTargetList()
Definition: CGTKWidget.m:241
void gtkGrabAdd()
Definition: CGTKWidget.m:716
PangoContext * createPangoContext()
Definition: CGTKWidget.m:121
void resetRcStyles()
Definition: CGTKWidget.m:1011
BOOL getCanDefault()
Definition: CGTKWidget.m:356
BOOL hasDefault()
Definition: CGTKWidget.m:736
GdkVisual * getVisual()
Definition: CGTKWidget.m:706
void gtkDragSourceAddTextTargets()
Definition: CGTKWidget.m:231
BOOL getRealized()
Definition: CGTKWidget.m:581
BOOL getDoubleBuffered()
Definition: CGTKWidget.m:411
void queueComputeExpand()
Definition: CGTKWidget.m:936
gint getEvents()
Definition: CGTKWidget.m:416
void ensureStyle()
Definition: CGTKWidget.m:291