INTEGRATION: CWS presentationengine01 (1.13.94); FILE MERGED
2004/10/13 00:04:17 thb 1.13.94.2: RESYNC: (1.13-1.14); FILE MERGED 2004/08/29 18:06:21 cl 1.13.94.1: added support for non selectable entries
This commit is contained in:
parent
93de2b545b
commit
01f7fa85eb
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: svimpbox.hxx,v $
|
||||
*
|
||||
* $Revision: 1.15 $
|
||||
* $Revision: 1.16 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2004-11-17 15:01:51 $
|
||||
* last change: $Author: rt $ $Date: 2004-11-26 21:04:35 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -396,6 +396,8 @@ public:
|
|||
inline void EnableCellFocus() { bIsCellFocusEnabled = TRUE; }
|
||||
bool SetCurrentTabPos( USHORT _nNewPos );
|
||||
inline USHORT GetCurrentTabPos() const { return nCurTabPos; }
|
||||
|
||||
bool IsSelectable( const SvLBoxEntry* pEntry );
|
||||
};
|
||||
|
||||
inline Image& SvImpLBox::implGetImageLocation( const ImageType _eType, BmpColorMode _eMode )
|
||||
|
|
Loading…
Reference in a new issue