GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
GncHtmlClass Struct Reference

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)
 

Detailed Description

Definition at line 122 of file gnc-html.h.

Field Documentation

◆ cancel

void(* GncHtmlClass::cancel) (GncHtml *html)

Definition at line 141 of file gnc-html.h.

◆ copy_to_clipboard

void(* GncHtmlClass::copy_to_clipboard) (GncHtml *html)

Definition at line 134 of file gnc-html.h.

◆ export_to_file

gboolean(* GncHtmlClass::export_to_file) (GncHtml *html, const gchar *file)

Definition at line 135 of file gnc-html.h.

◆ parent_class

GtkBinClass GncHtmlClass::parent_class

Definition at line 124 of file gnc-html.h.

◆ parse_url

URLType(* GncHtmlClass::parse_url) (GncHtml *html, const gchar *url, gchar **url_location, gchar **url_label)

Definition at line 142 of file gnc-html.h.

◆ print

void(* GncHtmlClass::print) (GncHtml *html, const gchar *jobname)

Definition at line 139 of file gnc-html.h.

◆ reload

void(* GncHtmlClass::reload) (GncHtml *html, gboolean force_rebuild)

Definition at line 133 of file gnc-html.h.

◆ set_parent

void(* GncHtmlClass::set_parent) (GncHtml *html, GtkWindow *parent)

Definition at line 144 of file gnc-html.h.

◆ show_data

void(* GncHtmlClass::show_data) (GncHtml *html, const gchar *data, int datalen)

Definition at line 132 of file gnc-html.h.

◆ show_url

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.


The documentation for this struct was generated from the following file: