Home
last modified time | relevance | path

Searched refs:_bottomShadowGC (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/mdi/lib/
H A DXsMotifWindow.C50 _bottomShadowGC = 0; in _XsMotifBase()
60 if (_bottomShadowGC) in ~_XsMotifBase()
61 XtReleaseGC (_base, _bottomShadowGC); in ~_XsMotifBase()
96 if (_bottomShadowGC) in _componentDestroyed()
97 XtReleaseGC (_base, _bottomShadowGC); in _componentDestroyed()
100 _bottomShadowGC = 0; in _componentDestroyed()
203 _bottomShadowGC = XtGetGC (_base, valuemask, &values); in _map()
404 _borderSize + _buttonSize - 2, _bottomShadowGC); in _expose()
411 _drawLine (w - 2, 1, w - 2, h - 2, _bottomShadowGC); in _expose()
416 _bottomShadowGC); in _expose()
[all …]
H A DXsMotifWindow.h69 GC _bottomShadowGC; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/mdi/lib/
H A DXsMotifWindow.C50 _bottomShadowGC = 0; in _XsMotifBase()
60 if (_bottomShadowGC) in ~_XsMotifBase()
61 XtReleaseGC (_base, _bottomShadowGC); in ~_XsMotifBase()
96 if (_bottomShadowGC) in _componentDestroyed()
97 XtReleaseGC (_base, _bottomShadowGC); in _componentDestroyed()
100 _bottomShadowGC = 0; in _componentDestroyed()
203 _bottomShadowGC = XtGetGC (_base, valuemask, &values); in _map()
404 _borderSize + _buttonSize - 2, _bottomShadowGC); in _expose()
411 _drawLine (w - 2, 1, w - 2, h - 2, _bottomShadowGC); in _expose()
416 _bottomShadowGC); in _expose()
[all …]
H A DXsMotifWindow.h69 GC _bottomShadowGC; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/mdi/lib/
H A DXsMotifWindow.C50 _bottomShadowGC = 0; in _XsMotifBase()
60 if (_bottomShadowGC) in ~_XsMotifBase()
61 XtReleaseGC (_base, _bottomShadowGC); in ~_XsMotifBase()
96 if (_bottomShadowGC) in _componentDestroyed()
97 XtReleaseGC (_base, _bottomShadowGC); in _componentDestroyed()
100 _bottomShadowGC = 0; in _componentDestroyed()
203 _bottomShadowGC = XtGetGC (_base, valuemask, &values); in _map()
404 _borderSize + _buttonSize - 2, _bottomShadowGC); in _expose()
411 _drawLine (w - 2, 1, w - 2, h - 2, _bottomShadowGC); in _expose()
416 _bottomShadowGC); in _expose()
[all …]
H A DXsMotifWindow.h69 GC _bottomShadowGC; variable
/dports/audio/xmcd/xmcd-3.3.2/labelh_d/
H A DLabelH.c53 static GC _bottomShadowGC(XmLabelWidget _label);
154 _bottomShadowGC((XmLabelWidget)_new); in initialize()
199 _bottomShadowGC(XmLabelWidget _label) in _bottomShadowGC() function
254 LABEL(label).insensitive_GC = _bottomShadowGC(label); in _grabbedLabelExpose()