Class: Wx::PropertySheetDialogFlags
- Inherits:
-
Enum
- Object
- Enum
- Wx::PropertySheetDialogFlags
- Defined in:
- lib/wx/doc/gen/property_sheet_dialog.rb
Overview
Values used by Wx::PropertySheetDialog#set_sheet_style.
Constant Summary collapse
- PROPSHEET_DEFAULT =
Uses the default look and feel for the controller window, normally a notebook except on Smartphone where a choice control is used.
Wx::PropertySheetDialogFlags.new(1)
- PROPSHEET_NOTEBOOK =
Uses a notebook for the controller window.
Wx::PropertySheetDialogFlags.new(2)
- PROPSHEET_TOOLBOOK =
Uses a toolbook for the controller window.
Wx::PropertySheetDialogFlags.new(4)
- PROPSHEET_CHOICEBOOK =
Uses a choicebook for the controller window.
Wx::PropertySheetDialogFlags.new(8)
- PROPSHEET_LISTBOOK =
Uses a listbook for the controller window.
Wx::PropertySheetDialogFlags.new(16)
- PROPSHEET_BUTTONTOOLBOOK =
Uses a button toolbox for the controller window.
Wx::PropertySheetDialogFlags.new(32)
- PROPSHEET_TREEBOOK =
Uses a treebook for the controller window.
Wx::PropertySheetDialogFlags.new(64)
- PROPSHEET_SHRINKTOFIT =
Shrinks the dialog window to fit the currently selected page (common behaviour for property sheets on macOS).
Wx::PropertySheetDialogFlags.new(256)