module AsciiParadise::GUI::Gtk

Public Class Methods

return_widget() click to toggle source
#

AsciiParadise::GUI::Gtk.return_widget

#
# File lib/ascii_paradise/gui/shared_code/animated_frame/widget_module.rb, line 645
def self.return_widget
  ::AsciiParadise::GUI::Gtk::Widget
end
run() click to toggle source
#

AsciiParadise::GUI::Gtk.run

This method can be used to instantiate a new gtk-runner widget, so that we can have an animated GUI.

#
# File lib/ascii_paradise/gui/shared_code/animated_frame/widget_module.rb, line 655
def self.run
  ::AsciiParadise::GUI::Gtk::WidgetModule.run
end