Module: Wx::PG

Defined in:
lib/wx/doc/pg/pgeditor.rb,
lib/wx/doc/gen/pg/pg_cell.rb,
lib/wx/doc/pg/pg_property.rb,
lib/wx/doc/gen/pg/pg_editor.rb,
lib/wx/doc/pg/property_grid.rb,
lib/wx/doc/gen/pg/pg_property.rb,
lib/wx/doc/gen/pg/pg_properties.rb,
lib/wx/doc/gen/pg/property_grid.rb,
lib/wx/doc/gen/pg/pg_multi_button.rb,
lib/wx/doc/gen/pg/pg_validation_info.rb,
lib/wx/doc/gen/pg/property_grid_page.rb,
lib/wx/doc/gen/pg/property_grid_event.rb,
lib/wx/doc/pg/property_grid_interface.rb,
lib/wx/doc/gen/pg/property_grid_manager.rb,
lib/wx/doc/gen/pg/pg_array_editor_dialog.rb,
lib/wx/doc/pg/numeric_property_validator.rb,
lib/wx/doc/gen/pg/property_grid_interface.rb,
lib/wx/doc/gen/pg/property_grid_page_state.rb,
lib/wx/doc/gen/pg/numeric_property_validator.rb

Defined Under Namespace

Modules: PropertyGridInterface Classes: ArrayStringProperty, BoolProperty, ColourProperty, ColourPropertyValue, CursorProperty, DateProperty, DirProperty, EditEnumProperty, EditorDialogProperty, EnumProperty, FileProperty, FlagsProperty, FloatProperty, FontProperty, ImageFileProperty, IntProperty, LongStringProperty, MultiChoiceProperty, NumericProperty, NumericPropertyValidator, PGArrayEditorDialog, PGArrayStringEditorDialog, PGCell, PGCellData, PGCheckBoxEditor, PGChoiceAndButtonEditor, PGChoiceEditor, PGChoiceEntry, PGChoices, PGComboBoxEditor, PGEditor, PGEditorDialogAdapter, PGKeyboardAction, PGMultiButton, PGNumericValidationMode, PGPaintData, PGPropValFormatFlags, PGProperty, PGPropertyFlags, PGPropertyValuesFlags, PGSelectPropertyFlags, PGSetValueFlags, PGSpinCtrlEditor, PGTextCtrlAndButtonEditor, PGTextCtrlEditor, PGVFBFlags, PGValidationInfo, PG_EX_WINDOW_STYLES, PG_ITERATOR_FLAGS, PG_WINDOW_STYLES, PropertyCategory, PropertyGrid, PropertyGridEvent, PropertyGridHitTestResult, PropertyGridManager, PropertyGridPage, PropertyGridPageState, StringProperty, SystemColourProperty, UIntProperty

Constant Summary collapse

PG_EDITOR_TEXT_CTRL =

Standard property text editor

Wx::PG::PGEditor.get_standard_editor_class('TextCtrl')
PG_EDITOR_TEXT_CTRL_AND_BUTTON =

Standard property text editor with custom editor dialog button

Wx::PG::PGEditor.get_standard_editor_class('TextCtrlAndButton')
PG_EDITOR_CHOICE =

Standard choice property editor

Wx::PG::PGEditor.get_standard_editor_class('Choice')
PG_EDITOR_CHOICE_AND_BUTTON =

Standard choice property editor with custom editor dialog button

Wx::PG::PGEditor.get_standard_editor_class('ChoiceAndButton')
PG_EDITOR_CHECK_BOX =

Standard checkbox property editor

Wx::PG::PGEditor.get_standard_editor_class('CheckBox')
PG_EDITOR_COMBO_BOX =

Standard combobox property editor

Wx::PG::PGEditor.get_standard_editor_class('ComboBox')
PG_EDITOR_SPIN_CTRL =

Standard spin control property editor

Wx::PG::PGEditor.get_standard_editor_class('SpinCtrl')
PG_EDITOR_DATE_PICKER_CTRL =

Standard date picker property editor

