Re: Custom Titlebar
- From: Michael Cronenworth <mike cchtml com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Custom Titlebar
- Date: Sun, 10 Aug 2014 12:31:09 -0500
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]