Class: Wx::ShowEffect

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

Overview

Constant Summary collapse

SHOW_EFFECT_NONE =

No effect, equivalent to normal Window#show or Hide() call.

Wx::ShowEffect.new(0)
SHOW_EFFECT_ROLL_TO_LEFT =

Roll window to the left.

Wx::ShowEffect.new(1)
SHOW_EFFECT_ROLL_TO_RIGHT =

Roll window to the right.

Wx::ShowEffect.new(2)
SHOW_EFFECT_ROLL_TO_TOP =

Roll window to the top.

Wx::ShowEffect.new(3)
SHOW_EFFECT_ROLL_TO_BOTTOM =

Roll window to the bottom.

Wx::ShowEffect.new(4)
SHOW_EFFECT_SLIDE_TO_LEFT =

Slide window to the left.

Wx::ShowEffect.new(5)
SHOW_EFFECT_SLIDE_TO_RIGHT =

Slide window to the right.

Wx::ShowEffect.new(6)
SHOW_EFFECT_SLIDE_TO_TOP =

Slide window to the top.

Wx::ShowEffect.new(7)
SHOW_EFFECT_SLIDE_TO_BOTTOM =

Slide window to the bottom.

Wx::ShowEffect.new(8)
SHOW_EFFECT_BLEND =

Fade in or out effect.

Wx::ShowEffect.new(9)
SHOW_EFFECT_EXPAND =

Expanding or collapsing effect.

Wx::ShowEffect.new(10)
SHOW_EFFECT_MAX =
Wx::ShowEffect.new(11)

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