BUILD PROBLEM

2007-09-14 Thread green beret
i have just written a short program, the first one in the GTK tutorial in gtk.org. I have given all the flags and it says compiled successfully(geany). When i run the program it just returns to the shell without doin anything. i run it using ./gui where gui is the executable the compiler has made

Re: BUILD PROBLEM

2007-09-14 Thread Claudio Saavedra
On Fri, 2007-09-14 at 18:52 +0530, green beret wrote: i have just written a short program, the first one in the GTK tutorial in gtk.org. I have given all the flags and it says compiled successfully(geany). When i run the program it just returns to the shell without doin anything. i run

TreeView in ScrolledWindow

2007-09-14 Thread q.
Hello ppl, I have a treeview that works and displays correctly, but when I try put it into a scrolled window I run into some problems. Unfortunatly I'm not fluent (yet) in GTK. As such I believe I mixed some of the wrong properties. I have pasted the creation of the scrolled window and the

Re: TreeView in ScrolledWindow

2007-09-14 Thread yetist
Maybe you should use gtk_scrolled_window_add_with_viewport to add the view into scrollwindow. like this: gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window), view); 2007/9/14, q. [EMAIL PROTECTED]: Hello ppl, I have a treeview that works and displays correctly, but

Re: TreeView in ScrolledWindow

2007-09-14 Thread q.
On Fri, 14 Sep 2007, yetist wrote: Maybe you should use gtk_scrolled_window_add_with_viewport to add the view into scrollwindow. like this: gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window), view); 2007/9/14, q. [EMAIL PROTECTED]: Hello ppl, I have a

Re: BUILD PROBLEM

2007-09-14 Thread green beret
On 9/14/07, Claudio Saavedra [EMAIL PROTECTED] wrote: On Fri, 2007-09-14 at 18:52 +0530, green beret wrote: i have just written a short program, the first one in the GTK tutorial in gtk.org. I have given all the flags and it says compiled successfully(geany). When i run the program it

Re: GTK+ 2.12 released

2007-09-14 Thread Mikael Hallendal
14 sep 2007 kl. 06.53 skrev Matthias Clasen: GTK+ 2.12.0 is now available for download at: Congratulations to the GTK+ team and thanks for all the hard work you guys are putting in! Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com

Re: GVfs status report

2007-09-14 Thread Alexander Larsson
On Thu, 2007-09-13 at 14:12 -0400, Havoc Pennington wrote: Hi, There's a lot of code to absorb here, a minor comment, I might expect GUnixFileInputStream/GWindowsFileInputStream rather than GLocalFileInputStream. Well, the same class is used on both unix and windows. Its the implementation

Re: GVfs status report

2007-09-14 Thread Ross Burton
On Fri, 2007-09-14 at 09:37 +0200, Alexander Larsson wrote: A more macro thought, since there's so much code here, it would be worth spending some time to try and identify the parts an app (vs. a file manager) would usually use, and then somehow highlight those parts in the docs and/or

Gtk/DFB requires pango cairo

2007-09-14 Thread Mike Emmel
http://bugzilla.gnome.org/show_bug.cgi?id=476823 This happens quite a bit gdk directfb requires the pango/cairo backend. First I don't know the best way to check pango for a particular backend. Next considering cairo is now required for gtk I'd suggest that the pango build have cairo on by

Re: GVfs status report

2007-09-14 Thread Dominic Lachowicz
Hi Alex, On 9/14/07, Alexander Larsson [EMAIL PROTECTED] wrote: On Thu, 2007-09-13 at 14:12 -0400, Havoc Pennington wrote: Hi, There's a lot of code to absorb here, a minor comment, I might expect GUnixFileInputStream/GWindowsFileInputStream rather than GLocalFileInputStream. Well,

Re: GVfs status report

2007-09-14 Thread Alexander Larsson
On Fri, 2007-09-14 at 08:16 -0400, Dominic Lachowicz wrote: Hi Alex, On 9/14/07, Alexander Larsson [EMAIL PROTECTED] wrote: On Thu, 2007-09-13 at 14:12 -0400, Havoc Pennington wrote: Hi, There's a lot of code to absorb here, a minor comment, I might expect

Re: Gtk/DFB requires pango cairo

2007-09-14 Thread Owen Taylor
[ meant to send this to the list, resending ] On 9/14/07, Mike Emmel [EMAIL PROTECTED] wrote: http://bugzilla.gnome.org/show_bug.cgi?id=476823 This happens quite a bit gdk directfb requires the pango/cairo backend. First I don't know the best way to check pango for a particular backend.

GVfs status report - Sep 14

2007-09-14 Thread Alexander Larsson
Since the last report I've mainly been working on the sftp backend, which now is mostly working. There are some minor details left which can be seen in the TODO list at the top of gvfsbackendsftp.c. To help with the sftp backend I also added GDataInputStream and GDataOutputStream to gio. These

Re: Gtk/DFB requires pango cairo

2007-09-14 Thread Mike Emmel
Hmm then it might be they have cairo but not the directfb version ? Somehow its fairly common for people to build a pango that does not work with directfb. They don't tell me how they manage to do it however :) On 9/14/07, Owen Taylor [EMAIL PROTECTED] wrote: [ meant to send this to the list,

Behaviour of getters wrt dup/ref

2007-09-14 Thread Alexander Larsson
I got some feedback on gio about a getter function that returned a ref, and now I'm reviewing the gio APIs for things like that, making sure its internally consistent and consistent with gtk+/glib. However, I'm not sure what the gtk+ standard for this is. I heard no reffing getters, but that is

Re: GVfs status report

2007-09-14 Thread Havoc Pennington
Hi, On 9/14/07, Alexander Larsson [EMAIL PROTECTED] wrote: Well, the same class is used on both unix and windows. Its the implementation of native files, and I don't see any need to split it out really. What differences would there be between the two? My impression is that ideally on Windows

Re: GVfs status report

2007-09-14 Thread Matthias Clasen
On 9/4/07, Alexander Larsson [EMAIL PROTECTED] wrote: If we want to use gvfs in Gnome 2.21 there are two possibilities: 1) Release next glib before the next Gtk+ release 2) Temporary ship gio in a separate module, which we later move to glib (pkg-config should magically make this work for