added/changed themes for new gallery
This commit is contained in:
parent
e732d2ba14
commit
a196509829
1 changed files with 24 additions and 12 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: gallery.hxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: ka $ $Date: 2000-10-25 14:44:02 $
|
||||
* last change: $Author: tv $ $Date: 2000-12-14 11:21:04 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -80,26 +80,26 @@
|
|||
#define SGA_FORMAT_STRING 0x00000001L
|
||||
#define SGA_FORMAT_GRAPHIC 0x00000010L
|
||||
#define SGA_FORMAT_SOUND 0x00000100L
|
||||
#define SGA_FORMAT_OLE 0x00001000L
|
||||
#define SGA_FORMAT_OLE 0x00001000L
|
||||
#define SGA_FORMAT_SVDRAW 0x00010000L
|
||||
#define SGA_FORMAT_ALL 0xFFFFFFFFL
|
||||
|
||||
#define SVX_GALLERY() (GalleryExplorer::GetGallery())
|
||||
|
||||
// Defines for preinstalled themes
|
||||
#define GALLERY_THEME_3D 1
|
||||
#define GALLERY_THEME_3D 1
|
||||
#define GALLERY_THEME_ANIMATIONS 2
|
||||
#define GALLERY_THEME_BULLETS 3
|
||||
#define GALLERY_THEME_CLIPARTS 4
|
||||
#define GALLERY_THEME_FLAGS 5
|
||||
#define GALLERY_THEME_OFFICE 4
|
||||
#define GALLERY_THEME_FLAGS 5
|
||||
#define GALLERY_THEME_FLOWCHARTS 6
|
||||
#define GALLERY_THEME_FORMS 7
|
||||
#define GALLERY_THEME_EMOTICONS 7
|
||||
#define GALLERY_THEME_PHOTOS 8
|
||||
#define GALLERY_THEME_BACKGROUNDS 9
|
||||
#define GALLERY_THEME_HOMEPAGE 10
|
||||
#define GALLERY_THEME_INTERACTION 11
|
||||
#define GALLERY_THEME_MAPS 12
|
||||
#define GALLERY_THEME_FURNITURE 13
|
||||
#define GALLERY_THEME_MAPS 12
|
||||
#define GALLERY_THEME_PEOPLE 13
|
||||
#define GALLERY_THEME_SURFACES 14
|
||||
#define GALLERY_THEME_HTMLBUTTONS 15
|
||||
#define GALLERY_THEME_POWERPOINT 16
|
||||
|
@ -108,10 +108,22 @@
|
|||
#define GALLERY_THEME_SYMBOLS 19
|
||||
#define GALLERY_THEME_MYTHEME 20
|
||||
#define GALLERY_THEME_USERSOUNDS 21
|
||||
#define GALLERY_THEME_ARROWS 22
|
||||
#define GALLERY_THEME_BALLOONS 23
|
||||
#define GALLERY_THEME_KEYBOARD 24
|
||||
#define GALLERY_THEME_TIME 25
|
||||
#define GALLERY_THEME_PRESENTATION 26
|
||||
#define GALLERY_THEME_CALENDAR 27
|
||||
#define GALLERY_THEME_NAVIGATION 28
|
||||
#define GALLERY_THEME_COMMUNICATION 29
|
||||
#define GALLERY_THEME_FINANCES 30
|
||||
#define GALLERY_THEME_COMPUTER 31
|
||||
|
||||
#define GALLERY_THEME_DUMMY3 22
|
||||
#define GALLERY_THEME_DUMMY4 23
|
||||
#define GALLERY_THEME_DUMMY5 24
|
||||
#define GALLERY_THEME_DUMMY1 32
|
||||
#define GALLERY_THEME_DUMMY2 33
|
||||
#define GALLERY_THEME_DUMMY3 34
|
||||
#define GALLERY_THEME_DUMMY4 35
|
||||
#define GALLERY_THEME_DUMMY5 36
|
||||
|
||||
// -------------------
|
||||
// - GalleryExplorer -
|
||||
|
|
Loading…
Reference in a new issue