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 | |
GtkWidget * | check_print_linenumbers |
GtkWidget * | check_print_pagenumbers |
GtkWidget * | check_print_pageheader |
GtkWidget * | check_print_basename |
GtkWidget * | entry_print_dateformat |
Definition at line 72 of file printing.c.
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().
GtkWidget* PrintWidgets::check_print_linenumbers |
Definition at line 74 of file printing.c.
Referenced by create_custom_widget(), and custom_widget_apply().
GtkWidget* PrintWidgets::check_print_pageheader |
Definition at line 76 of file printing.c.
Referenced by create_custom_widget(), and custom_widget_apply().
GtkWidget* PrintWidgets::check_print_pagenumbers |
Definition at line 75 of file printing.c.
Referenced by create_custom_widget(), and custom_widget_apply().
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().