Questions tagged [custom-titlebar]
98 questions
0
votes
2 answers
gtk3 GtkWindow title bar color
Using gtk3, how can I change the default GtkWindow titlebar color? Would it involve GtkStyleContext? I've only used GtkCssProvider.

mike
- 1,135
- 4
- 22
- 39
0
votes
2 answers
Title Bar customization
I'm trying to build a c++ program that customizes another window title bar, adding colored text and icons. The window I need to customize is in a closed source program.
Right now I can only change the text with SetWindowText, but was unable no find…

JoseCastro
- 60
- 7
0
votes
1 answer
android custom title not filling parent widthwise
I have customised my title bar.
The problem is though i have mentioned the width as fill_parent its not filling parent
with some blank space on either sides
the code is below