Defines | Functions

ap_DocView.cpp File Reference

#include <string.h>
#include <glib/gi18n.h>
#include <stdio.h>
#include <stdlib.h>
#include "ap_DocView.h"
#include "ut_debugmsg.h"
#include <atk/atk.h>
#include <gsf/gsf-impl-utils.h>

Defines

#define GET_CLASS(instance)   G_TYPE_INSTANCE_GET_CLASS (instance, AP_DOCVIEW_TYPE, ApDocViewClass)

Functions

static void ap_DocView_class_init (GtkWidgetClass *widget_class)
 GSF_CLASS (ApDocView, ap_DocView, ap_DocView_class_init, NULL, GTK_TYPE_DRAWING_AREA) extern"C"GtkWidget *ap_DocView_new(void)
 ap_DocView_new

Define Documentation

#define GET_CLASS (   instance  )     G_TYPE_INSTANCE_GET_CLASS (instance, AP_DOCVIEW_TYPE, ApDocViewClass)

Function Documentation

static void ap_DocView_class_init ( GtkWidgetClass *  widget_class  )  [static]
GSF_CLASS ( ApDocView  ,
ap_DocView  ,
ap_DocView_class_init  ,
NULL  ,
GTK_TYPE_DRAWING_AREA   
)

ap_DocView_new

Creates a new ApDocView widget

References ap_DocView_get_type(), and UT_DEBUGMSG.