[Gtk-sharp-list] gtk_set_label HELP!

Charles Iliya Krempeaux charles@reptile.ca
27 Jan 2003 18:50:03 -0800


Hello,

On Mon, 2003-01-27 at 09:38, Fl=E1vio Luiz Mendes wrote:
> Hi...
>=20
> I'm need change the label text when button as clicked, but can't do=20
> I'm try using gtk_label_set_text, but this don't work.
>=20
> Someone can help me ?

I haven't tested this, but I'd guess that this would be an
turned into an attribute.  So, you'd do something like:

    Gtk.Label label =3D new Gtk.Label();

    // ...

    label.Text =3D "Some Text.";


Or something like that.

(Most the stuff that has a "get" and "set", in C get turned
into an attribute in C#.)

Hope that helps.

--=20
     Charles Iliya Krempeaux, BSc
     charles@reptile.ca

________________________________________________________________________
 Reptile Consulting & Services    604-REPTILE    http://www.reptile.ca/