Home
last modified time | relevance | path

Searched refs:_widget (Results 1 – 25 of 1576) sorted by relevance

12345678910>>...64

/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/swig-py2-gp2.5/
H A Dwidget.py13 from . import _widget
15 import _widget
166 GP_WIDGET_WINDOW = _widget.GP_WIDGET_WINDOW
170 GP_WIDGET_TEXT = _widget.GP_WIDGET_TEXT
172 GP_WIDGET_RANGE = _widget.GP_WIDGET_RANGE
174 GP_WIDGET_TOGGLE = _widget.GP_WIDGET_TOGGLE
176 GP_WIDGET_RADIO = _widget.GP_WIDGET_RADIO
178 GP_WIDGET_MENU = _widget.GP_WIDGET_MENU
180 GP_WIDGET_BUTTON = _widget.GP_WIDGET_BUTTON
182 GP_WIDGET_DATE = _widget.GP_WIDGET_DATE
[all …]
/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/swig-py3-gp2.5/
H A Dwidget.py13 from . import _widget
15 import _widget
166 GP_WIDGET_WINDOW = _widget.GP_WIDGET_WINDOW
170 GP_WIDGET_TEXT = _widget.GP_WIDGET_TEXT
172 GP_WIDGET_RANGE = _widget.GP_WIDGET_RANGE
174 GP_WIDGET_TOGGLE = _widget.GP_WIDGET_TOGGLE
176 GP_WIDGET_RADIO = _widget.GP_WIDGET_RADIO
178 GP_WIDGET_MENU = _widget.GP_WIDGET_MENU
180 GP_WIDGET_BUTTON = _widget.GP_WIDGET_BUTTON
182 GP_WIDGET_DATE = _widget.GP_WIDGET_DATE
[all …]
/dports/graphics/quat/quat-1.20/gui/
H A DScrollWid.cxx106 y()+_effh-_widget->y()-_widget->h()); in draw()
111 fl_rectf(_widget->x()+_widget->w(), y(), in draw()
116 fl_rectf(x(), _widget->y(), _widget->x()-x(), _widget->h()); in draw()
117 fl_rectf(_widget->x()+_widget->w(), _widget->y(), in draw()
118 x()+_effw-_widget->x()-_widget->w(), _widget->h()); in draw()
152 _widget->position(_widget->x(), y+(_effh-_widget->h())/2); in resize()
162 _widget->position(x+(_effw-_widget->w())/2, _widget->y()); in resize()
181 if (_widget->x() < x && -_widget->x()+x+_effw > _widget->w()) in resize()
183 if (_widget->y() < y && -_widget->y()+y+_effh > _widget->h()) in resize()
193 _widget->position(-_x+x(), _widget->y()); in posX()
[all …]
/dports/graphics/quat-gui/quat-1.20/gui/
H A DScrollWid.cxx106 y()+_effh-_widget->y()-_widget->h()); in draw()
111 fl_rectf(_widget->x()+_widget->w(), y(), in draw()
116 fl_rectf(x(), _widget->y(), _widget->x()-x(), _widget->h()); in draw()
117 fl_rectf(_widget->x()+_widget->w(), _widget->y(), in draw()
118 x()+_effw-_widget->x()-_widget->w(), _widget->h()); in draw()
152 _widget->position(_widget->x(), y+(_effh-_widget->h())/2); in resize()
162 _widget->position(x+(_effw-_widget->w())/2, _widget->y()); in resize()
181 if (_widget->x() < x && -_widget->x()+x+_effw > _widget->w()) in resize()
183 if (_widget->y() < y && -_widget->y()+y+_effh > _widget->h()) in resize()
193 _widget->position(-_x+x(), _widget->y()); in posX()
[all …]
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/
H A Dwidgets.h49 typedef struct _widget { struct
51 struct _widget *parent; argument
56 int (*width)(struct _widget *self); argument
61 struct _widget *parent;
71 struct _widget **child;
82 struct _widget *parent;
98 struct _widget *parent;
110 struct _widget *parent;
122 struct _widget *parent;
144 struct _widget *parent;
[all …]
/dports/databases/pgaccess/pgaccess-1.00.20140902/lib/widgets/BWidget-1.6.0/
H A Dscrollview.tcl54 variable _widget
62 variable _widget
97 variable _widget
144 variable _widget
154 unset _widget($path,bd)
155 unset _widget($path,width)
172 variable _widget
188 variable _widget
204 variable _widget
231 variable _widget
[all …]
H A Dprogressbar.tcl37 variable _widget
50 variable _widget
66 set _widget($path,val) 0
67 set _widget($path,dir) 1
91 variable _widget
143 variable _widget
147 unset _widget($path,afterid)
154 unset _widget($path,var)
156 unset _widget($path,dir)
166 variable _widget
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dscalar.cpp54 g_assert(_widget != nullptr); in getDigits()
60 g_assert(_widget != nullptr); in getStep()
68 g_assert(_widget != nullptr); in getPage()
76 g_assert(_widget != nullptr); in getRangeMin()
84 g_assert(_widget != nullptr); in getRangeMax()
92 g_assert(_widget != nullptr); in getValue()
98 g_assert(_widget != nullptr); in getValueAsInt()
105 g_assert(_widget != nullptr); in setDigits()
111 g_assert(_widget != nullptr); in setIncrements()
117 g_assert(_widget != nullptr); in setRange()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_panel.cpp29 _widget->closeRequests( in Panel()
32 }, _widget->lifetime()); in Panel()
34 _widget->closeEvents( in Panel()
37 }, _widget->lifetime()); in Panel()
49 return _widget.get(); in widget()
57 _widget->showInner( in showAskPassword()
63 _widget->showInner( in showNoPassword()
70 _widget.get(), in showCriticalError()
72 _widget.get(), in showCriticalError()
86 _widget->showInner( in showForm()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_WidgetTranslate.h16 inline int getWidgetWidth(Widget* _widget, bool _vert) in getWidgetWidth() argument
18 return _vert ? _widget->getWidth() : _widget->getHeight(); in getWidgetWidth()
21 inline int getWidgetHeight(Widget* _widget, bool _vert) in getWidgetHeight() argument
23 return _vert ? _widget->getHeight() : _widget->getWidth(); in getWidgetHeight()
26 inline int getWidgetLeft(Widget* _widget, bool _vert) in getWidgetLeft() argument
28 return _vert ? _widget->getLeft() : _widget->getTop(); in getWidgetLeft()
31 inline int getWidgetTop(Widget* _widget, bool _vert) in getWidgetTop() argument
33 return _vert ? _widget->getTop() : _widget->getLeft(); in getWidgetTop()
36 inline void setWidgetSize(Widget* _widget, int _width, int _height, bool _vert) in setWidgetSize() argument
38 _vert ? _widget->setSize(_width, _height) : _widget->setSize(_height, _width); in setWidgetSize()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_WidgetTranslate.h16 inline int getWidgetWidth(Widget* _widget, bool _vert) in getWidgetWidth() argument
18 return _vert ? _widget->getWidth() : _widget->getHeight(); in getWidgetWidth()
21 inline int getWidgetHeight(Widget* _widget, bool _vert) in getWidgetHeight() argument
23 return _vert ? _widget->getHeight() : _widget->getWidth(); in getWidgetHeight()
26 inline int getWidgetLeft(Widget* _widget, bool _vert) in getWidgetLeft() argument
28 return _vert ? _widget->getLeft() : _widget->getTop(); in getWidgetLeft()
31 inline int getWidgetTop(Widget* _widget, bool _vert) in getWidgetTop() argument
33 return _vert ? _widget->getTop() : _widget->getLeft(); in getWidgetTop()
36 inline void setWidgetSize(Widget* _widget, int _width, int _height, bool _vert) in setWidgetSize() argument
38 _vert ? _widget->setSize(_width, _height) : _widget->setSize(_height, _width); in setWidgetSize()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_WidgetTranslate.h16 inline int getWidgetWidth(Widget* _widget, bool _vert) in getWidgetWidth() argument
18 return _vert ? _widget->getWidth() : _widget->getHeight(); in getWidgetWidth()
21 inline int getWidgetHeight(Widget* _widget, bool _vert) in getWidgetHeight() argument
23 return _vert ? _widget->getHeight() : _widget->getWidth(); in getWidgetHeight()
26 inline int getWidgetLeft(Widget* _widget, bool _vert) in getWidgetLeft() argument
28 return _vert ? _widget->getLeft() : _widget->getTop(); in getWidgetLeft()
31 inline int getWidgetTop(Widget* _widget, bool _vert) in getWidgetTop() argument
33 return _vert ? _widget->getTop() : _widget->getLeft(); in getWidgetTop()
36 inline void setWidgetSize(Widget* _widget, int _width, int _height, bool _vert) in setWidgetSize() argument
38 _vert ? _widget->setSize(_width, _height) : _widget->setSize(_height, _width); in setWidgetSize()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_WidgetTranslate.h16 inline int getWidgetWidth(Widget* _widget, bool _vert) in getWidgetWidth() argument
18 return _vert ? _widget->getWidth() : _widget->getHeight(); in getWidgetWidth()
21 inline int getWidgetHeight(Widget* _widget, bool _vert) in getWidgetHeight() argument
23 return _vert ? _widget->getHeight() : _widget->getWidth(); in getWidgetHeight()
26 inline int getWidgetLeft(Widget* _widget, bool _vert) in getWidgetLeft() argument
28 return _vert ? _widget->getLeft() : _widget->getTop(); in getWidgetLeft()
31 inline int getWidgetTop(Widget* _widget, bool _vert) in getWidgetTop() argument
33 return _vert ? _widget->getTop() : _widget->getLeft(); in getWidgetTop()
36 inline void setWidgetSize(Widget* _widget, int _width, int _height, bool _vert) in setWidgetSize() argument
38 _vert ? _widget->setSize(_width, _height) : _widget->setSize(_height, _width); in setWidgetSize()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/gui/cpp/
H A Dcppwidget.cpp118 if (xw->_widget) in freeData()
119 xw->_widget=NULL; in freeData()
128 :_widget(NULL) { in CppWidget()
134 :_widget(w) { in CppWidget()
136 _widget, this, in CppWidget()
149 if (_widget) { in ~CppWidget()
157 return _widget; in getCInterface()
177 dlg=GWEN_Widget_GetDialog(_widget); in getDialog()
242 return GWEN_Widget_GetName(_widget); in getName()
248 return GWEN_Widget_GetType(_widget); in getType()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/gui/cpp/
H A Dcppwidget.cpp118 if (xw->_widget) in freeData()
119 xw->_widget=NULL; in freeData()
128 :_widget(NULL) { in CppWidget()
134 :_widget(w) { in CppWidget()
136 _widget, this, in CppWidget()
149 if (_widget) { in ~CppWidget()
157 return _widget; in getCInterface()
177 dlg=GWEN_Widget_GetDialog(_widget); in getDialog()
242 return GWEN_Widget_GetName(_widget); in getName()
248 return GWEN_Widget_GetType(_widget); in getType()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/gui/cpp/
H A Dcppwidget.cpp118 if (xw->_widget) in freeData()
119 xw->_widget=NULL; in freeData()
128 :_widget(NULL) { in CppWidget()
134 :_widget(w) { in CppWidget()
136 _widget, this, in CppWidget()
149 if (_widget) { in ~CppWidget()
157 return _widget; in getCInterface()
177 dlg=GWEN_Widget_GetDialog(_widget); in getDialog()
242 return GWEN_Widget_GetName(_widget); in getName()
248 return GWEN_Widget_GetType(_widget); in getType()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/gui/cpp/
H A Dcppwidget.cpp118 if (xw->_widget) in freeData()
119 xw->_widget=NULL; in freeData()
128 :_widget(NULL) { in CppWidget()
134 :_widget(w) { in CppWidget()
136 _widget, this, in CppWidget()
149 if (_widget) { in ~CppWidget()
157 return _widget; in getCInterface()
177 dlg=GWEN_Widget_GetDialog(_widget); in getDialog()
242 return GWEN_Widget_GetName(_widget); in getName()
248 return GWEN_Widget_GetType(_widget); in getType()
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/gui/cpp/
H A Dcppwidget.cpp118 if (xw->_widget) in freeData()
119 xw->_widget=NULL; in freeData()
128 :_widget(NULL) { in CppWidget()
134 :_widget(w) { in CppWidget()
136 _widget, this, in CppWidget()
149 if (_widget) { in ~CppWidget()
157 return _widget; in getCInterface()
177 dlg=GWEN_Widget_GetDialog(_widget); in getDialog()
242 return GWEN_Widget_GetName(_widget); in getName()
248 return GWEN_Widget_GetType(_widget); in getType()
[all …]
/dports/games/wop/wop-0.4.3/sdlwidgets/
H A Dwidget.h198 Widget* _widget;
201 : _widget( widget ) { in WidgetDecorator()
202 if ( _widget ) in WidgetDecorator()
206 if ( _widget ) in add()
210 if ( _widget ) in remove()
214 return ( _widget && ( widget == _widget || _widget->contains( widget ) ) ); in contains()
217 if ( _widget ) in handleEvent()
225 Widget* _widget;
232 _widget = widget; in setWidget()
235 return _widget; in getWidget()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/extern/osgQt/
H A DGraphicsWindowQt.cpp176 if ( _widget ) in ~GraphicsWindowQt()
184 if ( !_widget ) in init()
185 _widget = windowData ? windowData->_widget : nullptr; in init()
191 if ( !_widget ) in init()
322 if ( _widget ) in getWindowRectangle()
339 if ( _widget ) in setWindowDecorationImplementation()
356 if ( _widget ) in grabFocus()
380 return _widget ? _widget->windowTitle().toStdString() : ""; in getWindowName()
423 if ( _widget ) _widget->setCursor( _currentCursor ); in setCursor()
428 return _widget && _widget->isValid(); in valid()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/BWidget/
H A Dscrollview.tcl56 Widget::getVariable $path _widget
85 Widget::getVariable $path _widget
104 set _widget(oldxscroll) {}
105 set _widget(oldyscroll) {}
132 Widget::getVariable $path _widget
138 if { $_widget(oldxscroll) != "" } {
148 Widget::getVariable $path _widget
164 Widget::getVariable $path _widget
191 Widget::getVariable $path _widget
229 Widget::getVariable $path _widget
[all …]
H A Dprogressbar.tcl40 variable _widget
48 variable _widget
64 set _widget($path,val) 0
65 set _widget($path,dir) 1
85 variable _widget
100 set _widget($path,afterid) \
137 variable _widget
150 set _widget($path,val) $val
190 variable _widget
201 unset _widget($path,var)
[all …]
/dports/x11-toolkits/bwidget/bwidget-1.9.14/
H A Dscrollview.tcl56 Widget::getVariable $path _widget
85 Widget::getVariable $path _widget
104 set _widget(oldxscroll) {}
105 set _widget(oldyscroll) {}
132 Widget::getVariable $path _widget
138 if { $_widget(oldxscroll) != "" } {
148 Widget::getVariable $path _widget
164 Widget::getVariable $path _widget
191 Widget::getVariable $path _widget
229 Widget::getVariable $path _widget
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_CLIENT/lib/BWidget-1.7.0/
H A Dscrollview.tcl56 Widget::getVariable $path _widget
85 Widget::getVariable $path _widget
104 set _widget(oldxscroll) {}
105 set _widget(oldyscroll) {}
132 Widget::getVariable $path _widget
138 if { $_widget(oldxscroll) != "" } {
148 Widget::getVariable $path _widget
164 Widget::getVariable $path _widget
191 Widget::getVariable $path _widget
229 Widget::getVariable $path _widget
[all …]
/dports/cad/astk-client/astk-2020.0/ASTK_CLIENT/lib/BWidget-1.7.0/
H A Dscrollview.tcl56 Widget::getVariable $path _widget
85 Widget::getVariable $path _widget
104 set _widget(oldxscroll) {}
105 set _widget(oldyscroll) {}
132 Widget::getVariable $path _widget
138 if { $_widget(oldxscroll) != "" } {
148 Widget::getVariable $path _widget
164 Widget::getVariable $path _widget
191 Widget::getVariable $path _widget
229 Widget::getVariable $path _widget
[all …]

12345678910>>...64