Query about scale widgets and gtk_range_set_value

2008-08-15 Thread John M Collins
I have a dialog box with some scale widgets in. Some of the selections in the dialog imply changes to the scale widgets. (In particular I have "round value to nearest multiple of 10 / 100" buttons). I am using gtk_range_set_value to adjust the scale widgets but sometimes the changes are not reflec

Re: GtkAboutDialog close

2008-08-15 Thread Roland Roberts
Roland Roberts wrote: How can I get the Close button to just hide the dialog so I don't have to do the run/hide thing in the callback? Ack, I posted this after fighting with it all day and then found my answer right after posting. Apparently, the correct signal is to attach a callback to the "

GtkAboutDialog close

2008-08-15 Thread Roland Roberts
Okay, I'm a newbie with Gtk. I'm designing with glade-3. I've got an annoying problem with my about dialog. I connected the help->about menu item to a callback that pops up the dialog. The "Credits" and "License" buttons work fine. The "Close" button does nothing. I've seen a bug report i