Home | Trees | Index | Help |
|
---|
Package wx :: Class Frame |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ | Frame
AuiMDIParentFrame
,
DocChildFrame
,
DocParentFrame
,
DocTabbedParentFrame
,
FillingFrame
,
Frame
,
HtmlHelpFrame
,
InspectionFrame
,
MDIChildFrame
,
MDIParentFrame
,
MiniFrame
,
PreviewFrame
,
ProgressDialog
,
SplashScreen
,
SplashScreen
,
TestFrame
Proxy of C++ Frame class
Method Summary | |
---|---|
Frame | __init__(self,
parent,
id,
title,
pos,
size,
style,
name)
|
bool | Command(self,
winid)
|
bool |
Create the GUI part of the Window for 2-phase creation mode. |
StatusBar | CreateStatusBar(self,
number,
style,
winid,
name)
|
wxToolBar | CreateToolBar(self,
style,
winid,
name)
|
DoGiveHelp(self,
text,
show)
| |
DoMenuUpdates(self,
menu)
| |
VisualAttributes |
Get the default attributes for this class. (Static method) |
MenuBar | GetMenuBar(self)
|
StatusBar | GetStatusBar(self)
|
int | GetStatusBarPane(self)
|
wxToolBar | GetToolBar(self)
|
PopStatusText(self,
number)
| |
bool | ProcessCommand(self,
winid)
|
PushStatusText(self,
text,
number)
| |
SendSizeEvent(self)
| |
SetMenuBar(self,
menubar)
| |
SetStatusBar(self,
statBar)
| |
SetStatusBarPane(self,
n)
| |
SetStatusText(self,
text,
number)
| |
SetStatusWidths(self,
widths)
| |
SetToolBar(self,
toolbar)
|
Property Summary | |
---|---|
MenuBar : See GetMenuBar and SetMenuBar | |
StatusBar : See GetStatusBar and SetStatusBar | |
StatusBarPane : See GetStatusBarPane and SetStatusBarPane | |
thisown : The membership flag | |
ToolBar : See GetToolBar and SetToolBar |
Instance Method Details |
---|
Create(self, parent, id=-1, title=EmptyString, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE, name=FrameNameStr)Create the GUI part of the Window for 2-phase creation mode.
|
Static Method Details |
---|
GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)Get the default attributes for this class. This is useful if you want to use the same font or colour in your own control as in a standard control -- which is a much better idea than hard coding specific colours or fonts which might look completely out of place on the user's system, especially if it uses themes. The variant parameter is only relevant under Mac currently and is
ignore under other platforms. Under Mac, it will change the size of
the returned font. See
|
Property Details |
---|
MenuBarSee
|
StatusBarSee
|
StatusBarPaneSee
|
thisownThe membership flag |
ToolBarSee
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:11:51 2007 | http://epydoc.sf.net |