Home
last modified time | relevance | path

Searched refs:gtkRadioButton (Results 1 – 4 of 4) sorted by relevance

/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp1004 GtkWidget *gtkRadioButton = d->gtkWidget("GtkRadioButton"); in drawPrimitive() local
1005 … gtkPainter->paintFocus(gtkRadioButton, "radiobutton", frameRect, GTK_STATE_ACTIVE, style); in drawPrimitive()
1341 GtkWidget *gtkRadioButton = d->gtkWidget("GtkRadioButton"); in drawPrimitive() local
1343 gtk_widget_style_get(gtkRadioButton, "indicator-spacing", &spacing, NULL); in drawPrimitive()
1354 …paintOption(gtkCheckButton , buttonRect, state, shadow, gtk_widget_get_style(gtkRadioButton), key); in drawPrimitive()
2774 GtkWidget *gtkRadioButton = d->gtkWidget("GtkRadioButton"); in drawControl() local
2777 gtkPainter->paintFlatBox(gtkRadioButton, "checkbutton", option->rect, in drawControl()
2778 … GTK_STATE_PRELIGHT, GTK_SHADOW_ETCHED_OUT, gtk_widget_get_style(gtkRadioButton)); in drawControl()
2794 GdkColor gdkText = gtk_widget_get_style(gtkRadioButton)->fg[labelState]; in drawControl()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp1149 GtkWidget *gtkRadioButton = d->gtkWidget("GtkRadioButton"); in drawPrimitive() local
1151 d->gtk_widget_style_get(gtkRadioButton, "indicator-spacing", &spacing, NULL); in drawPrimitive()
1162 … gtkPainter.paintOption(gtkCheckButton , buttonRect, state, shadow, gtkRadioButton->style, key); in drawPrimitive()
2313 GtkWidget *gtkRadioButton = d->gtkWidget("GtkRadioButton"); in drawControl() local
2316 gtkPainter.paintFlatBox(gtkRadioButton, "checkbutton", option->rect, in drawControl()
2317 … GTK_STATE_PRELIGHT, GTK_SHADOW_ETCHED_OUT, gtkRadioButton->style); in drawControl()
2333 GdkColor gdkText = gtkRadioButton->style->fg[labelState]; in drawControl()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2007-10-145902 (WebCore::RenderThemeGtk::gtkRadioButton):
14329 (WebCore::RenderThemeGdk::gtkRadioButton):
18624 (WebCore::RenderThemeGdk::gtkRadioButton):
H A DChangeLog-2011-02-1622665 (WebCore::RenderThemeGtk::gtkRadioButton): Added.