Class: Wx::Stretch

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

Overview

Generic stretch values.

Constant Summary collapse

STRETCH_NOT =
Wx::Stretch.new(0)
SHRINK =
Wx::Stretch.new(4096)
GROW =
Wx::Stretch.new(8192)
EXPAND =
Wx::Stretch.new(8192)
SHAPED =
Wx::Stretch.new(16384)
TILE =
Wx::Stretch.new(49152)
STRETCH_MASK =
Wx::Stretch.new(28672)

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