|
GnuCash
2.6.99
|
Print Checks Dialog. More...
#include "config.h"#include <gtk/gtk.h>#include <glib/gi18n.h>#include <stdio.h>#include <locale.h>#include <math.h>#include <gnc-gdate-utils.h>#include "qof.h"#include "gnc-date.h"#include "gnc-prefs.h"#include "gnc-numeric.h"#include "gnc-plugin-page-register.h"#include "dialog-print-check.h"#include "dialog-utils.h"#include "print-session.h"#include "gnc-ui.h"#include "gnc-date-format.h"#include "gnc-ui-util.h"#include "gnc-path.h"#include "gnc-filepath-utils.h"#include "gnc-gkeyfile-utils.h"#include "gnc-engine.h"#include "engine-helpers.h"#include "Split.h"#include "Transaction.h"Go to the source code of this file.
Data Structures | |
| struct | _check_item |
| struct | _check_format |
| struct | _print_check_dialog |
Typedefs | |
| typedef enum format_combo_col_t | format_combo_col |
| typedef struct _check_item | check_item_t |
| typedef struct _check_format | check_format_t |
Enumerations | |
| enum | format_combo_col_t { COL_NAME = 0, COL_DATA, COL_SEP, COL_NAME = 0, COL_DATA, COL_SEP } |
Functions | |
| void | gnc_ui_print_check_response_cb (GtkDialog *dialog, gint response, PrintCheckDialog *pcd) |
| void | gnc_print_check_format_changed (GtkComboBox *widget, PrintCheckDialog *pcd) |
| void | gnc_print_check_position_changed (GtkComboBox *widget, PrintCheckDialog *pcd) |
| void | gnc_print_check_save_button_clicked (GtkButton *button, PrintCheckDialog *pcd) |
| void | gnc_check_format_title_changed (GtkEditable *editable, GtkWidget *ok_button) |
| gchar * | get_check_address (PrintCheckDialog *pcd) |
| void | gnc_ui_print_check_dialog_create (GncPluginPageRegister *plugin_page, GList *splits) |
Split printing functions | |
| gchar * | get_check_splits_amount (PrintCheckDialog *pcd) |
| gchar * | get_check_splits_memo (PrintCheckDialog *pcd) |
| gchar * | get_check_splits_account (PrintCheckDialog *pcd) |
Print Checks Dialog.
Definition in file dialog-print-check.c.
| #define ENUM_CHECK_ITEM_TYPE | ( | _ | ) |
Definition at line 155 of file dialog-print-check.c.
| enum format_combo_col_t |
Definition at line 123 of file dialog-print-check.c.
1.8.6