diff options
author | Thomas Lange <tl@openoffice.org> | 2002-05-24 06:33:10 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-05-24 06:33:10 +0000 |
commit | 8960f57cdd3f8d404ba123d4b546bfcadf98429a (patch) | |
tree | 80cb391620facb3418e03f26962535f1280368f2 /starmath/inc/toolbox.hxx | |
parent | 007558d04b2d4f6a2f7460b91a683e20d41ac384 (diff) |
#98791# Highcontrast bitmaps for accessibility
Diffstat (limited to 'starmath/inc/toolbox.hxx')
-rw-r--r-- | starmath/inc/toolbox.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx index c81078e969ad..4621923be4ba 100644 --- a/starmath/inc/toolbox.hxx +++ b/starmath/inc/toolbox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: toolbox.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tl $ $Date: 2002-04-24 13:24:47 $ + * last change: $Author: tl $ $Date: 2002-05-24 07:30:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,7 @@ #include "config.hxx" #endif +#include "dialog.hrc" #define NUM_TBX_CATEGORIES 9 @@ -88,11 +89,15 @@ protected: ToolBox aToolBoxCat; ToolBox *pToolBoxCmd; ToolBox *vToolBoxCategories[NUM_TBX_CATEGORIES]; + ImageList *aImageLists [NUM_TBX_CATEGORIES + 1]; /* regular */ + ImageList *aImageListsH[NUM_TBX_CATEGORIES + 1]; /* high contrast */ USHORT nActiveCategory; virtual BOOL Close(); virtual void GetFocus(); + void ApplyImageLists(); + DECL_LINK( CategoryClickHdl, ToolBox* ); DECL_LINK( CmdSelectHdl, ToolBox* ); @@ -104,6 +109,7 @@ public: // Window virtual void StateChanged( StateChangedType nStateChange ); + virtual void DataChanged( const DataChangedEvent &rEvt ); void AdjustPosition(const Point &rPoint); void SetCategory(USHORT nCategory); |