![]() |
Qt 4.8
|
Go to the source code of this file.
Functions | |
| Window | qt_XCreateSimpleWindow (const QWidget *, Display *display, Window parent, int x, int y, uint w, uint h, int borderwidth, ulong border, ulong background) |
| Window | qt_XCreateWindow (const QWidget *, Display *display, Window parent, int x, int y, uint w, uint h, int borderwidth, int depth, uint windowclass, Visual *visual, ulong valuemask, XSetWindowAttributes *attributes) |
| void | qt_XDestroyWindow (const QWidget *, Display *display, Window window) |
| Window qt_XCreateSimpleWindow | ( | const QWidget * | , |
| Display * | display, | ||
| Window | parent, | ||
| int | x, | ||
| int | y, | ||
| uint | w, | ||
| uint | h, | ||
| int | borderwidth, | ||
| ulong | border, | ||
| ulong | background | ||
| ) |
| Window qt_XCreateWindow | ( | const QWidget * | , |
| Display * | display, | ||
| Window | parent, | ||
| int | x, | ||
| int | y, | ||
| uint | w, | ||
| uint | h, | ||
| int | borderwidth, | ||
| int | depth, | ||
| uint | windowclass, | ||
| Visual * | visual, | ||
| ulong | valuemask, | ||
| XSetWindowAttributes * | attributes | ||
| ) |
Definition at line 73 of file qwidgetcreate_x11.cpp.
Referenced by getNetWmState(), and QWidgetPrivate::isBackgroundInherited().