[glade--]Some questions



Hi,

I have to some questions regarding the handling of glademm output files:

1. The user guide mentions glade support files. I don't see any (but
everything
seems to work the way it should). Do I need them? Where they are? And what
is a widget map?

2. Normally, all windows of a project are displayed at once. Of course, I
don't
want the user to see all dialog windows at once when starting up the
programme.
So, I put a hide_all() into the constructor of each (dialog window) class.
The
result was that all dialog windows got drawn and immediately got hidden BUT
left a grey rectangular area where they appeared (which didn't go away).
Is there a way to fix this without touching the *_glade.?? files and
commenting
out the xyzwindow->show_all() parts?

3. A very similar question: I want to disable the so-called fileop buttons
in the
file selection dialog. But thus the according class has the file selection
dialog
creation in the constructor I doubt I'll be able to turn them off (or get
rid of
them) without manipulating the *_glade.cc file (see question above). Or do
I misunderstand something and just have to put the hide_fileop_buttons()
into
the constructor of my corresponding class?

Thank you so much for helping!
Bye,
Michael.

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]