[Glade-devel] (no subject)

Date view Thread view Subject view Author view

From: wackode .....! (wackode@hotmail.com)
Date: Tue Nov 14 2000 - 02:15:42 EST


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 - Glade-devel@helixcode.com
http://lists.helixcode.com/mailman/listinfo/glade-devel


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Tue Nov 14 2000 - 02:56:08 EST