Class: FenetreReglesUI

Inherits:
Gtk::Window
  • Object
show all
Defined in:
lib/Hashiparmentier/UI/FenetreReglesUI.rb

Overview

PAS UTILISE DANS LE VERSION FINALE

Auteur

Brabant Mano

Version

0.1

Date

09/04/2020

Instance Method Summary collapse

Constructor Details

#initializeFenetreReglesUI

Returns a new instance of FenetreReglesUI.



16
17
18
19
20
21
22
23
24
25
26
# File 'lib/Hashiparmentier/UI/FenetreReglesUI.rb', line 16

def initialize

  super("Règles du Hashiparmentier")

  signal_connect "delete_event" do
    hide_on_delete()
  end

  add(ReglesUI.new())

end