CList column auto-resize (on demand)

2002-01-22 Thread Jean-Christophe Berthon
Hello, I would like to "auto-resize" the column on demand. I'll be using a combination of gtk_clist_optimal_column_width (to get the width of my column) and gtk_clist_set_column_width (to set it). I want to have this feature working like on most spreadshits : double-clicking on the

Re: about button's problem......

2002-01-22 Thread John . Cupitt
¶À¼y Kason Huang wrote: now i want to do:my condition is being no mouse,the only terminal controlling tool is the keyboard.(i am doing a STB project.). when a button get focus(with keyboard) , setting the button's background to be a color. then when the button lost focus,setting the

Re: Icon for Application?

2002-01-22 Thread John . Cupitt
Vahid Zahiri wrote: When i make a application, how can set icon for my window? Hi, you want gdk_window_set_icon(). John == Coming soon: Aelbert Cuyp 13 February - 12 May 2002 For information and tickets:

RE: about button's problem......

2002-01-22 Thread Kason Huang
hi John: Thanks for your help! before i received your mail,i was thinking in the gtk source codes how to do with the problem. maybe i could get help from the source codes. I find in the gtk source code gtk_button_class_init() calls gtk_signal_new(enter..); did someone know the

Re: about button's problem......

2002-01-22 Thread John . Cupitt
¶À¼y Kason Huang wrote: hi John: Thanks for your help! before i received your mail,i was thinking in the gtk source codes how to do with the problem. maybe i could get help from the source codes. I find in the gtk source code gtk_button_class_init() calls

How to use GError?

2002-01-22 Thread Luis Velez
Hi all, I am trying to use gdk_pixbuf_save function but this function uses a GError as a parameter. So I create the GError and use the g_error_new_literal function to give it a domain, code and etc... The problem is that even including the glib.h GError gives me the compiling error of undeclared.

./ configure error

2002-01-22 Thread Earnest, Alan
When I am running ./configure on GTK+ in the 1.2.9 directory I get an error message; glib-config --version returned 1.2.9, but 1.2.10 was found. I vi'ed /etc/ld.so.config, verified env, ran ldconfig, and I still get the same message. only 1.2.9 is installed. Any help would be greatly

Re: How to use GError?

2002-01-22 Thread Sven Neumann
Hi, Luis Velez [EMAIL PROTECTED] writes: I am trying to use gdk_pixbuf_save function but this function uses a GError as a parameter. So I create the GError and use the g_error_new_literal function to give it a domain, code and etc... The problem is that even including the glib.h GError

Re: [pygtk] Re: What's the Hangul shaper? Sounds like a powertool...

2002-01-22 Thread Christian Robottom Reis
On Thu, 24 May 2001 [EMAIL PROTECTED] wrote: As for searching bugzilla, I think I'm getting the hang of it. Seems a bit complex for average use. Perhaps the main query page should eliminate everything but the Product selector and the Description text field and default everything else. The

Re: How to use GError?

2002-01-22 Thread Havoc Pennington
Luis Velez [EMAIL PROTECTED] writes: I am trying to use gdk_pixbuf_save function but this function uses a GError as a parameter. So I create the GError and use the g_error_new_literal function to give it a domain, code and etc... The problem is that even including the glib.h GError gives me

add a filter on a GtkFileSelection

2002-01-22 Thread Toni Moreno Giménez
Hi, Is posible add a file filter before show files on the file_list CList widget on a GtkFileSelection ? I wish , show only centaing files , (independent of the extension, first load data from de file and verifiing that is a correct file for my application, and list them after ). It could be