Re: Custom Titlebar

2014-08-11 Thread Michael Cronenworth
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 ),

Re: Custom Titlebar

2014-08-11 Thread Florian Müllner
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

Re: Custom Titlebar

2014-08-11 Thread David Nečas
On Mon, Aug 11, 2014 at 11:28:34PM +0200, Florian Müllner wrote: That is not quite true - since GTK 3.10, there's gtk_window_set_titlebar (GTK_WINDOW (window), titlebar_widget); Unless you are running someting like Gnome 3(?), this will add a strangely looking thing to the top of your

Re: Custom Titlebar

2014-08-11 Thread Michael Cronenworth
On 08/11/2014 04:40 PM, David Nečas wrote: Unless you are running someting like Gnome 3(?), this will add a strangely looking thing to the top of your window, but inside. It will not change the title bar which is controlled by the window manager. I've never seen it actually do what is

GDK PixbufLoader problem with TIFF files in 32bit mode on x86_64 linux

2014-08-11 Thread Daniel Appelt
Hi all, I am trying to load TIFF files progressively using PixbufLoader (pixbufloader.c) which works perfectly fine when compiled natively for x86_64 but the same code produces a run time error when compiled for 32bit on x86_64: TIFF-Bild konnte nicht geladen werden which roughly translates to

Re: Custom Titlebar

2014-08-11 Thread Emmanuele Bassi
On 11 August 2014 22:50, Michael Cronenworth m...@cchtml.com wrote: On 08/11/2014 04:40 PM, David Nečas wrote: Unless you are running someting like Gnome 3(?), this will add a strangely looking thing to the top of your window, but inside. It will not change the title bar which is controlled