ruby-****@sourc*****
ruby-****@sourc*****
2005年 1月 20日 (木) 21:02:26 JST
------------------------- REMOTE_ADDR = 15.211.169.100 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp//?Gtk%3A%3AFileChooserError ------------------------- = class Gtk::FileChooserError These identify the various errors that can occur while calling Gtk::FileChooser methods. == Object Hierarchy * Object * Exception * StandardError * RuntimeError * Gtk::FileChooserError == Instance Methods --- code Returns the error code (((<Gtk::FileChooserError|Gtk::FileChooserError#GtkFileChooserError>))). * Returns: self --- domain Returns the error domain. * Returns: self == Constants === GtkFileChooserError --- NONEXISTENT Indicates that a file does not exist. --- BAD_FILENAME Indicates a malformed filename. - ((<Masao>))