How do you do this with fyne #3839
Answered
by
Jacalz
junmaqiang
asked this question in
Q&A
-
Below is fyne's default WindowsWhether the window title line is not displayed? As follows |
Beta Was this translation helpful? Give feedback.
Answered by
Jacalz
Apr 20, 2023
Replies: 1 comment 2 replies
-
If you are tall my about the split colours on the window title bar, then my best guess would be that it isn't possible. We are not using the native window toolkit but instead using GLFW and and drawing within the window. To the best of my knowledge, GLFW does not expose any such options (and it would not work cross-platform either way). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
junmaqiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are tall my about the split colours on the window title bar, then my best guess would be that it isn't possible. We are not using the native window toolkit but instead using GLFW and and drawing within the window. To the best of my knowledge, GLFW does not expose any such options (and it would not work cross-platform either way).