[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: a simple addition program(using event handling)
- From: Thomas Mailund <mailund mailund dk>
- To: GTK+ App devel list <gtk-app-devel-list gnome org>
- Subject: Re: a simple addition program(using event handling)
- Date: 30 Aug 2001 19:44:33 +0930
On Thu, 2001-08-30 at 20:42, manchalapraveenk reddy wrote:
> hi all,
> i am again here for ur help.
> i want to be placed 3 text entries and a button in
> which i have to give two inteter numbers in two of the
> entries and and after pressing the button i must get
> the sum of the contents of the two text entries in the
> third text entry
working from the example I just sent that shouldn't be too hard to
achive. Extract the text from the two entries, translate the text into
integers, add them, translate the sum back into a string and put that
string in the third entry.
> and i also want the handling of the
> event specifically on_button1_clicked and a
> description of the parameters of them.
I don't follow you here...
/mailund
--
"To alchohol: the cause of and solution to all of lifes problems"
-Homer Simpson
PGP signature
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]