Re: What's wrong with the docs?

2008-02-01 Thread Dan H.
> > - Is something in the google algorithms preferencial to anything but C? In a way, yes. It's impossible to make C-specific queries because a single C in the query is either ignored, or machtches pretty much the entire WWW. And C API docs seldom mention the fact that they're intended to be used

question on GtkScrolledWindow

2008-02-01 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have 2 questions on GtkScrolledWindow The 1st. I want the scroll bar to be "looser". As an example. Suppose I have one item, an icon, in a horizontally scrollable window. Lets say that the window is 200 pixels across, and the icon is 10 pixe

Selecting folders with GtkFileChooser

2008-02-01 Thread Dan H.
Hello, how can I set up a GtkFileChooser so that users can select a folder rather than a file? As it is, one selects a a folder and clicks "open" (hoping to select that folder), but rather than returning that folder's path, the dialog just opens the folder and shows its contents. How can this be c

Re: Selecting folders with GtkFileChooser

2008-02-01 Thread Dan H.
On Fri, Feb 01, 2008 at 05:17:15PM +0100, Dan H. wrote: > how can I set up a GtkFileChooser so that users can select a folder rather > than a file? Ah. Please forget that. Too obvious. --D. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.

Re: GTK+ Windows dependancies

2008-02-01 Thread Ivan Baldo
Hello. El 31/01/08 06:37, Tor Lillqvist escribió: >> In particular, the "loaders" directory is now gone due to Tor's >> decision to build a monolithic gdkpixbuf library for GTK on >> Windows, with all the loaders pre-embedded. Personally, I wish >> he'd reconsider that. >> > > OK, you

Re: question on GtkScrolledWindow

2008-02-01 Thread Iago Rubio
Hi Gregory, On Fri, 2008-02-01 at 20:31 +0800, Gregory Hosler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I have 2 questions on GtkScrolledWindow > > The 1st. > > I want the scroll bar to be "looser". As an example. Suppose I have one item, > an icon, in > a horizonta

Re: question on GtkScrolledWindow

2008-02-01 Thread Iago Rubio
Sorry, looks like the attachment got stripped. Here you've got the code. #include // gcc `pkg-config --cflags --libs gtk+-2.0` test_w.c gboolean scroll_viewport (gpointer data) { GtkWidget *viewport = (GtkWidget*)data; GtkAdjustment *adj; gdouble upper; adj = gtk_viewport_get

Re: question on GtkScrolledWindow

2008-02-01 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iago Rubio wrote: | Hi Gregory, | | On Fri, 2008-02-01 at 20:31 +0800, Gregory Hosler wrote: | Hi, | | I have 2 questions on GtkScrolledWindow | | The 1st. | | I want the scroll bar to be "looser". As an example. Suppose I have one item, an icon, in |