Class: Wx::Alignment

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

Overview

Generic alignment values.

Can be combined together.

Constant Summary collapse

ALIGN_INVALID =

A value different from any valid alignment value.

Wx::Alignment.new(-1)
ALIGN_NOT =
Wx::Alignment.new(0)
ALIGN_CENTER_HORIZONTAL =
Wx::Alignment.new(256)
ALIGN_CENTRE_HORIZONTAL =
Wx::Alignment.new(256)
ALIGN_LEFT =
Wx::Alignment.new(0)
ALIGN_TOP =
Wx::Alignment.new(0)
ALIGN_RIGHT =
Wx::Alignment.new(512)
ALIGN_BOTTOM =
Wx::Alignment.new(1024)
ALIGN_CENTER_VERTICAL =
Wx::Alignment.new(2048)
ALIGN_CENTRE_VERTICAL =
Wx::Alignment.new(2048)
ALIGN_CENTER =
Wx::Alignment.new(2304)
ALIGN_CENTRE =
Wx::Alignment.new(2304)
ALIGN_MASK =

A mask to extract alignment from the combination of flags.

Wx::Alignment.new(3840)

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