Re: Build a static libraries for glib 2.24 on windows using mingw32

2011-05-25 Thread Lothar Scholz
Title: Re: Build a static libraries for glib 2.24 on windows using mingw32 Hello Carl, Thursday, May 26, 2011, 4:56:14 AM, you wrote: Hello,  And in the build I keep seeing -DDLL_EXPORT everywhere. This means that a macro is expanded into a declspec(dllexport) statement telling the  link

Build a static libraries for glib 2.24 on windows using mingw32

2011-05-25 Thread Carl Perfect
Hello, I'm trying to compile glib 2.24 as a big static library, with one .a file for each module (gobject, gmodule, gthreads, etc...). So I built all the dependencies and with the help of mingw (I don't have VS on my Windows XP box), start to build the whole glib thing. It went well, but what I g

reserve screen space / prevent overlapping

2011-05-25 Thread Benjamin Trias
Hi list, I am trying to port from Gtk+2 to Gtk+3 using Python (PyGobject Introspection) I am trying to find the equivalent of: gtk.Window.get_toplevel().window.property_change("_NET_WM_STRUT", "CARDINAL", 32, gtk.gdk.PROP_MODE_REPLACE, [0,0,24,0]) which i used to reserve screen space (24 pix at