Class: Wx::PG::PG_EX_WINDOW_STYLES

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/pg/pg_validation_info.rb

Overview

NOTE: Wx::PG_EX_xxx are extra window styles and must be set using SetExtraStyle() member function.

Requires:

  • USE_PROPGRID

Constant Summary collapse

PG_EX_INIT_NOCAT =

Speeds up switching to Wx::PG::PG_WINDOW_STYLES::PG_HIDE_CATEGORIES mode.

Wx::PG::PG_EX_WINDOW_STYLES.new(4096)
PG_EX_NO_FLAT_TOOLBAR =

Extended window style that sets Wx::PG::PropertyGridManager tool bar to not use flat style.

Wx::PG::PG_EX_WINDOW_STYLES.new(8192)
PG_EX_MODE_BUTTONS =

Shows alphabetic/categoric mode buttons on Wx::PG::PropertyGridManager tool bar.

Wx::PG::PG_EX_WINDOW_STYLES.new(32768)
PG_EX_HELP_AS_TOOLTIPS =

Show property help strings as tool tips instead as text on the status bar.

Wx::PG::PG_EX_WINDOW_STYLES.new(65536)
PG_EX_NATIVE_DOUBLE_BUFFERING =

Allows relying on native double-buffering.

Wx::PG::PG_EX_WINDOW_STYLES.new(524288)
PG_EX_AUTO_UNSPECIFIED_VALUES =

Set this style to let user have ability to set values of properties to unspecified state.

Wx::PG::PG_EX_WINDOW_STYLES.new(2097152)
PG_EX_WRITEONLY_BUILTIN_ATTRIBUTES =

If this style is used, built-in attributes (such as Wx::PG::PG_FLOAT_PRECISION and Wx::PG::PG_STRING_PASSWORD) are not stored into property’s attribute storage (thus they are not readable).

Wx::PG::PG_EX_WINDOW_STYLES.new(4194304)
PG_EX_HIDE_PAGE_BUTTONS =

Hides page selection buttons from Wx::PG::PropertyGridManager tool bar.

Wx::PG::PG_EX_WINDOW_STYLES.new(16777216)
PG_EX_MULTIPLE_SELECTION =

Allows multiple properties to be selected by user (by pressing SHIFT when clicking on a property, or by dragging with left mouse button down).

Wx::PG::PG_EX_WINDOW_STYLES.new(33554432)
PG_EX_ENABLE_TLP_TRACKING =

This enables top-level window tracking which allows Wx::PG::PropertyGrid to notify the application of last-minute property value changes by user.

Wx::PG::PG_EX_WINDOW_STYLES.new(67108864)
PG_EX_NO_TOOLBAR_DIVIDER =

Don’t show divider above Wx::PG::PropertyGridManager toolbar (WXMSW only).

Wx::PG::PG_EX_WINDOW_STYLES.new(134217728)
PG_EX_TOOLBAR_SEPARATOR =

Show a separator below the Wx::PG::PropertyGridManager toolbar.

Wx::PG::PG_EX_WINDOW_STYLES.new(268435456)
PG_EX_ALWAYS_ALLOW_FOCUS =

Allows taking focus on the entire area (on canvas) even if Wx::PG::PropertyGrid is not a standalone control.

Wx::PG::PG_EX_WINDOW_STYLES.new(1048576)
PG_EX_WINDOW_PG_STYLE_MASK =

A mask which can be used to filter (out) all extra styles applicable to Wx::PG::PropertyGrid.

Wx::PG::PG_EX_WINDOW_STYLES.new(108597248)
PG_EX_WINDOW_PGMAN_STYLE_MASK =

A mask which can be used to filter (out) all extra styles applicable to Wx::PG::PropertyGridManager.

Wx::PG::PG_EX_WINDOW_STYLES.new(419471360)
PG_EX_WINDOW_STYLE_MASK =

A mask which can be used to filter (out) all extra styles.

Wx::PG::PG_EX_WINDOW_STYLES.new(528068608)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #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