-
Notifications
You must be signed in to change notification settings - Fork 0
/
papyrus-gtkmm.h
43 lines (41 loc) · 2.27 KB
/
papyrus-gtkmm.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/***************************************************************************
* Copyright (C) 2004 by Rick L. Vinyard, Jr. *
* *
* This file is part of the papyrus library. *
* *
* papyrus is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Lesser General Public License *
* version 3.0 as published by the Free Software Foundation. *
* *
* papyrus is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License version 3.0 for more details. *
* *
* You should have received a copy of the GNU Lesser General Public *
* License along with the papyrus library. If not, see *
* <http://www.gnu.org/licenses/>. *
***************************************************************************/
#ifndef PAPYRUSGTKMM_H
#define PAPYRUSGTKMM_H
#include <papyrus.h>
#include <papyrus-gtkmm/enums.h>
#include <papyrus-gtkmm/animatorbouncewidget.h>
#include <papyrus-gtkmm/animatorframeintervalwidget.h>
#include <papyrus-gtkmm/animatorframeratewidget.h>
#include <papyrus-gtkmm/drawabletreeview.h>
#include <papyrus-gtkmm/linecapbuttonbox.h>
#include <papyrus-gtkmm/linecapcombobox.h>
#include <papyrus-gtkmm/linejoinbuttonbox.h>
#include <papyrus-gtkmm/linejoincombobox.h>
#include <papyrus-gtkmm/linewidthcombobox.h>
#include <papyrus-gtkmm/markercombobox.h>
#include <papyrus-gtkmm/markerwidget.h>
#include <papyrus-gtkmm/scrolleddrawabletreeview.h>
#include <papyrus-gtkmm/scrolledviewport.h>
#include <papyrus-gtkmm/strokedialog.h>
#include <papyrus-gtkmm/strokewidget.h>
#include <papyrus-gtkmm/utility.h>
#include <papyrus-gtkmm/viewport.h>
#endif