GnuCash
5.6-150-g038405b370+
|
GUI callbacks for AqBanking. More...
#include <gtk/gtk.h>
Go to the source code of this file.
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _GncGWENGui | GncGWENGui |
Functions | |
void | gnc_GWEN_Gui_log_init (void) |
Hook our logging into the gwenhywfar logging framework by creating a minimalistic GWEN_GUI with only a callback for Gwen_Gui_LogHook(). More... | |
GncGWENGui * | gnc_GWEN_Gui_get (GtkWidget *parent) |
When called for the first time, create a unique GncGWENGui object featuring a GWEN_GUI with all necessary callbacks, which can serve as a user interface for AqBanking jobs. More... | |
void | gnc_GWEN_Gui_release (GncGWENGui *gui) |
Currently a no-op. More... | |
void | gnc_GWEN_Gui_shutdown (void) |
Free all memory related to both the full-blown and minimalistic GUI objects. | |
void | gnc_GWEN_Gui_set_close_flag (gboolean close_when_finished) |
Set "Close when finished" flag. More... | |
gboolean | gnc_GWEN_Gui_get_close_flag (void) |
Get "Close when finished" flag. More... | |
gboolean | gnc_GWEN_Gui_show_dialog (void) |
Unhides Online Banking Connection Window (Make log visible) More... | |
void | gnc_GWEN_Gui_hide_dialog (void) |
Hides Online Banking Connection Window (Close log window) More... | |
GUI callbacks for AqBanking.
Definition in file gnc-gwen-gui.h.