#include <glib.h>
#include <gtk/gtk.h>
#include <liberscribble/scb.h>
Go to the source code of this file.
Data Structures | |
class | notepad::GCtx |
struct | notepad::Point |
Point structure. More... | |
Namespaces | |
namespace | notepad |
Enumerations | |
enum | notepad::np_rotation { notepad::NP_PORTRAIT = 0, notepad::NP_CLOCKWISE, notepad::NP_ANTICLOCKWISE } |
enum | notepad::np_result { notepad::NP_OK = 0, notepad::NP_IS_NOT_DIR, notepad::NP_FILE_EXISTS, notepad::NP_CREATE_FAILED, notepad::NP_OPEN_FAILED, notepad::NP_CLOSE_FAILED, notepad::NP_READ_FAILED, notepad::NP_RENAME_FAILED, notepad::NP_DELETE_FAILED, notepad::NP_NO_DOCUMENT, notepad::NP_NO_FILENAME, notepad::NP_SAVE_FAILED, notepad::NP_ALLOC_FAILED, notepad::NP_NO_PAGE, notepad::NP_ERROR } |