def update(type, data)
        if(type == "hideMenu")
            @hintPanel.name = data ? "hintPanelHidden" : "hintPanel"
            @hintPanel.children.each { |widget|
                if(widget.instance_of?(Gtk::Button))