gtksourceview2 :: PrintCompositor :: Class PrintCompositor
[hide private]
[frames] | no frames]

Class PrintCompositor

     object --+    
              |    
gobject.GObject --+
                  |
                 PrintCompositor

Object GtkSourcePrintCompositor

Properties from GtkSourcePrintCompositor:
  buffer -> GtkSourceBuffer: Source Buffer
    The GtkSourceBuffer object to print
  tab-width -> guint: Tab Width
    Width of a tab character expressed in spaces
  wrap-mode -> GtkWrapMode: Wrap Mode
    Whether to wrap lines never, at word boundaries, or at character boundaries.
  highlight-syntax -> gboolean: Highlight Syntax
    Whether to print the document with highlighted syntax
  print-line-numbers -> guint: Print Line Numbers
    Interval of printed line numbers (0 means no numbers)
  print-header -> gboolean: Print Header
    Whether to print a header in each page
  print-footer -> gboolean: Print Footer
    Whether to print a footer in each page
  body-font-name -> gchararray: Body Font Name
    Name of the font to use for the text body (e.g. "Monospace 10")
  line-numbers-font-name -> gchararray: Line Numbers Font Name
    Name of the font to use for the line numbers (e.g. "Monospace 10")
  header-font-name -> gchararray: Header Font Name
    Name of the font to use for the page header (e.g. "Monospace 10")
  footer-font-name -> gchararray: Footer Font Name
    Name of the font to use for the page footer (e.g. "Monospace 10")
  n-pages -> gint: Number of pages
    The number of pages in the document (-1 means the document has not been completely paginated).

Signals from GObject:
  notify (GParam)

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
 
draw_page(...)
 
get_body_font_name(...)
 
get_bottom_margin(...)
 
get_buffer(...)
 
get_footer_font_name(...)
 
get_header_font_name(...)
 
get_highlight_syntax(...)
 
get_left_margin(...)
 
get_line_numbers_font_name(...)
 
get_n_pages(...)
 
get_pagination_progress(...)
 
get_print_footer(...)
 
get_print_header(...)
 
get_print_line_numbers(...)
 
get_right_margin(...)
 
get_tab_width(...)
 
get_top_margin(...)
 
get_wrap_mode(...)
 
paginate(...)
 
set_body_font_name(...)
 
set_bottom_margin(...)
 
set_footer_font_name(...)
 
set_footer_format(...)
 
set_header_font_name(...)
 
set_header_format(...)
 
set_highlight_syntax(...)
 
set_left_margin(...)
 
set_line_numbers_font_name(...)
 
set_print_footer(...)
 
set_print_header(...)
 
set_print_line_numbers(...)
 
set_right_margin(...)
 
set_tab_width(...)
 
set_top_margin(...)
 
set_wrap_mode(...)

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 GtkSourcePrintCompositor (77178016)>
Properties [hide private]

Inherited from gobject.GObject: __grefcount__

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

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

Overrides: object.__init__