On 08/09/2014 04:25 PM, Mahan Marwat wrote:
How can I add a custom titlebar to my GUI application?

Are you asking for custom text or a complete replacement with widgets of your 
own?

If the former then it's a simple call. I'll use the C function:

gtk_window_set_title( GTK_WINDOW( window ), "Hello this is new title bar text" 
);

If the later, GTK does not support that.

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to