gtk :: PrintSettings :: Class PrintSettings
[hide private]
[frames] | no frames]

Class PrintSettings

source code

     object --+    
              |    
gobject.GObject --+
                  |
                 PrintSettings

Object GtkPrintSettings

Signals from GObject:
  notify (GParam)

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
copy(...) source code
 
foreach(...) source code
 
get(...) source code
 
get_bool(...) source code
 
get_collate(...) source code
 
get_default_source(...) source code
 
get_dither(...) source code
 
get_double(...) source code
 
get_double_with_default(...) source code
 
get_duplex(...) source code
 
get_finishings(...) source code
 
get_int(...) source code
 
get_int_with_default(...) source code
 
get_length(...) source code
 
get_media_type(...) source code
 
get_n_copies(...) source code
 
get_number_up(...) source code
 
get_number_up_layout(...) source code
 
get_orientation(...) source code
 
get_output_bin(...) source code
 
get_page_ranges(...) source code
 
get_page_set(...) source code
 
get_paper_height(...) source code
 
get_paper_size(...) source code
 
get_paper_width(...) source code
 
get_print_pages(...) source code
 
get_printer(...) source code
 
get_printer_lpi(...) source code
 
get_quality(...) source code
 
get_resolution(...) source code
 
get_resolution_x(...) source code
 
get_resolution_y(...) source code
 
get_reverse(...) source code
 
get_scale(...) source code
 
get_use_color(...) source code
 
has_key(...) source code
 
load_file(...) source code
 
set(...) source code
 
set_bool(...) source code
 
set_collate(...) source code
 
set_default_source(...) source code
 
set_dither(...) source code
 
set_double(...) source code
 
set_duplex(...) source code
 
set_finishings(...) source code
 
set_int(...) source code
 
set_length(...) source code
 
set_media_type(...) source code
 
set_n_copies(...) source code
 
set_number_up(...) source code
 
set_number_up_layout(...) source code
 
set_orientation(...) source code
 
set_output_bin(...) source code
 
set_page_ranges(...) source code
 
set_page_set(...) source code
 
set_paper_height(...) source code
 
set_paper_size(...) source code
 
set_paper_width(...) source code
 
set_print_pages(...) source code
 
set_printer(...) source code
 
set_printer_lpi(...) source code
 
set_quality(...) source code
 
set_resolution(...) source code
 
set_resolution_xy(...) source code
 
set_reverse(...) source code
 
set_scale(...) source code
 
set_use_color(...) source code
 
to_file(...) source code
 
unset(...) source code

Inherited from gobject.GObject: __copy__, __deepcopy__, __delattr__, __eq__, __gdoc__, __ge__, __gobject_init__, __gt__, __hash__, __le__, __lt__, __ne__, __new__, __repr__, __setattr__, chain, connect, connect_after, connect_object, connect_object_after, disconnect, disconnect_by_func, emit, emit_stop_by_name, freeze_notify, get_data, get_properties, get_property, handler_block, handler_block_by_func, handler_disconnect, handler_is_connected, handler_unblock, handler_unblock_by_func, notify, props, set_data, set_properties, set_property, stop_emission, thaw_notify, weak_ref

Inherited from object: __format__, __getattribute__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __gtype__ = <GType GtkPrintSettings (47226128)>
Properties [hide private]

Inherited from gobject.GObject: __grefcount__

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__