Hi Baltasar,

On 01.01.2017 20:19, Baltasar García Perez-Schofield wrote:
> Hi, Sascha,
>
> You have a beginner's tutorial here:
> http://zetcode.com/gui/gtksharp/
A good starting point :-)
>
> I suspect that you want to "connect" your properties with the
> corresponding widgets. In order to do that, you need to create events.
> For example, say that your "ok" button is called "btOk":
>
> ==
> btOk.Clicked += (o, e) => {
>     Title = entry2.Text;
>     // ...more assignments
> }
> ==
>
Thank you very much for helping. It looks good.

Greetings
Sascha

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/gtk-sharp-list

Reply via email to