enum

GSDL::Menu::IconPlacement

Inherits Enum < Comparable < Value < Object

Constants

Left = 0
Right = 1
Both = 2

Instance methods

both?

Returns true if this enum value equals Both

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source