On Sun, Aug 10, 2014 at 7:31 PM, Michael Cronenworth <m...@cchtml.com> wrote:
> 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 later, GTK does not support that.


That is not quite true - since GTK 3.10, there's

  gtk_window_set_titlebar (GTK_WINDOW (window), titlebar_widget);
_______________________________________________
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