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
![]() ![]() |
Go to the source code of this file.
Classes | |
struct | PrintingPrefs |
Typedefs | |
typedef struct PrintingPrefs | PrintingPrefs |
Functions | |
void | printing_page_setup_gtk (void) |
void | printing_print_doc (GeanyDocument *doc) |
Variables | |
PrintingPrefs | printing_prefs |
typedef struct PrintingPrefs PrintingPrefs |
void printing_page_setup_gtk | ( | void | ) |
Definition at line 562 of file printing.c.
References main_widgets, NULL, page_setup, settings, and GeanyMainWidgets::window.
Referenced by on_page_setup1_activate().
void printing_print_doc | ( | GeanyDocument * | doc | ) |
Definition at line 627 of file printing.c.
References DOC_VALID, print_external(), printing_prefs, printing_print_gtk(), and PrintingPrefs::use_gtk_printing.
Referenced by on_print1_activate().
|
extern |
Definition at line 50 of file printing.c.
Referenced by add_page_header(), begin_print(), create_custom_widget(), custom_widget_apply(), do_main_quit(), draw_page(), load_dialog_prefs(), on_file1_activate(), on_prefs_dialog_response(), prefs_init_dialog(), print_external(), printing_print_doc(), save_dialog_prefs(), and setup_range().