ruby-****@sourc*****
ruby-****@sourc*****
2004年 10月 24日 (日) 22:46:42 JST
------------------------- REMOTE_ADDR = 219.53.36.17 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp//?Gnome%3A%3AGPAPrinter ------------------------- = class Gnome::GPAPrinter == Object Hierarchy * Object * GLib::Instantiatable * GLib::Object - * Gnome::PrinterGPA - * Gnome::GPAPrinter + * Gnome::GPAPrinter == Class Methods --- default * Returns: default printer. --- get(id) * id: id of the printer. * Returns: the printer whose id is ((|id|)). --- new(id, name, model, settings) * id: id of the printer. (String) * name: name of the printer. (String) * model: Gnome::GPAModel. * settins: Gnome::GPASettings. * Returns: new printer. == Instance Methods --- set_polling(polling) * polling: polling or not. (boolean) * Returns: ((|nil|)). --- settings * Returns: Gnome::GPASettings. #--- state(id=nil) # * id: the id of target printer. # * Returns: Gnome::GPAState of the printer whose id id # ((|id|)). The target printer is receiver printer if # ((|nil|)). == See Also - kou