Many people use toplevels because they not be packed. Usually toplevels clutter the screen estate and can not be fit into an applet or gui set up. If not strcuctly necessary don't use a toplevel. If you must do so, then create a separate toplevel to which you pack your widget.
interface toplevel : frame { // USE TOPLEVELS WITH CARE
<widgets/toplevel.h>
sources/java/hush.dv.widgets.toplevel
toplevel();
toplevel(char* p, char* options = "");
toplevel(widget* w, char* p, char* options = "");
};
background, borderwidth, geometry, relief
widget -- file <widgets/toplevel.h>
|
Hush Online Technology
hush@cs.vu.nl
09/24/99 |
|
|