Re: Widget choice / top level window resizing

2010-03-25 Thread David Nečas
On Thu, Mar 25, 2010 at 09:28:01AM +1100, Matthew Allen wrote: The code I'm porting to Gtk has all it's own layout systems in place anyway and I want to bypass using Gtk layout to get something working quickly. At the moment I can get a basic window showing on the screen with an appropriate

GIO input/output streams for stdout, stderr and stdin

2010-03-25 Thread Colomban Wendling
Hi, I'm not completely sure where I should ask about this but then... let's try here! I have an application that manages data through G{Input,Output}Streams, and I would like to be able to read and write directly from and to stdin and stdout in a portable manner. As I understand

Re: Fwd: Why Ultra-Condensed, Normal and ultra-expanded have very small differences?

2010-03-25 Thread Vitaly V. Ch
Thanks, It's interested idea. \\wbr Vitaly Chernookiy On Wed, Mar 24, 2010 at 8:16 PM, Behdad Esfahbod beh...@behdad.org wrote: On 03/24/2010 11:57 AM, Vitaly V. Ch wrote: It's non-acceptable for me. I need compatibility with pre-cairo versions of gtk+. You can try playing with PangoMatrix

Crash when starting my application using gtk 2.20 and directfb 1.4.3

2010-03-25 Thread IMS
Hello, I have corrected my problem to compile my embedded application using the last version of gtk (2.20.0) I have used the patch here : https://bugzilla.gnome.org/show_bug.cgi?id=605185 And using the same principle I added these lines to be able to compile (using direct-fb 1.4.3) :

RE: Can't unmount flash drive after GtkFileChooserDialog in Windows

2010-03-25 Thread Ian
-Original Message- From: gtk-list-boun...@gnome.org [mailto:gtk-list-boun...@gnome.org] On Behalf Of Robert Pearce On Tue, 23 Mar 2010 18:08:05 -0700 you wrote: So only stdin/out/err are open and the cwd is not on the flash drive. What the heck else could be preventing Windows

Re: Crash when starting my application using gtk 2.20 and directfb 1.4.3

2010-03-25 Thread Javier Jardón
2010/3/25 IMS ims77@gmail.com: Hello, Hello I have corrected my problem to compile my embedded application using the last version of gtk (2.20.0) I have used the patch here : https://bugzilla.gnome.org/show_bug.cgi?id=605185 Just commmited this fix to master And using the same

Re: GTK+ 2.20.0 is now available for download...

2010-03-25 Thread kcirtap
Out of curiosity, how is Win32 support? I know that the MS-Windows theme wasn't working with 2.18 (client-side windows support needed to be added), and that on GTK.org it said that 2.16 was in a way more stable than 2.18 on the Win32 platform. Has this changed? I see that in the release notes it

RE: Can't unmount flash drive after GtkFileChooserDialog in Windows

2010-03-25 Thread Ian
-Original Message- From: Tor Lillqvist Sent: Wednesday, March 24, 2010 12:57 AM To see what files actually are open by a Windows process, you need to use Windows-specific code. Or use existing tools like Process Explorer OK, tried that. After saving files to a Temp folder on the

Re: GTK+ 2.20.0 is now available for download...

2010-03-25 Thread Javier Jardón
2010/3/25 kcir...@lavabit.com: Out of curiosity, how is Win32 support? I know that the MS-Windows theme wasn't working with 2.18 (client-side windows support needed to be added), and that on GTK.org it said that 2.16 was in a way more stable than 2.18 on the Win32 platform. Has this