| go-doc-controlgo-doc-control |  | 
Details
GO_DOC_CONTROL_TYPE
#define GO_DOC_CONTROL_TYPE	    (go_doc_control_get_type ())
 
GO_DOC_CONTROL()
#define GO_DOC_CONTROL(o)	    (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_DOC_CONTROL_TYPE, GODocControl))
 
IS_GO_DOC_CONTROL()
#define IS_GO_DOC_CONTROL(o)	    (G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_DOC_CONTROL_TYPE))
 
enum GODocControlState
typedef enum {
	GO_DOC_CONTROL_STATE_NORMAL = 0,
	GO_DOC_CONTROL_STATE_FULLSCREEN,
	GO_DOC_CONTROL_STATE_MAX
} GODocControlState;
 
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);