Hello guys:
I have a C/Glade program with 1 spinbutton and 1 button, on callbacks.c I
have this:
-----------------------------------------------
void
on_apply_clicked
{
GtkWidget *spinbutton;
}
-----------------------------------------------
-how do i get spinbutton's value?
-should I use this?
-----------------------------------------------
spinbutton = lookup_widget(GTK_WIDGET (?????), "my_spinbutton");
gtk_spin_button_get_value_as_int (spinbutton);
-----------------------------------------------
Regards
Wackode....!
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
_______________________________________________
Glade-devel maillist - [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel