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
![]() ![]() |
#include <printing.h>
Public Attributes | |
gboolean | use_gtk_printing |
gboolean | print_line_numbers |
gboolean | print_page_numbers |
gboolean | print_page_header |
gboolean | page_header_basename |
gchar * | page_header_datefmt |
gchar * | external_print_cmd |
Definition at line 32 of file printing.h.
gchar* PrintingPrefs::external_print_cmd |
Definition at line 40 of file printing.h.
Referenced by do_main_quit(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), print_external(), and save_dialog_prefs().
gboolean PrintingPrefs::page_header_basename |
Definition at line 38 of file printing.h.
Referenced by add_page_header(), create_custom_widget(), custom_widget_apply(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().
gchar* PrintingPrefs::page_header_datefmt |
Definition at line 39 of file printing.h.
Referenced by add_page_header(), create_custom_widget(), custom_widget_apply(), do_main_quit(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().
gboolean PrintingPrefs::print_line_numbers |
Definition at line 35 of file printing.h.
Referenced by begin_print(), create_custom_widget(), custom_widget_apply(), draw_page(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().
gboolean PrintingPrefs::print_page_header |
Definition at line 37 of file printing.h.
Referenced by create_custom_widget(), custom_widget_apply(), draw_page(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), and setup_range().
gboolean PrintingPrefs::print_page_numbers |
Definition at line 36 of file printing.h.
Referenced by create_custom_widget(), custom_widget_apply(), draw_page(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), and setup_range().
gboolean PrintingPrefs::use_gtk_printing |
Definition at line 34 of file printing.h.
Referenced by load_dialog_prefs(), on_file1_activate(), on_prefs_dialog_response(), prefs_init_dialog(), printing_print_doc(), and save_dialog_prefs().