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)  

PrintWidgets Struct Reference

Public Attributes

GtkWidget * check_print_linenumbers
 
GtkWidget * check_print_pagenumbers
 
GtkWidget * check_print_pageheader
 
GtkWidget * check_print_basename
 
GtkWidget * entry_print_dateformat
 

Detailed Description

Definition at line 72 of file printing.c.

Member Data Documentation

◆ check_print_basename

GtkWidget* PrintWidgets::check_print_basename

Definition at line 77 of file printing.c.

Referenced by create_custom_widget(), custom_widget_apply(), and on_page_header_toggled().

◆ check_print_linenumbers

GtkWidget* PrintWidgets::check_print_linenumbers

Definition at line 74 of file printing.c.

Referenced by create_custom_widget(), and custom_widget_apply().

◆ check_print_pageheader

GtkWidget* PrintWidgets::check_print_pageheader

Definition at line 76 of file printing.c.

Referenced by create_custom_widget(), and custom_widget_apply().

◆ check_print_pagenumbers

GtkWidget* PrintWidgets::check_print_pagenumbers

Definition at line 75 of file printing.c.

Referenced by create_custom_widget(), and custom_widget_apply().

◆ entry_print_dateformat

GtkWidget* PrintWidgets::entry_print_dateformat

Definition at line 78 of file printing.c.

Referenced by create_custom_widget(), custom_widget_apply(), and on_page_header_toggled().


The documentation for this struct was generated from the following file: