Class: RWDMessage

Inherits:
RWDWindow show all
Defined in:
lib/rwd/rwd.rb

Instance Method Summary collapse

Methods inherited from RWDWindow

#render

Constructor Details

#initialize(msg) ⇒ RWDMessage

Returns a new instance of RWDMessage.



753
754
755
# File 'lib/rwd/rwd.rb', line 753

def initialize(msg)
  super("<window title='RWD Message' nobackbuttons noclosebutton><p>#{msg}</p><back/></window>")
end