[glade--] basic question
Ori Idan <[email protected]> Thu, 19 May 2005 18:36:39 +0300
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
I created code using glademm (with Anjuta).
I had one window named window1, on this window I have one entry named
entry1.
My question is how do I set the text of entry1 from the main function or
any other function.
I tried window1->entry1->set_text("hello world");
and got an error that entry1 is not a member of window1.
--
Ori Idan