#include "driver.h"
#include "scbcolor.h"
#include "scbconfig.h"
#include "scbpage.h"
#include "scbpages.h"
#include "scbpath.h"
#include "scbpoint.h"
#include "scbpoints.h"
#include "scbstroke.h"
#include "scbstrokes.h"
#include "scbdoc.h"
#include "scbtype.h"
#include "scbmacro.h"
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS void | erscribble_init () |
void | erscribble_uninit () |
G_BEGIN_DECLS void erscribble_init | ( | ) |
Description: All scribble definitions Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
Definition at line 60 of file scb.c.
References erscribble_driver_init().
Referenced by notepad::CNotepadDoc::CNotepadDoc(), and test::ScribbleMgr::ScribbleMgr().
00061 { 00062 erscribble_driver_init(); 00063 }
void erscribble_uninit | ( | ) |
Definition at line 66 of file scb.c.
References erscribble_driver_close().
Referenced by notepad::CNotepadDoc::~CNotepadDoc(), and test::ScribbleMgr::~ScribbleMgr().
00067 { 00068 erscribble_driver_close(); 00069 }