Whole document tree
    

Whole document tree

Types

Types

Name

Types -- List of types

Description

Details

struct GtkHTMLEmbedded

struct GtkHTMLEmbedded {
	GtkBin bin;

	/* class id of this object */
	char *classid;
	char *name;
        char *type;
        char *data;

	/* parameters to class */
	int width, height;
	GHashTable *params;

	GtkHTMLEmbeddedPrivate *priv;

	int descent;
};


GtkHTMLStreamCloseFunc ()

void        (*GtkHTMLStreamCloseFunc)       (GtkHTMLStream *stream,
                                             GtkHTMLStreamStatus status,
                                             gpointer user_data);


GtkHTMLStreamWriteFunc ()

void        (*GtkHTMLStreamWriteFunc)       (GtkHTMLStream *stream,
                                             const gchar *buffer,
                                             guint size,
                                             gpointer user_data);


GtkHTMLSaveReceiverFn ()

gboolean    (*GtkHTMLSaveReceiverFn)        (gpointer engine,
                                             const gchar *data,
                                             guint len,
                                             gpointer user_data);


GtkHTMLPrintCallback ()

void        (*GtkHTMLPrintCallback)         (GtkHTML *html,
                                             GnomePrintContext *print_context,
                                             gdouble x,
                                             gdouble y,
                                             gdouble width,
                                             gdouble height,
                                             gpointer user_data);