mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Re-enable connecting the buttons on the Stylesheet Edit select dialog.
This commit is contained in:
parent
e77b5ec03b
commit
53fac914c0
@ -73,13 +73,14 @@ enum
|
||||
COLUMN_DIALOG,
|
||||
N_COLUMNS
|
||||
};
|
||||
|
||||
extern "C" // So that gtk_builder_connect_full can find them.
|
||||
{
|
||||
void gnc_style_sheet_select_dialog_new_cb (GtkWidget *widget, gpointer user_data);
|
||||
void gnc_style_sheet_select_dialog_edit_cb (GtkWidget *widget, gpointer user_data);
|
||||
void gnc_style_sheet_select_dialog_delete_cb (GtkWidget *widget, gpointer user_data);
|
||||
void gnc_style_sheet_select_dialog_close_cb (GtkWidget *widget, gpointer user_data);
|
||||
void gnc_style_sheet_select_dialog_destroy_cb (GtkWidget *widget, gpointer user_data);
|
||||
|
||||
}
|
||||
/************************************************************
|
||||
* Style Sheet Edit Dialog (I.E. an options dialog) *
|
||||
************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user