geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Public Attributes | |
GeanyDocument * | doc |
ScintillaObject * | sci |
gdouble | margin_width |
gdouble | line_height |
time_t | print_time |
PangoLayout * | layout |
gdouble | sci_scale |
struct Sci_RangeToFormat | fr |
GArray * | pages |
Definition at line 54 of file printing.c.
GeanyDocument* DocInfo::doc |
Definition at line 56 of file printing.c.
Referenced by add_page_header(), begin_print(), and printing_print_gtk().
struct Sci_RangeToFormat DocInfo::fr |
Definition at line 67 of file printing.c.
Referenced by draw_page(), format_range(), paginate(), and setup_range().
PangoLayout* DocInfo::layout |
Definition at line 64 of file printing.c.
Referenced by add_page_header(), begin_print(), draw_page(), and end_print().
gdouble DocInfo::line_height |
Definition at line 59 of file printing.c.
Referenced by add_page_header(), begin_print(), draw_page(), and setup_range().
gdouble DocInfo::margin_width |
Definition at line 58 of file printing.c.
Referenced by begin_print(), and draw_page().
GArray* DocInfo::pages |
Definition at line 68 of file printing.c.
Referenced by add_page_header(), begin_print(), draw_page(), end_print(), and paginate().
time_t DocInfo::print_time |
Definition at line 63 of file printing.c.
Referenced by add_page_header(), and begin_print().
ScintillaObject* DocInfo::sci |
Definition at line 57 of file printing.c.
Referenced by begin_print(), draw_page(), end_print(), format_range(), and setup_range().
gdouble DocInfo::sci_scale |
Definition at line 65 of file printing.c.
Referenced by begin_print(), draw_page(), format_range(), and setup_range().