Re: Treeview column width changed signal

2008-02-11 Thread Scott Horowitz
On Feb 11, 2008 1:35 PM, Gorshkov <[EMAIL PROTECTED]> wrote: > Check my first post to you - it contains ALL the code you need, period. > I deal with exactly the same problem you have, for exactly the same > reasons you have to. > > Stop trying to implement a toe pedal, and just use the stick shift.

Re: GtkStatusIcon and Drag and Drop?

2008-01-15 Thread Scott Horowitz
2008/1/15 Enrico Tröger <[EMAIL PROTECTED]>: > I was just playing around with the GtkStatusIcon API and wondered if > there is any way to use Drag And Drop with a GtkStatusIcon object? The > usual way doesn't work because GtkStatusIcon is a subclass of GObject > and not an ordinary GtkWidget. > > O

Re: Customizing GtkFileChooserDialog

2007-05-28 Thread Scott Horowitz
On 5/28/07, Olivier Guilyardi <[EMAIL PROTECTED]> wrote: > Hi, > > I need to add some extra saving options to a GtkFileChooserDialog. In this > purpose I'm trying to access its vbox with: > > GtkWidget *label = gtk_button_new_with_label ("test"); > gtk_container_add (GTK_CONTAINER (GTK_DIALOG (file

Re: Can I implement such a function with gtk?

2007-04-05 Thread Scott Horowitz
On 4/5/07, Kun Niu <[EMAIL PROTECTED]> wrote: > I found that there's a function called gtk_window_iconify. > I tried to add it to my delete_event function. > It worked well for me. > But I have a request that after delete_event is triggered. The minimized > window should disppear from my system too