GODocControl

GODocControl

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GODocControl

Description

Functions

GO_DOC_CONTROL()

#define GO_DOC_CONTROL(o)	    (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_TYPE_DOC_CONTROL, GODocControl))


GO_IS_DOC_CONTROL()

#define GO_IS_DOC_CONTROL(o)	    (G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_TYPE_DOC_CONTROL))


go_doc_control_get_type ()

GType
go_doc_control_get_type (void);


go_doc_control_get_doc ()

GODoc *
go_doc_control_get_doc (GODocControl *dc);


go_doc_control_set_doc ()

void
go_doc_control_set_doc (GODocControl *dc,
                        GODoc *doc);

Types and Values

GODocControl

typedef struct _GODocControl GODocControl;


GODocControlClass

typedef struct {
	GObjectClass base;
} GODocControlClass;


GO_TYPE_DOC_CONTROL

#define GO_TYPE_DOC_CONTROL	    (go_doc_control_get_type ())


enum GODocControlState

Members

GO_DOC_CONTROL_STATE_NORMAL

   

GO_DOC_CONTROL_STATE_FULLSCREEN

   

GO_DOC_CONTROL_STATE_MAX