Class: Wx::PG::PGSplitterPositionFlags

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

Overview

Flags for Wx::PG::PropertyGridPageState#do_set_splitter.

Requires:

  • USE_PROPGRID

Constant Summary collapse

Null =

No special flags.

Wx::PG::PGSplitterPositionFlags.new(0)
Refresh =

Refresh the grid after setting splitter position.

Wx::PG::PGSplitterPositionFlags.new(1)
AllPages =

Set splitter position for all pages.

Wx::PG::PGSplitterPositionFlags.new(2)

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