Class: Zerenity::Error

Inherits:
MessageDialog show all
Defined in:
lib/zerenity/error.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



12
13
14
15
# File 'lib/zerenity/error.rb', line 12

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