Contains common classes and functions
Bases: wx._core.Menu
Append(self, int id, String text=EmptyString, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem
Bind an event to an event handler.
Parameters: |
|
---|
See GetClassName
Deletes the C++ object this Python object is a proxy for.
Disconnect(self, int id, int lastId=-1, EventType eventType=wxEVT_NULL, PyObject func=None) -> bool
See GetEventHandler and SetEventHandler
See GetEvtHandlerEnabled and SetEvtHandlerEnabled
Returns the class name of the C++ class using wxRTTI.
See GetHelpString and SetHelpString
Insert(self, size_t pos, int id, String text=EmptyString, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem
See GetInvokingWindow and SetInvokingWindow
For wx.Objects that use C++ reference counting internally, this method can be used to determine if two objects are referencing the same data object.
See GetMenuBar
See GetMenuItemCount
See GetMenuItems
See GetNextHandler and SetNextHandler
See GetParent and SetParent
Prepend(self, int id, String text=EmptyString, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem
See GetPreviousHandler and SetPreviousHandler
See GetStyle
See GetTitle and SetTitle
Disconnects the event handler binding for event from self. Returns True if successful.
alias of type
x.__delattr__(‘name’) <==> del x.name
x.__getattribute__(‘name’) <==> x.name
x.__hash__() <==> hash(x)
helper for pickle
helper for pickle
x.__setattr__(‘name’, value) <==> x.name = value
x.__str__() <==> str(x)
list of weak references to the object (if defined)
The membership flag
Parameters: | item – txtcrtl containing a value |
---|
Return a float in a standardized, human-readable formatted string
this method remove the begin and end tags given by the user from the string .
Parameters: |
|
---|---|
Returns: | begin_flag==True if begin was found, end_flag==if end was found else return false, false |
remove “_” in front of a name
returns a list of string without white space of separator
Parameters: | separator – the string to remove |
---|
return a list of string without white space of separator
Parameters: | separator – the string to remove |
---|