wx.FileDialogCheckBox¶
Represents a custom checkbox inside wx.FileDialog.
Objects of this class can only be created by wx.FileDialogCustomize.AddCheckBox
.
It is possible to bind to wxEVT_CHECKBOX events on this object, which will be generated when the checkbox is clicked.
See wx.FileDialogCustomControl for more information.
Added in version 4.1/wxWidgets-3.1.7.
Class Hierarchy¶
Methods Summary¶
Return |
|
Check or uncheck the checkbox. |