Home
last modified time | relevance | path

Searched refs:gtkButton (Results 1 – 14 of 14) sorted by relevance

/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gtk/application-pdaxrom/
H A DZLGtkApplicationWindow.cpp140 GtkWidget *gtkButton = myButtons[*it]; in refresh() local
141 if (gtkButton != 0) { in refresh()
145 gtk_widget_show(gtkButton); in refresh()
147 gtk_widget_hide(gtkButton); in refresh()
153 bool enabled = GTK_WIDGET_STATE(gtkButton) != GTK_STATE_INSENSITIVE; in refresh()
155 gtk_widget_set_sensitive(gtkButton, !enabled); in refresh()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gpe/application/
H A DZLGtkApplicationWindow.cpp159 GtkWidget *gtkButton = GTK_WIDGET(myButtons[*it]); in refresh() local
160 if (gtkButton != 0) { in refresh()
164 gtk_widget_show(gtkButton); in refresh()
166 gtk_widget_hide(gtkButton); in refresh()
172 bool enabled = GTK_WIDGET_STATE(gtkButton) != GTK_STATE_INSENSITIVE; in refresh()
174 gtk_widget_set_sensitive(gtkButton, !enabled); in refresh()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gtk/application-desktop/
H A DToolbar.cpp63 …::AbstractButtonItem &ZLGtkApplicationWindow::Toolbar::buttonItemByWidget(GtkToolItem *gtkButton) { in buttonItemByWidget() argument
64 return (ZLToolbar::AbstractButtonItem&)*myGtkToAbstract[gtkButton]; in buttonItemByWidget()
68 GtkToggleToolButton *gtkButton = in setToggleButtonState() local
71 if (gtk_toggle_tool_button_get_active(gtkButton) != isPressed) { in setToggleButtonState()
72 gtk_toggle_tool_button_set_active(gtkButton, isPressed); in setToggleButtonState()
H A DZLGtkApplicationWindow.h71 void onGtkButtonPress(GtkToolItem *gtkButton);
116 ZLToolbar::AbstractButtonItem &buttonItemByWidget(GtkToolItem *gtkButton);
H A DZLGtkApplicationWindow.cpp151 void ZLGtkApplicationWindow::onGtkButtonPress(GtkToolItem *gtkButton) { in onGtkButtonPress() argument
154 onButtonPress(toolbar(type).buttonItemByWidget(gtkButton)); in onGtkButtonPress()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp226 GtkWidget *gtkButton = d->gtkWidget("GtkButton"); in standardPalette() local
231 gdkForeground = gtkButton->style->fg[GTK_STATE_NORMAL]; in standardPalette()
439 GtkWidget *gtkButton = d->gtkWidget("GtkButton"); in pixelMetric() local
446 GtkWidget *gtkButton = d->gtkWidget("GtkButton"); in pixelMetric() local
1096 d->gtk_widget_style_get (gtkButton, in drawPrimitive()
1101 style = gtkButton->style; in drawPrimitive()
1117 GTK_WIDGET_SET_FLAGS(gtkButton, GTK_HAS_FOCUS); in drawPrimitive()
2883 gtkPainter.paintFocus(gtkButton, "button", in drawControl()
2886 gtkButton->style); in drawControl()
3255 … newSize = size + QSize(2 * gtkButton->style->xthickness, 2 + 2 * gtkButton->style->ythickness); in sizeFromContents()
[all …]
H A Dqgtkstyle_p.cpp539 GtkWidget *gtkButton = QGtkStylePrivate::gtk_button_new(); in initGtkWidgets() local
540 addWidget(gtkButton); in initGtkWidgets()
541 g_signal_connect(gtkButton, "style-set", G_CALLBACK(gtkStyleSetCallback), 0); in initGtkWidgets()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp338 GtkWidget *gtkButton = d->gtkWidget("GtkButton"); in standardPalette() local
544 GtkWidget *gtkButton = d->gtkWidget("GtkButton"); in pixelMetric() local
551 GtkWidget *gtkButton = d->gtkWidget("GtkButton"); in pixelMetric() local
1287 gtk_widget_style_get (gtkButton, in drawPrimitive()
1292 style = gtk_widget_get_style(gtkButton); in drawPrimitive()
1299 gtk_widget_set_can_default(gtkButton, true); in drawPrimitive()
1300 gtk_window_set_default((GtkWindow*)gtk_widget_get_toplevel(gtkButton), gtkButton); in drawPrimitive()
2753 GtkWidget *gtkButton = d->gtkWidget("GtkButton"); in drawControl() local
3330 GtkWidget *gtkButton = d->gtkWidget("GtkButton"); in drawControl() local
3344 gtkPainter->paintFocus(gtkButton, "button", in drawControl()
[all …]
H A Dqgtkstyle_p.cpp296 GtkWidget *gtkButton = gtk_button_new(); in initGtkWidgets() local
297 addWidget(gtkButton); in initGtkWidgets()
298 g_signal_connect(gtkButton, "style-set", G_CALLBACK(gtkStyleSetCallback), 0); in initGtkWidgets()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/maemo/application/
H A DZLGtkApplicationWindow.cpp439 GtkToggleToolButton *gtkButton = in setToggleButtonState() local
442 if (gtk_toggle_tool_button_get_active(gtkButton) != isPressed) { in setToggleButtonState()
443 gtk_toggle_tool_button_set_active(gtkButton, isPressed); in setToggleButtonState()
H A DZLGtkApplicationWindow.h94 void onGtkButtonPress(GtkToolItem *gtkButton);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2007-10-145900 (WebCore::RenderThemeGtk::gtkButton):
14327 (WebCore::RenderThemeGdk::gtkButton):
18622 (WebCore::RenderThemeGdk::gtkButton):
H A DChangeLog-2011-02-1640742 (WebCore::RenderThemeGtk::gtkButton): Ditto.
H A DChangeLog-2010-12-06130857 (WebCore::RenderThemeGtk::gtkButton):