class FenetreReglesUI

PAS UTILISE DANS LE VERSION FINALE

Auteur

Brabant Mano

Version

0.1

Date

09/04/2020

Public Class Methods

new() click to toggle source
Calls superclass method
# 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