Win32 Glib 2.8.x g_io_channel issues (receiving window messages on socket io channel)

2005-11-13 Thread Daniel Atallah
Greetings, I'm having a strange problem in trying to get a program (gaim) working with Glib 2.8.x (2.8.3) under win32. I'm watching for IO on a socket using g_io_channel_unix_new(fd), and then watching for the result using g_io_add_watch_full() (basically using functionality modeled after gdk_inp

GtkTreeView

2005-11-13 Thread tcleaver
All, I am a recent adopter of GTK+ and am having some difficulties with the GtkTreeView. The problem is that I need to display the contents of a file formatted into a TreeView. However, these files can be up to 50MB or more in size and I do not want to dump them into a list model in their ent

Ctrl+Alt+Q != @

2005-11-13 Thread Giuliano Montecarlo
Hi, Ctrl+Alt+Q should be @. I got 2 users complaining about that, maybe that could be corrected in 2.8.x. Regards, GAM ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Aligning widgets in a set of vboxes and hboxes

2005-11-13 Thread John Cupitt
On 11/13/05, Jaap Haitsma <[EMAIL PROTECTED]> wrote: > I'd like to align a number of widgets which are in vboxes and hboxes. > The dialog is very similar to the File Management Preferences dialog of > nautilus [1]. Hi, you need a sizegroup: http://developer.gnome.org/doc/API/2.0/gtk/GtkSizeGroup.

Aligning widgets in a set of vboxes and hboxes

2005-11-13 Thread Jaap Haitsma
Hi, I'd like to align a number of widgets which are in vboxes and hboxes. The dialog is very similar to the File Management Preferences dialog of nautilus [1]. The only problem is that if I run my application my comboboxes do not have the same size. They do in nautilus. If you load the nauti