![]() |
![]() |
![]() |
libgebr Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
struct GebrGuiHtmlViewerWindow; struct GebrGuiHtmlViewerWindowClass; GtkWidget * gebr_gui_html_viewer_window_new (); void gebr_gui_html_viewer_window_show_html (GebrGuiHtmlViewerWindow *self
,const gchar *content
); GebrGuiHtmlViewerWidget * gebr_gui_html_viewer_window_get_widget (GebrGuiHtmlViewerWindow *self
); void gebr_gui_html_viewer_window_set_custom_tab (GebrGuiHtmlViewerWindow *self
,const gchar *label
,GebrGuiHtmlViewerCustomTab callback
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GebrGuiHtmlViewerWindow
struct GebrGuiHtmlViewerWindowClass { GtkWindowClass parent_class; };
GtkWidget * gebr_gui_html_viewer_window_new ();
Creates a new html viewer.
void gebr_gui_html_viewer_window_show_html (GebrGuiHtmlViewerWindow *self
,const gchar *content
);
Show the html content
GebrGuiHtmlViewerWidget * gebr_gui_html_viewer_window_get_widget
(GebrGuiHtmlViewerWindow *self
);
Get widget
void gebr_gui_html_viewer_window_set_custom_tab (GebrGuiHtmlViewerWindow *self
,const gchar *label
,GebrGuiHtmlViewerCustomTab callback
);
a proxy to create the custom print tab
|
A GebrGuiHtmlViewerWindow |
|
Name the new custom tab |
|
The widget to attach to the print dialog, as the only custom tab |