Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - GtkHeaderBar title bar implementation for Linux #22960

Open
igor-cali opened this issue Nov 10, 2022 · 1 comment
Open

Feature Request - GtkHeaderBar title bar implementation for Linux #22960

igor-cali opened this issue Nov 10, 2022 · 1 comment

Comments

@igor-cali
Copy link

Does wxWidgets support the Gnome-like window title bar (GtkHeaderBar) in linux platforms?

Image

I would like to understand how buttons and menu can be placed in the title bar. Is there any tutorial available (if this is supported by wxWidgets)?

wxWidgets version: 3.2.x (and 3.0.x);
OS Platform: Ubuntu 22.04.1; Gnome Desktop enviroment.
IDE: CodeBlocks / wxFormBuilder

@vadz
Copy link
Contributor

vadz commented Nov 10, 2022

There is no support for this yet. It would be definitely nice to have it because it's a big part of native look and feel.

The first thing that needs to be done here is to find some common of API which would cover this and at least combined macOS toolbar (which is somewhat similar) too and can be mapped to something reasonable under MSW and the other platforms without native support for this.

The second thing would be to actually implement it...

Any help/contributions would be wholeheartedly welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants