![]() |
Qt 6.x
The Qt SDK
|
#include "qgtk3menu.h"
#include <QtGui/qwindow.h>
#include <QtGui/qpa/qplatformtheme.h>
#include <QtGui/qpa/qplatformwindow.h>
#include <gtk/gtk.h>
#include "moc_qgtk3menu.cpp"
Go to the source code of this file.
Functions | |
static QString | convertMnemonics (QString text, bool *found) |
static void | qt_gtk_menu_position_func (GtkMenu *, gint *x, gint *y, gboolean *push_in, gpointer data) |
Definition at line 122 of file qgtk3menu.cpp.
References QString::at(), i, QString::insert(), QChar::isSpace(), QString::replace(), QString::size(), and text.
Referenced by QGtk3MenuItem::setText().
|
static |
Definition at line 375 of file qgtk3menu.cpp.
References menu, QPoint::x(), and QPoint::y().
Referenced by QGtk3Menu::showPopup().