Wx::PG::PGEditor.get_standard_editor_class('DatePickerCtrl')
PG_LABEL =
Wx::PG::PG_LABEL_STRING
PG_DEFAULT_IMAGE_SIZE =
Wx::DEFAULT_SIZE
PG_COLOUR_WEB_BASE =

Web colour is currently unsupported.

65536
PG_COLOUR_CUSTOM =
16777215
PG_COLOUR_UNSPECIFIED =
16777216
PG_ATTR_DEFAULT_VALUE =
"DefaultValue"
PG_ATTR_MIN =
"Min"
PG_ATTR_MAX =
"Max"
PG_ATTR_UNITS =
"Units"
PG_ATTR_HINT =
"Hint"
PG_ATTR_AUTOCOMPLETE =
"AutoComplete"
PG_BOOL_USE_CHECKBOX =
"UseCheckbox"
PG_BOOL_USE_DOUBLE_CLICK_CYCLING =
"UseDClickCycling"
PG_FLOAT_PRECISION =
"Precision"
PG_STRING_PASSWORD =
"Password"
PG_UINT_BASE =
"Base"
PG_UINT_PREFIX =
"Prefix"
PG_DIALOG_TITLE =
"DialogTitle"
PG_FILE_WILDCARD =
"Wildcard"
PG_FILE_SHOW_FULL_PATH =
"ShowFullPath"
PG_FILE_SHOW_RELATIVE_PATH =
"ShowRelativePath"
PG_FILE_INITIAL_PATH =
"InitialPath"
PG_FILE_DIALOG_STYLE =
"DialogStyle"
PG_ARRAY_DELIMITER =
"Delimiter"
PG_DATE_FORMAT =
"DateFormat"
PG_DATE_PICKER_STYLE =
"PickerStyle"
PG_ATTR_SPINCTRL_STEP =
"Step"
PG_ATTR_SPINCTRL_WRAP =
"Wrap"
PG_ATTR_SPINCTRL_MOTION =
"MotionSpin"
PG_ATTR_MULTICHOICE_USERSTRINGMODE =
"UserStringMode"
PG_COLOUR_ALLOW_CUSTOM =
"AllowCustom"
PG_COLOUR_HAS_ALPHA =
"HasAlpha"
PG_INVALID_VALUE =

Used to indicate Wx::PG::PGChoices#add etc that the value is actually not given by the caller.

2147483647
PG_BASE_OCT =

Constant for PG_UINT_BASE attribute.

8
PG_BASE_DEC =

Constant for PG_UINT_BASE attribute.

10
PG_BASE_HEX =

Constant for PG_UINT_BASE attribute.

16
PG_BASE_HEXL =

Constant for PG_UINT_BASE attribute.

32
PG_PREFIX_NONE =

Constant for PG_UINT_PREFIX attribute.

0
PG_PREFIX_0X =

Constant for PG_UINT_PREFIX attribute.

1
PG_PREFIX_DOLLAR_SIGN =

Constant for PG_UINT_PREFIX attribute.

2
EVT_PG_SELECTED =
10372
EVT_PG_CHANGING =
10373
EVT_PG_CHANGED =
10374
EVT_PG_HIGHLIGHTED =
10375
EVT_PG_RIGHT_CLICK =
10376
EVT_PG_PAGE_CHANGED =
10377
EVT_PG_ITEM_COLLAPSED =
10379
EVT_PG_ITEM_EXPANDED =
10378
EVT_PG_DOUBLE_CLICK =
10380
EVT_PG_LABEL_EDIT_BEGIN =
10381
EVT_PG_LABEL_EDIT_ENDING =
10382
EVT_PG_COL_BEGIN_DRAG =
10383
EVT_PG_COL_DRAGGING =
10384
EVT_PG_COL_END_DRAG =
10385
PG_DEFAULT_STYLE =

Combines various styles.

0
PGMAN_DEFAULT_STYLE =

Combines various styles.

0
AEDIALOG_STYLE =
536877141

Class Method Summary collapse

Class Method Details

.pg_get_default_image_wildcardWx::String

Returns:

  • (Wx::String)


24
# File 'lib/wx/doc/gen/pg/pg_editor.rb', line 24

def self.pg_get_default_image_wildcard; end