LibreOffice Module vcl (master)
1
|
#include <X11/Xlib.h>
#include <unx/saltype.h>
#include <unx/saldisp.hxx>
#include <unx/screensaverinhibitor.hxx>
#include <salframe.hxx>
#include <salwtype.hxx>
#include <salinst.hxx>
#include <vcl/ptrstyle.hxx>
#include <vcl/sysdata.hxx>
#include <vcl/timer.hxx>
#include <vclpluginapi.h>
#include <list>
Go to the source code of this file.
Classes | |
class | X11SalFrame |
Namespaces | |
vcl_sal | |
Macros | |
#define | SHOWSTATE_UNKNOWN -1 |
#define | SHOWSTATE_MINIMIZED 0 |
#define | SHOWSTATE_NORMAL 1 |
#define | SHOWSTATE_HIDDEN 2 |
Enumerations | |
enum | WMWindowType { WMWindowType::Normal, WMWindowType::ModelessDialogue, WMWindowType::Utility, WMWindowType::Splash, WMWindowType::Toolbar, WMWindowType::Dock } |
#define SHOWSTATE_HIDDEN 2 |
Definition at line 48 of file unx/salframe.h.
#define SHOWSTATE_MINIMIZED 0 |
Definition at line 46 of file unx/salframe.h.
#define SHOWSTATE_NORMAL 1 |
Definition at line 47 of file unx/salframe.h.
#define SHOWSTATE_UNKNOWN -1 |
Definition at line 45 of file unx/salframe.h.
|
strong |
Enumerator | |
---|---|
Normal | |
ModelessDialogue | |
Utility | |
Splash | |
Toolbar | |
Dock |
Definition at line 50 of file unx/salframe.h.