Class: Wx::SF::Shape::BBMODE

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

Overview

Bit flags for Wx::SF::Shape get_complete_bounding_box function

Constant Summary collapse

SELF =
self.new(1)
CHILDREN =
self.new(2)
CONNECTIONS =
self.new(4)
SHADOW =
self.new(8)
ALL =
self.new(15)

Method Summary

Methods inherited from Enum

#init_from_serialized