Heraia  0.1.8
doc_t Struct Reference

Proposal for a structure that will group all informations about a single document. More...

#include <libheraia.h>

Data Fields

Heraia_Documenthex_doc
 Document definition related to Heraia_Hex (GtkHex) More...
 
GtkWidget * hex_widget
 hexwidget corresponding to the document More...
 
gboolean modified
 If hex_doc->changed <> modified then the document has something changed that may need an upate. More...
 

Detailed Description

Proposal for a structure that will group all informations about a single document.

This structure is managed in heraia_io.c

Definition at line 293 of file libheraia.h.

Field Documentation

gboolean doc_t::modified

If hex_doc->changed <> modified then the document has something changed that may need an upate.

Definition at line 297 of file libheraia.h.

Referenced by new_doc_t(), on_close_activate(), on_redo_activate(), on_save_activate(), on_save_as_activate(), on_undo_activate(), refresh_file_labels(), and unsaved_documents().


The documentation for this struct was generated from the following file: