Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp2495 QRect menuBarRect = widget->rect(); in drawControl() local
2496 QPixmap pixmap(menuBarRect.size()); in drawControl()
2502 gtkMenuBarPainter.paintBox( gtkMenubar, "menubar", menuBarRect, in drawControl()
2524 QRect menuBarRect = widget->rect(); in drawControl() local
2525 QPixmap pixmap(menuBarRect.size()); in drawControl()
2533 menubarPainter.paintBox(gtkMenubar, "menubar", menuBarRect, in drawControl()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp2953 QRect menuBarRect = widget->rect(); in drawControl() local
2954 QPixmap pixmap(menuBarRect.size()); in drawControl()
2960 gtkPainter->paintBox(gtkMenubar, "menubar", menuBarRect, in drawControl()
2983 QRect menuBarRect = widget->rect(); in drawControl() local
2984 QPixmap pixmap(menuBarRect.size()); in drawControl()
2992 gtkPainter->paintBox(gtkMenubar, "menubar", menuBarRect, in drawControl()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dflatmenu.py1128 menuBarRect = menubar.GetClientRect()
1149 if posx + rect.width + DROP_DOWN_ARROW_WIDTH >= menuBarRect.width: