#include <cstring>
#include <glib.h>
#include <gdk/gdkkeysyms.h>
#include "notepad_rename.h"
#include <libergtk/erGtkDialogJumpToPage.h>
#include "log.h"
#include "i18n.h"
#include "notepad_display_sched.h"
#include "notepad_ipc.h"
#include "notepad_doc.h"
#include "notepad_pages.h"
#include "notepad_window.h"
#include "notepad_point.h"
#include "notepad_thumbnail.h"
Go to the source code of this file.
Namespaces | |
namespace | notepad |
Functions | |
gboolean | notepad::static_pageflip (gpointer data) |
static gboolean | notepad::check_filename_valid (const char *filename) |
Variables | |
static const char | notepad::ILLEGAL_FILENAME_CHARS [] = "/\\:*?<>|" |