gtk: Add BrowserWindow.setSkipTaskbar API.
This commit is contained in:
parent
a8cb839734
commit
70d3365414
12 changed files with 29 additions and 0 deletions
|
@ -24,6 +24,9 @@ const char kMaxHeight[] = "max-height";
|
|||
const char kResizable[] = "resizable";
|
||||
const char kFullscreen[] = "fullscreen";
|
||||
|
||||
// Whether the window should show in taskbar.
|
||||
const char kSkipTaskbar[] = "skip-taskbar";
|
||||
|
||||
// Start with the kiosk mode, see Opera's page for description:
|
||||
// http://www.opera.com/support/mastering/kiosk/
|
||||
const char kKiosk[] = "kiosk";
|
||||
|
|
|
@ -24,6 +24,7 @@ extern const char kMaxWidth[];
|
|||
extern const char kMaxHeight[];
|
||||
extern const char kResizable[];
|
||||
extern const char kFullscreen[];
|
||||
extern const char kSkipTaskbar[];
|
||||
extern const char kKiosk[];
|
||||
extern const char kAlwaysOnTop[];
|
||||
extern const char kNodeIntegration[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue