Inheritance diagram for AuiFloatingFrame:
Bases: wx._windows.Frame
AuiFloatingFrame is the frame class that holds floating panes.
Default class constructor. Used internally, do not call it in your code!
Parameters: |
|
---|
Copies all the attributes of the input pane into another L{AuiPaneInfo}.
Parameter: | pane – the source L{AuiPaneInfo} from where to copy attributes. |
---|
Handles the wx.EVT_ACTIVATE event for L{AuiFloatingFrame}.
Parameter: | event – a L{wx.ActivateEvent} to be processed. |
---|
Handles the wx.EVT_CLOSE event for L{AuiFloatingFrame}.
Parameter: | event – a L{wx.CloseEvent} to be processed. |
---|
Handles the EVT_AUI_FIND_MANAGER event for L{AuiFloatingFrame}.
Parameter: | event – a EVT_AUI_FIND_MANAGER event to be processed. |
---|
Handles the wx.EVT_MOVE event for L{AuiFloatingFrame}.
Parameter: | event – a L{wx.MoveEvent} to be processed. |
---|
Handles the wx.EVT_SIZE event for L{AuiFloatingFrame}.
Parameter: | event – a L{wx.SizeEvent} to be processed. |
---|
Sets all the properties of a pane.
Parameter: | pane – the L{AuiPaneInfo} to analyze. |
---|