Re: [glade--] basic question

Philipp Klaus Krause <[email protected]> Thu, 26 May 2005 11:51:04 +0200
Newsgroups gmane.comp.gnome.glademm
Message-ID <[email protected]>
Ori Idan schrieb:

> Thank you very much it did the trick, I wonder why visibility of the
> object is private by default? after all objects are made to be used...

But some objects are made to be used only for very simple things:
A button with static text, which serves only to emit a signal
when clicked doesn't have to be exposed to other parts of the program.

Philipp