[Glade-users] How to show a new window?
Jeff Simpson
llcooljeff at gmail.com
Tue Oct 18 15:53:02 EDT 2005
I have a question that I can't seem to find an answer to on google.
I have a program that uses a single window. Using glademm, gtkmm, etc, it
generated the
following code for my Main function:
Gtk::Main m(&argc, &argv);
winOscilloscope *winOscilloscope = new class winOscilloscope();
m.run(*winOscilloscope);
delete winOscilloscope;
return 0;
This works well, but now I want to add another window to the program.
Specifically, I want to make
a configuration dialog that I can open and close, controlled by widgets in
the original window. What
is the correct way to add this into a program that is built with glade?
Thanks!
- Jeff Simpson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20051018/7ff19a4a/attachment.html
More information about the Glade-users
mailing list