how to set WindowStyleFlag in Ubuntu14.04

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
DevinYU
In need of some credit
In need of some credit
Posts: 1
Joined: Thu Jul 27, 2017 12:04 am

how to set WindowStyleFlag in Ubuntu14.04

Post by DevinYU »

Hello, every one. Thanks for looking this.
OS: Ubuntu14.04 X64
wxWidget version: 3.1
I set window style flag like this :

frame->SetWindowStyleFlag(wxFRAME_TOOL_WINDOW )

but it does not work what i want "No taskbar button, no system menu"

#define wxFRAME_TOOL_WINDOW 0x0004 // No taskbar button, no system menu

What I want to set window flag.

Thanks!
Attachments
hello world.png
hello world.png (9.91 KiB) Viewed 724 times
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: how to set WindowStyleFlag in Ubuntu14.04

Post by catalin »

Look at wxFrame flags, i.e. wxCAPTION.
Post Reply