Robert Schwebel <[EMAIL PROTECTED]> writes: > Gtk::Button *tb; > tb = new Gtk::Button("Test"); > publicframe->add(*tb); > tb->show; shouldnt this be: tb->show(); -- -- Tero Pulkkinen -- [EMAIL PROTECTED] -- +---------------------------------------------------------------------+ To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the line "unsubscribe glade-devel" in the body of the message.
- Manipulating widgets in C++ Robert Schwebel
- Re: Manipulating widgets in C++ pareshg
- Re: Manipulating widgets in C++ Robert Schwebel
- Re: Manipulating widgets in C++ Tero Pulkkinen
- Re: Manipulating widgets in C++ Robert Schwebel
- Re: Manipulating widgets in C++ Michael Vance
- Re: Manipulating widgets in C++ Craig Main
- problem montse