Prev: Looking for ideas for reproducing a Tk 8.4 interface under Tk8.5
Next: : how to resize a toplevel?
From: Georgios Petasis on 19 Feb 2010 17:01 Hi all, I am facing the following problem: I have a Tk toplevel. Under windows, a toplevel is composed by two windows: the window that corresponds to the toplevel as Tk sees it (i.e. we have a Tk_Win for it), and a wrapper one, that is the correct toplevel from the OS perspective (and we need this to hold the menubar). I do have the two windows (tk's & the wrapper) and I want to "shrink" the inner one, so as there is padding between the wrapper window andthe one seen by Tk (and we can place tk widgets in it). How can this be done? (Windows API is ok, I need a windows only solution). Regards, George
|
Pages: 1 Prev: Looking for ideas for reproducing a Tk 8.4 interface under Tk8.5 Next: : how to resize a toplevel? |