GLib - Spawning Processes

2008-09-09 Thread Tomas Soltys
Hi all, I have spent some time trying to create an application that would use GLib to spawn a process. The function I want to use is "g_spawn_async_with_pipes". The following code is just simplified version of the real one, but the behavior is the same. On Linux it works but on the Windows it

Re: Can GTK+ create a GtkWindow in a GtkWindow?

2008-09-09 Thread Arx Cruz
No, you cant. But you can use two "workarounds" Do separeted windows in glade, then remove the content from the window and put in your main window, or use GtkNotebook's to "simulate" many windows. Theres a GtkMdiWindow in gtk-extras but i never used that before. On Tue, Sep 9, 2008 at 11:48 AM,

Can GTK+ create a GtkWindow in a GtkWindow?

2008-09-09 Thread Lazy Fox
Can GTK+ create a GtkWindow in a GtkWindow? One GtkWindow is another's child ? I can't do this, Does one GTK+ application only can contain one GtkWindow? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listin

Re: Getting GtkCellRenderer's

2008-09-09 Thread Jeffrey Barish
dhk wrote: > How do you get a GtkCellRenderer from a treeview or a GtkTreeViewColumn? > > Thanks, > > Dave gtk_tree_view_column_get_cell_renderers ()? -- Jeffrey Barish ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gno

Getting GtkCellRenderer's

2008-09-09 Thread dhk
How do you get a GtkCellRenderer from a treeview or a GtkTreeViewColumn? Thanks, Dave ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Size negotiation and initial top-window size

2008-09-09 Thread Olivier Guilyardi
Hi all, in my app, I need the top-window to have an initial size that suits the content. It's a bit like in the Gimp, where the image window initial size is set accordingly to the image size, at a carefully chosen zoom level. However, this initial size is not mandatory. The user must be able to s