Simple GtkRange Problem

2005-02-21 Thread Greg Breland
I must be missing something very obvious, but for the life of me I can't find it. I'm using a GtkVscale widget with FC2 GTK2.4 like so: control = gtk_vscale_new(NULL); gtk_scale_set_digits(GTK_SCALE(control), 0); gtk_range_set_range(GTK_RANGE(control), 0, 100); gtk_range_set_increments(GTK_RANGE(

Re: Inside GtkComboBoxEntry?

2005-02-21 Thread Zeeshan Ali
Hello again, What a coincidence! I found the answer to both my queries a few seconds after i sent the last email :) Here are the anwers: > 1. the exact name of the widget that's the pop-up menu for the > GtkComboBoxEntry. GtkMenu > 2. the exact name of the widget that's displaying the text

Inside GtkComboBoxEntry?

2005-02-21 Thread Zeeshan Ali
Hello, Pardon me for repetition but I am still stuck in the same old problem of trying to apply a particular theme to a GtkComboBoxEntry, the pop-menu attached to it and the text entries inside it. I think all i need to know is: 1. the exact name of the widget that's the pop-up menu for the Gt

Re: keyboard shortcuts

2005-02-21 Thread Antonio Gomes
Hi ... I think is not possible to add keyboard shortcut not related with any signal ... see: voidgtk_widget_add_accelerator (GtkWidget *widget, const gchar *accel_signal, GtkAccelGroup *accel_gr