Re: Custom Titlebar



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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]