|
GnuCash c935c2f+
|
Data Fields | |
| GtkBinClass | parent_class |
| void(* | show_url )(GncHtml *html, URLType type, const gchar *location, const gchar *label, gboolean new_window_hint) |
| void(* | show_data )(GncHtml *html, const gchar *data, int datalen) |
| void(* | reload )(GncHtml *html, gboolean force_rebuild) |
| void(* | copy_to_clipboard )(GncHtml *html) |
| gboolean(* | export_to_file )(GncHtml *html, const gchar *file) |
| void(* | print )(GncHtml *html, const gchar *jobname) |
| void(* | cancel )(GncHtml *html) |
| URLType(* | parse_url )(GncHtml *html, const gchar *url, gchar **url_location, gchar **url_label) |
| void(* | set_parent )(GncHtml *html, GtkWindow *parent) |
Definition at line 122 of file gnc-html.h.
| void(* GncHtmlClass::cancel) (GncHtml *html) |
Definition at line 141 of file gnc-html.h.
| void(* GncHtmlClass::copy_to_clipboard) (GncHtml *html) |
Definition at line 134 of file gnc-html.h.
| gboolean(* GncHtmlClass::export_to_file) (GncHtml *html, const gchar *file) |
Definition at line 135 of file gnc-html.h.
| GtkBinClass GncHtmlClass::parent_class |
Definition at line 124 of file gnc-html.h.
| URLType(* GncHtmlClass::parse_url) (GncHtml *html, const gchar *url, gchar **url_location, gchar **url_label) |
Definition at line 142 of file gnc-html.h.
| void(* GncHtmlClass::print) (GncHtml *html, const gchar *jobname) |
Definition at line 139 of file gnc-html.h.
| void(* GncHtmlClass::reload) (GncHtml *html, gboolean force_rebuild) |
Definition at line 133 of file gnc-html.h.
| void(* GncHtmlClass::set_parent) (GncHtml *html, GtkWindow *parent) |
Definition at line 144 of file gnc-html.h.
| void(* GncHtmlClass::show_data) (GncHtml *html, const gchar *data, int datalen) |
Definition at line 132 of file gnc-html.h.
| void(* GncHtmlClass::show_url) (GncHtml *html, URLType type, const gchar *location, const gchar *label, gboolean new_window_hint) |
Definition at line 127 of file gnc-html.h.