Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

html_view.c File Reference


Detailed Description

Simple HTML view.

Author:
Christian Biere
Date:
2007

#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_contexthtml_context_alloc (void)
void html_context_free (struct html_context **ctx_ptr)
html_viewhtml_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_contexthtml_view_load (struct html_view *html_view)
html_viewhtml_view_load_file (GtkWidget *widget, int fd)
html_viewhtml_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)


Define Documentation

#define STYLE_TAG  )     static const gchar STYLE_TAG_ ## x [] = #x ;
 


Function Documentation

const gchar* get_style_for_href const gchar *  href  )  [inline, static]
 

struct html_context* html_context_alloc void   )  [static]
 

void html_context_free struct html_context **  ctx_ptr  )  [static]
 

void html_output_print struct html_output output,
const struct array text
[static]
 

void html_output_tag struct html_output output,
const struct array tag
[static]
 

struct html_view* html_view_alloc void   )  [static]
 

void html_view_clear struct html_view html_view  ) 
 

void html_view_free struct html_view **  html_view_ptr  ) 
 

struct html_context* html_view_load struct html_view html_view  )  [static]
 

struct html_view* html_view_load_file GtkWidget *  widget,
int  fd
 

struct html_view* html_view_load_memory GtkWidget *  widget,
const struct array  memory
 

short_string_t utf8_char guint32  codepoint  )  [inline, static]
 


Generated on Sat Jun 30 17:53:27 2007 for gtk-gnutella by  doxygen 1.3.9.1