Hello,

On Mon, 2003-01-27 at 09:38, Fl�vio Luiz Mendes wrote:
> Hi...
> 
> I'm need change the label text when button as clicked, but can't do 
> I'm try using gtk_label_set_text, but this don't work.
> 
> 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 = new Gtk.Label();

    // ...

    label.Text = "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.

-- 
     Charles Iliya Krempeaux, BSc
     [EMAIL PROTECTED]

________________________________________________________________________
 Reptile Consulting & Services    604-REPTILE    http://www.reptile.ca/
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to