How to get native windows decorations on GTK3 on Windows 7+ and MSYS2

前端 未结 5 1018
旧巷少年郎
旧巷少年郎 2021-02-02 14:43

I am trying to port my application from linux to windows and I have a problem with theming. In linux this works out of a box, just compile it and application is using good theme

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-02 15:32

    You can set GTK_CSD=0 environment variable to disable client-side window decorations and enable Windows native decorations, which gets rid of the ugly win7-like titlebar, as well as Adwaita-like one.

提交回复
热议问题