home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IDRGSTYL_
- #define _IDRGSTYL_
- /*--------------------------------------------------------------*/
- /* CLASSES NAMES: Drag&Drop flag classes: */
- /* IDragOperations */
- /* IDragControl */
- /* IDragSupportedOps */
- /* IEDropFlag */
- /* */
- /* DESCRIPTION : This classes are style classes for the */
- /* various IDrag* classes. */
- /* */
- /* CHANGE ACTIVITY: */
- /* --------------- */
- /* DATE: INITIAL: DESCRIPTION: */
- /* 08/13/92 PHG Creation from IFREXTAT.HPP */
- /* 09/04/92 PHG Use Hiroshi's bitflag classes */
- /*--------------------------------------------------------------*/
- /* Copyright (C) IBM Corporation 1992 */
- /*--------------------------------------------------------------*/
- #include <ibasetyp.hpp>
- #include <ibitflag.hpp>
-
- /********************************************************/
- /* Drop indicator flags */
- /********************************************************/
- enum IEDropFlag {nodrop = 0x0000,
- drop = 0x0001,
- nodropop = 0x0002,
- neverdrop = 0x0003};
-
- #endif /* _IDRGSTYL_ */