#include <glib.h>
#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include "notepad_utils.h"
#include "notepad_point.h"
#include "notepad_doc.h"
#include "notepad_commandqueue.h"
#include <liberscribble/scb.h>
Go to the source code of this file.
Data Structures | |
struct | notepad::RenderPageCtx |
class | notepad::CNotepadPages |
struct | notepad::CNotepadPages::NpPage |
Namespaces | |
namespace | notepad |
Defines | |
#define | NPAGES 11 |
#define | NOTFOUND (-1) |
#define NOTFOUND (-1) |
Definition at line 43 of file notepad_pages.h.
Referenced by notepad::CNotepadPages::delete_page(), notepad::CNotepadPages::execRenderPage(), notepad::CNotepadPages::get_page(), and notepad::CNotepadPages::mark_dirty().
#define NPAGES 11 |
Definition at line 42 of file notepad_pages.h.
Referenced by notepad::CNotepadPages::CNotepadPages(), and notepad::CNotepadPages::~CNotepadPages().