Class: GamesAndRpgParadise::GUI::Gtk::Mastermind::Circle

Inherits:
Gtk::Button
  • Object
show all
Includes:
CircleModule
Defined in:
lib/games_and_rpg_paradise/games/mastermind/gtk2/circle.rb,
lib/games_and_rpg_paradise/games/mastermind/gtk3/circle.rb

Overview

Gtk::Mastermind::Circle

Constant Summary

Constants included from CircleModule

GamesAndRpgParadise::GUI::Gtk::Mastermind::CircleModule::HEIGHT, GamesAndRpgParadise::GUI::Gtk::Mastermind::CircleModule::TITLE, GamesAndRpgParadise::GUI::Gtk::Mastermind::CircleModule::WIDTH

Class Method Summary collapse

Methods included from CircleModule

#attach_image, #border_size?, #colour?, #initialize, #next?, #padding?, #previous?, #remove_image, #reset, #set_blank, #set_parent_widget, #use_this_colour=

Class Method Details

.run(i = ARGV) ⇒ Object

#

GamesAndRpgParadise::GUI::Gtk::Mastermind::Circle.run

#


27
28
29
# File 'lib/games_and_rpg_paradise/games/mastermind/gtk2/circle.rb', line 27

def self.run(i = ARGV)
  ::GamesAndRpgParadise::GUI::Gtk::Mastermind::CircleModule.run(i)
end