Window styles

2011-05-26 Thread John Emmas
Using gtk_window_new() will create a window which the user can re-size and maximize. I don't want my user to be able to perform these actions. In my old Win32 days I'd achieve it by creating a window, then removing the styles WS_THICKFRAME and WS_MAXIMIZEBOX. How do I achieve this with gtk?

Re: Window styles

2011-05-26 Thread Stefan Salewski
On Thu, 2011-05-26 at 18:14 +0100, John Emmas wrote: Using gtk_window_new() will create a window which the user can re-size and maximize. I don't want my user to be able to perform these actions. In my old Win32 days I'd achieve it by creating a window, then removing the styles WS_THICKFRAME

Re: GtkPlug and GtkSocket

2011-05-26 Thread John Emmas
On 25 May 2011, at 09:43, John Emmas wrote: Does anyone know if GtkPlug and GtkSocket are usable in gtk-win32? I appreciate that they were originally written for windows that support the XEmbed protocol (i.e. X windows) but browsing through the source code, gtk-win32 seems to implement a

Large inter-character spacing on win32

2011-05-26 Thread μ—„μΉ˜ν˜„
Hello, I am using Pango with the win32 backend and then taking the glyph information and outputting it to a PDF. I take the width of each glyph and maintain a sum of the of the previous glyphs' widths in order to place the current glyph. The problem is that the output does not look right, see

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

2011-05-26 Thread Carl Perfect
Thanks for your answer ! On Thu, May 26, 2011 at 2:44 AM, Lothar Scholz llot...@web.de wrote: Hello Carl, I don't know to but you have to compile without DLL_EXPORT for sure. Indeed :) And this can be done by precising special options when launching configure. (I found out recently) The

glib_cross_compiling issue

2011-05-26 Thread Lokesh Kumar
Hi We are trying to cross compile glib-2.29.4 for ARM .But some issues we are facing while cross compiling. Following is command we have used for configuring ./configure --cache-file=arm-linux.cache --host=arm CC=arm-none-linux-gnueabi-gcc CROSS_COMPILE=arm-none-linux-gnueabi