phoenix_title 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 Class Hierarchy¶

Inheritance diagram for class FileDialogCheckBox:

method_summary Methods Summary¶

GetValue

Return True if the checkbox is checked.

SetValue

Check or uncheck the checkbox.


property_summary Properties Summary¶

Value

See GetValue and SetValue


api Class API¶

class wx.FileDialogCheckBox(FileDialogCustomControl)¶

Represents a custom checkbox inside FileDialog.


Methods¶

GetValue(self)¶

Return True if the checkbox is checked.

Return type:

bool



SetValue(self, value)¶

Check or uncheck the checkbox.

Parameters:

value (bool)

Return type:

None


Properties¶

Value¶

See GetValue and SetValue