Re: FW: compiling gtk-engines under mingw

2007-11-12 Thread Tor Lillqvist
PS: I meant to say XML Parser above (not X11 Parser) Ah yes. The lack of the XML::Parser module in the Perl that comes with MSYS can be a pain. If I recall correctly it is quite hard to install it afterwards into MSYS, presumably because one would need the MSYS-targetting compiler (i.e. a

notebook tab with other widget

2007-11-12 Thread sphurti durgade
hello, i am using notebook in my application. i want to reduce the tab size and placing other widget next/near to tab(e.g search label with entry box = search box ). if i use hbox to pack the notebook with widget it is placing horizontally with notebook . how can i place my search box near

Re: GTK win32 port: jpeg and TIFF dlls

2007-11-12 Thread Ivan Baldo
El 11/11/07 23:22, Allin Cottrell escribió: In 2.12.0 I built in the loaders into the gdk-pixbuf library. There are no separate loader dlls. This has the benefit that there are less files in the gtk+ distribution, and there is one less thing that might go wrong, as the built-in loaders

A selectable sequence of EventBoxes

2007-11-12 Thread Benjamin M. Schwartz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to make a GUI with a number of widget groups. You can see a draft screenshot at: http://dev.laptop.org/~bemasc/screenshot.png I would like to allow the user to operate the GUI by keyboard alone. The user should be able to use the arrow

Getting a GdkPixbuf from any GtkImage

2007-11-12 Thread Andrew Smith
Hi I have a function that makes a GdkPixbuf from whatever, and I want to use gtk_image_new_from_stock(GTK_STOCK_MISSING_IMAGE) as a fallback. But I can't use gtk_image_get_pixbuf() on that image, apparently because a GdkPixbuf wasn't used to crate it, or something. Help? Thanks in advance,

GtkFileChooserDialog and GtkFileChooser problem

2007-11-12 Thread zz
Hi, I'm experiencing a little problem with GtkFileChooserDialog and GtkFileChooser: I'm writing an app that needs to select a path to operate on it. This path could be a file or a directory (to be handled recursively). While it was possible to select a file OR a directory with the old

Re: gdk_pixbuf_scale_simple() resizes when it shouldn't

2007-11-12 Thread Dr. Michael J. Chudobiak
Andrew Smith wrote: Hi I can't find where to file a GDK bug so I'll post it here, please file it if you know where. A call to gdk_pixbuf_scale_simple() with the GDK_INTERP_HYPER parameter for some reason ends up resizing an image, even if the size requested matches the size of the

Re: Little documentation patch

2007-11-12 Thread Olivier Delhomme
2007/11/11, Gian Mario Tagliaretti gianmt at gnome.org: 2007/11/7, Olivier Delhomme olivierdelhomme at gmail.com: Olivier, Please let me know if anything is not as it should be in this patch. You should open a bug into bugzilla and attach your patch in there, it's easier to review and

Looking for new maintainer.

2007-11-12 Thread Mike Emmel
High all and sorry for the cross posting. I have come to the conclusion that I simply do not have the time to maintain and enhance the current directfb gdk and cairo backends. At the moment a number of significant improvements to the cairo back end for example are in DirectFB git repository.

Re: How can I scroll my gtk application window programmically?

2007-11-12 Thread ying lcs
On Nov 11, 2007 9:00 AM, Paul Davis [EMAIL PROTECTED] wrote: On Sat, 2007-11-10 at 20:53 -0600, ying lcs wrote: Hi, I would like to know how can I scroll my gtk application window programmically? I have tried this, but the scroll bar does not make and the content of the window did