Class: Wx::PG::PropertyGridInterface::EditableStateFlags
- Defined in:
- lib/wx/doc/gen/pg/property_grid_interface.rb
Overview
Flags for #save_editable_state and #restore_editable_state.
Constant Summary collapse
- SelectionState =
Include selected property.
Wx::PG::PropertyGridInterface::EditableStateFlags.new(1)
- ExpandedState =
Include expanded/collapsed property information.
Wx::PG::PropertyGridInterface::EditableStateFlags.new(2)
- ScrollPosState =
Include scrolled position.
Wx::PG::PropertyGridInterface::EditableStateFlags.new(4)
- PageState =
Include selected page information.
Wx::PG::PropertyGridInterface::EditableStateFlags.new(8)
- SplitterPosState =
Include splitter position.
Wx::PG::PropertyGridInterface::EditableStateFlags.new(16)
- DescBoxState =
Include description box size.
Wx::PG::PropertyGridInterface::EditableStateFlags.new(32)
- AllStates =
Include all supported user editable state information.
Wx::PG::PropertyGridInterface::EditableStateFlags.new(63)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum