Home
last modified time | relevance | path

Searched refs:arrowWidget (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DSpinB.c125 Widget arrowWidget,
128 static void ArrowCallback(Widget arrowWidget,
131 static Boolean ArrowVerify(Widget arrowWidget,
1868 DrawSpinArrow(Widget arrowWidget, int arrowFlag) in DrawSpinArrow() argument
1870 XmSpinBoxWidget spinW = (XmSpinBoxWidget)arrowWidget; in DrawSpinArrow()
1923 XtDisplay(arrowWidget), in DrawSpinArrow()
1924 XtWindow(arrowWidget), in DrawSpinArrow()
2137 Widget arrowWidget, in FireCallbacks() argument
2146 spinW = (XmSpinBoxWidget) arrowWidget; in FireCallbacks()
2227 arrowWidget, in ArrowCallback()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp3197 GtkWidget *arrowWidget = d->gtkWidget(arrowPath); in subControlRect() local
3198 if (!arrowWidget) in subControlRect()
3201 QRect buttonRect(option->rect.left() + arrowWidget->allocation.x, in subControlRect()
3202 option->rect.top() + arrowWidget->allocation.y, in subControlRect()
3203 arrowWidget->allocation.width, arrowWidget->allocation.height); in subControlRect()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp3786 GtkWidget *arrowWidget = d->gtkWidget(arrowPath); in subControlRect() local
3787 if (!arrowWidget) in subControlRect()
3791 gtk_widget_get_allocation(arrowWidget, &allocation); in subControlRect()