Class: GamesAndRpgParadise::GUI::Gtk::FourInARow

Inherits:
Gtk::Box
  • Object
show all
Includes:
FourInARowModule
Defined in:
lib/games_and_rpg_paradise/gui/gtk3/four_in_a_row/four_in_a_row.rb

Constant Summary

Constants included from FourInARowModule

GamesAndRpgParadise::GUI::Gtk::FourInARowModule::HEIGHT, GamesAndRpgParadise::GUI::Gtk::FourInARowModule::NAMESPACE, GamesAndRpgParadise::GUI::Gtk::FourInARowModule::TITLE, GamesAndRpgParadise::GUI::Gtk::FourInARowModule::USE_THIS_FONT, GamesAndRpgParadise::GUI::Gtk::FourInARowModule::WIDTH

Class Method Summary collapse

Methods included from FourInARowModule

#border_size?, #check_for_win_condition, #connect_skeleton, #create_skeleton, #do_change_the_status_of_this_button, #initialize, #n_columns?, #n_rows?, #padding?, #reset, #reset_game_state_variables, #run

Class Method Details

.runObject

#

GamesAndRpgParadise::GUI::Gtk::FourInARow.run

#


26
27
28
# File 'lib/games_and_rpg_paradise/gui/gtk3/four_in_a_row/four_in_a_row.rb', line 26

def self.run
  ::GamesAndRpgParadise::GUI::Gtk::FourInARowModule.run
end