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.

Reply via email to