Class: Fox::FXPrintDialog
- Inherits:
-
Object
- Object
- Fox::FXPrintDialog
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) printer(*args)
:nodoc:.
-
- (Object) printer=(*args)
:nodoc:.
Instance Method Details
- (Object) printer(*args)
:nodoc:
3240 3241 3242 |
# File 'lib/fox16/aliases.rb', line 3240 def printer(*args) # :nodoc: getPrinter(*args) end |
- (Object) printer=(*args)
:nodoc:
3237 3238 3239 |
# File 'lib/fox16/aliases.rb', line 3237 def printer=(*args) # :nodoc: setPrinter(*args) end |