#include "common.h"
#include "gui.h"
#include "lib/array.h"
Go to the source code of this file.
Functions | |
| html_view * | html_view_load_file (GtkWidget *textview, int fd) |
| html_view * | html_view_load_memory (GtkWidget *textview, 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