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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

printing.h File Reference
#include "document.h"
#include <glib.h>
Include dependency graph for printing.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ PrintingPrefs

typedef struct PrintingPrefs PrintingPrefs

Function Documentation

◆ printing_page_setup_gtk()

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().

◆ printing_print_doc()

void printing_print_doc ( GeanyDocument doc)

Variable Documentation

◆ printing_prefs