Re: Custom Titlebar

2014-08-12 Thread Mahan Marwat
I am using GTK+ 3 on Window XP (SP2). So, when I call gtk_window_set_titlebar it raises an exception that no gtk_window_set_titlebar function found. I know there is one another way to add a custom title-bar to my application. i.e Set the decorating to false by calling: set_decorated(False) and

Re: Custom Titlebar

2014-08-12 Thread Victor Aurélio Santos
Do you have at least the 3.10 version ? 2014-08-12 3:50 GMT-03:00 Mahan Marwat mahanmar...@gmail.com: I am using GTK+ 3 on Window XP (SP2). So, when I call gtk_window_set_titlebar it raises an exception that no gtk_window_set_titlebar function found. I know there is one another way to add a

Does gobject-introspection support the cross-compile?

2014-08-12 Thread Rongqing Li
Hi: I want to compile gobject-introspection for arm cpu in x86 host, both are linux OS. The compilation failed since g-ir-compiler (compiled for arm) can not run on x86. Could you tell me if it supports the cross-compile, if not, what should I do to enable it? is it possible that I use

Re: Does gobject-introspection support the cross-compile?

2014-08-12 Thread Tristan Van Berkom
On Wed, 2014-08-13 at 09:09 +0800, Rongqing Li wrote: Hi: I want to compile gobject-introspection for arm cpu in x86 host, both are linux OS. The compilation failed since g-ir-compiler (compiled for arm) can not run on x86. Could you tell me if it supports the cross-compile, if