gtk# – Getting input text from entry, clicking a button and display that text in label
I am using gtk# at monodev and i’m trying to do a simple GUI application that gets weight input and converts it to kg or lbs. Firstly, i’m trying to understand the basics, i wanted to know how to get the entry input after clicking my button and displaying that input text in my label.