Home
last modified time | relevance | path

Searched refs:gtkMenubarItem (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp2514 GtkWidget *gtkMenubarItem = d->gtkWidget("GtkMenuBar.GtkMenuItem"); in drawControl() local
2517 style = gtkMenubarItem->style; in drawControl()
2543 … GdkColor gdkText = gtkMenubarItem->style->fg[dis ? GTK_STATE_INSENSITIVE : GTK_STATE_NORMAL]; in drawControl()
2544 GdkColor gdkHText = gtkMenubarItem->style->fg[GTK_STATE_PRELIGHT]; in drawControl()
2554 d->gtk_widget_style_get (gtkMenubarItem, "selected-shadow-type", &shadowType, NULL); in drawControl()
2555 gtkPainter.paintBox(gtkMenubarItem, "menuitem", option->rect.adjusted(0, 0, 0, 3), in drawControl()
2556 GTK_STATE_PRELIGHT, shadowType, gtkMenubarItem->style); in drawControl()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp2973 GtkWidget *gtkMenubarItem = d->gtkWidget("GtkMenuBar.GtkMenuItem"); in drawControl() local
2976 style = gtk_widget_get_style(gtkMenubarItem); in drawControl()
3014 gtk_widget_style_get (gtkMenubarItem, "selected-shadow-type", &shadowType, NULL); in drawControl()
3015 gtkPainter->paintBox(gtkMenubarItem, "menuitem", option->rect.adjusted(0, 0, 0, 3), in drawControl()