Class: GamesAndRpgParadise::GUI::Gtk::Minesweeper::MineField

Inherits:
Gtk::Button
  • Object
show all
Includes:
MineFieldModule
Defined in:
lib/games_and_rpg_paradise/gui/gtk3/minesweeper/mine_field.rb

Overview

GamesAndRpgParadise::GUI::Gtk::Minesweeper::MineField

Constant Summary

Constants included from MineFieldModule

GamesAndRpgParadise::GUI::Gtk::Minesweeper::MineFieldModule::HEIGHT, GamesAndRpgParadise::GUI::Gtk::Minesweeper::MineFieldModule::NAMESPACE, GamesAndRpgParadise::GUI::Gtk::Minesweeper::MineFieldModule::TITLE, GamesAndRpgParadise::GUI::Gtk::Minesweeper::MineFieldModule::WIDTH

Instance Attribute Summary

Attributes included from MineFieldModule

#i_conceal_what

Class Method Summary collapse

Methods included from MineFieldModule

#border_size?, #change_to_default_colour, #check_and_modify_concealment, #do_reveal, #i_display_what?, #immortal_mode?, #initialize, #on_left_mouse_click, #on_middle_mouse_click, #padding?, #register_signals, #reset, #run, #set_concealment, #set_concealment_and_image, #set_new_image, #x?, #y?

Class Method Details

.runObject

#

GamesAndRpgParadise::GUI::Gtk::Minesweeper::MineField.run

#


27
28
29
# File 'lib/games_and_rpg_paradise/gui/gtk3/minesweeper/mine_field.rb', line 27

def self.run
  ::GamesAndRpgParadise::GUI::Gtk::Minesweeper::MineFieldModule.run
end