phoenix_title wx.aui.AuiMDIClientWindow


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiMDIClientWindow:

method_summary Methods Summary

__init__

CreateClient

GetActiveChild

GetClassDefaultAttributes

SetActiveChild

SetSelection

Sets the page selection.


property_summary Properties Summary

ActiveChild

See GetActiveChild and SetActiveChild


api Class API

class wx.aui.AuiMDIClientWindow(AuiNotebook)

Possible constructors:

AuiMDIClientWindow()

AuiMDIClientWindow(parent, style=0)

Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)



__init__ (self, parent, style=0)

Parameters:





CreateClient(self, parent, style=VSCROLL|HSCROLL)
Parameters:
Return type:

bool



GetActiveChild(self)
Return type:

wx.aui.AuiMDIChildFrame



static GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)
Parameters:

variant (WindowVariant) –

Return type:

VisualAttributes



SetActiveChild(self, pChildFrame)
Parameters:

pChildFrame (wx.aui.AuiMDIChildFrame) –



SetSelection(self, new_page)

Sets the page selection.

Calling this method will generate a page change event.

Parameters:

new_page (int) –

Return type:

int


Properties

ActiveChild

See GetActiveChild and SetActiveChild