Class: Zerenity::Info

Inherits:
MessageDialog show all
Defined in:
lib/zerenity/info.rb

Overview

:nodoc:

Class Method Summary collapse

Methods inherited from MessageDialog

build, run

Methods inherited from Base

build, retrieve_selection, run

Class Method Details

.check(options) ⇒ Object



13
14
15
16
# File 'lib/zerenity/info.rb', line 13

def self.check(options)
  super(options)
  options[:type] = Gtk::MessageDialog::INFO
end