Methode for reduce a "frame" at its title bar.

hello,

i search a method for to roll and unroll a "frame". I have attached a
little example, tested under Windows seven, Linux Ubuntu and Mac OSX.

My example is buggy only in fullscreen mode on Windows and do not work on linux.

What to do ?

Thanks for your previous messages on other subject.

Roll_UnRoll_Test.py (2.8 KB)

Use self.SetClientSize((-1, 0)) instead of SetSize. That should work on all platforms.

···

On 10/4/10 8:24 AM, jcie python wrote:

hello,

i search a method for to roll and unroll a "frame". I have attached a
little example, tested under Windows seven, Linux Ubuntu and Mac OSX.

My example is buggy only in fullscreen mode on Windows and do not work on linux.

What to do ?

--
Robin Dunn
Software Craftsman