#include "gui.h"
#include <gdk/gdkkeysyms.h>
#include "lib/glib-missing.h"
#include "lib/html.h"
#include "lib/misc.h"
#include "lib/utf8.h"
#include "lib/walloc.h"
Data Structures | |
| struct | html_view |
| struct | html_context |
Defines | |
| #define | STYLE_TAG(x) static const gchar STYLE_TAG_ ## x [] = #x ; |
Functions | |
| html_context * | html_context_alloc (void) |
| void | html_context_free (struct html_context **ctx_ptr) |
| html_view * | html_view_alloc (void) |
| void | html_output_print (struct html_output *output, const struct array *text) |
| const gchar * | get_style_for_href (const gchar *href) |
| short_string_t | utf8_char (guint32 codepoint) |
| void | html_output_tag (struct html_output *output, const struct array *tag) |
| html_context * | html_view_load (struct html_view *html_view) |
| html_view * | html_view_load_file (GtkWidget *widget, int fd) |
| html_view * | html_view_load_memory (GtkWidget *widget, const struct array memory) |
| void | html_view_clear (struct html_view *html_view) |
| void | html_view_free (struct html_view **html_view_ptr) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.3.9.1