wx.WindowIDRef¶A WindowIDRef object wraps an
IDvalue and marks it as being in-use until all references to thatIDare gone.
Class Hierarchy¶
Inheritance diagram for class WindowIDRef:
Methods Summary¶Default constructor |
|
Alias for GetValue allowing the IDRef to be passed as the source parameter to |
|
Get the |
|
Alias for GetValue allowing the IDRef to be passed as the WindowID parameter when creating widgets or etc. |
|
Properties Summary¶See |
|
See |
Class API¶Possible constructors:
WindowIDRef()
WindowIDRef(id)
WindowIDRef(idref)
A WindowIDRef object wraps an ID value and marks it as being in-use
until all references to that ID are gone.
__init__ (self)
Default constructor
__init__ (self, id)
Create reference from an ID
id (int) –
__init__ (self, idref)
Copy an ID reference
idref (WindowIDRef) –
Alias for GetValue allowing the IDRef to be passed as the source parameter to wx.EvtHandler.Bind.
int
Get the ID value
int
bool
bool
bool
Alias for GetValue allowing the IDRef to be passed as the WindowID parameter when creating widgets or etc.
int
bool
bool
bool