customizing gtk window title bar -


how can customize gtk window title bar. need add custom buttons, , title bar image.alt text

you can't. title bar drawn window manager, not gtk. can tell window manager set title using window.set_title(), , can set icon, may or may not displayed window manager, using window.set_icon(), window.set_icon_name(), or window.set_icon_from_file(). that's it.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -