[wxPython] Two-phase create with wxMDIParentFrame

RE: [wxPython] Two-phase create with wxMDIParentFrame

···

-----Original Message-----

From: Robin Dunn [mailto:robin@alldunn.com]

Sent: Wed, 2002 January 02 19:24

To: wxpython-users@lists.wxwindows.org

Subject: Re: [wxPython] Two-phase create with wxMDIParentFrame

Is this possible with wxPython?

I can’t see how but OnCreateClient doesn’t seem to be called during a

single-phase create.

Allowing C++ virtual methods to be implemented in Python takes special

support in the wxPython wrappers for each class and method, which hasn’t

been done for wxMDIParentFrame (yet.) Two-phase create is possible but I

don’t think it will help you substitute your own client window. Why do you

need it?

I was trying to make the MDIParent create a toolbar type of window (thin title bar) as a child but I think I misunderstood the purpose of the initial frame.

In fact, I’m still at a mystery about the purpose of the 0x0 frame created when you create the MDI parent frame. What’s it for? :slight_smile:

Dale Strickland-Clark

Riverhall Systems Ltd. Custom database and Web applications.

Offices: London: 020 7448 9795 Wokingham: 0870 321 2378

Mobile 0701 071 DALE (3253)

In fact, I'm still at a mystery about the purpose of the 0x0 frame created
when you create the MDI parent frame. What's it for? :slight_smile:

What do you mean by 0x0 frame?

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!