Class: Wx::SF::Shape::HALIGN

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/shapes/shape.rb

Overview

Flags for set_h_align function

Constant Summary collapse

NONE =
self.new(0)
LEFT =
self.new(1)
CENTER =
self.new(2)
RIGHT =
self.new(3)
EXPAND =
self.new(4)
LINE_START =
self.new(5)
LINE_END =
self.new(6)

Method Summary

Methods inherited from Enum

#init_from_serialized