ruby-****@sourc*****
ruby-****@sourc*****
2005年 6月 9日 (木) 12:11:29 JST
------------------------- REMOTE_ADDR = 219.53.36.42 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gnome%3A%3APrintConfigDialog ------------------------- TITLE = Gnome::PrintConfigDialog KEYWORD = = class Gnome::PrintDialog This interface is considered private and should not be used by applications directly! == Object Hierarchy * Object * GLib::Instantiatable * GLib::Object * Gtk::Object * Gtk::Widget * Gtk::Container * Gtk::Bin * Gtk::Window * Gtk::Dialog * Gnome::PrintDialog == Class Methods --- Gnome::PrintDialog.new(config=nil) Create a new Gnome::PrintConfigDialog window. * config: Gnome::PrintConfig. Used Gnome::PrintConfig#default if config is (({nil})). * Returns: A newly created and initialised widget == Instance Methods --- run Same as Gtk::Dialog#run * Returns: Gnome::PrintConfigDialog::RESPONSE_* --- print_config=(print_config) --- set_print_config(print_config) Sets the Printing Configuration to be used. * print_config: Printing Configuration to be used * Returns: print_config == Constants --- RESPONSE_CANCEL --- RESPONSE_PREVIEW --- RESPONSE_PRINT == Properties --- print-config: Gnome::PrintConfig (Write) Printing Configuration to be used == See Also == ChangeLog * 2005-06-09 ((<kou>)): added - ((<kou>))