Class: Wx::PG::PG_WINDOW_STYLES
- Defined in:
- lib/wx/doc/gen/pg/pg_validation_info.rb
Overview
wxPropertyGrid Window Styles
SetWindowStyleFlag method can be used to modify some of these at run-time.
Constant Summary collapse
- PG_AUTO_SORT =
This will cause Sort() automatically after an item is added.
Wx::PG::PG_WINDOW_STYLES.new(16)
- PG_HIDE_CATEGORIES =
Categories are not initially shown (even if added).
Wx::PG::PG_WINDOW_STYLES.new(32)
- PG_ALPHABETIC_MODE =
This style combines non-categoric mode and automatic sorting.
Wx::PG::PG_WINDOW_STYLES.new(48)
- PG_BOLD_MODIFIED =
Modified values are shown in bold font.
Wx::PG::PG_WINDOW_STYLES.new(64)
- PG_SPLITTER_AUTO_CENTER =
When Wx::PG::PropertyGrid is resized, splitter moves to the center.
Wx::PG::PG_WINDOW_STYLES.new(128)
- PG_TOOLTIPS =
Display tool tips for cell text that cannot be shown completely.
Wx::PG::PG_WINDOW_STYLES.new(256)
- PG_HIDE_MARGIN =
Disables margin and hides all expand/collapse buttons that would appear outside the margin (for sub-properties).
Wx::PG::PG_WINDOW_STYLES.new(512)
- PG_STATIC_SPLITTER =
This style prevents user from moving the splitter.
Wx::PG::PG_WINDOW_STYLES.new(1024)
- PG_STATIC_LAYOUT =
Combination of other styles that make it impossible for user to modify the layout.
Wx::PG::PG_WINDOW_STYLES.new(1536)
- PG_LIMITED_EDITING =
Disables TextCtrl based editors for properties which can be edited in another way.
Wx::PG::PG_WINDOW_STYLES.new(2048)
- PG_TOOLBAR =
Wx::PG::PropertyGridManager only: Show tool bar for mode and page selection.
Wx::PG::PG_WINDOW_STYLES.new(4096)
- PG_DESCRIPTION =
Wx::PG::PropertyGridManager only: Show adjustable text box showing description or help text, if available, for currently selected property.
Wx::PG::PG_WINDOW_STYLES.new(8192)
- PG_NO_INTERNAL_BORDER =
Wx::PG::PropertyGridManager only: don’t show an internal border around the property grid.
Wx::PG::PG_WINDOW_STYLES.new(16384)
- PG_WINDOW_STYLE_MASK =
A mask which can be used to filter (out) all styles.
Wx::PG::PG_WINDOW_STYLES.new(32752)
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