open-insight/SYSPROG/STPROCINS/PS_TREEVIEW_EQUATES.txt
2024-03-25 15:17:34 -07:00

48 lines
1.8 KiB
Plaintext

compile insert PS_TreeView_Equates
/*
** Copyright (C) 2013 Revelation Software Inc. All Rights Reserved **
This insert is proprietary and is not to be used by or disclosed
to others, nor is it to be copied without written permission from
Revelation Technologies, Inc.
Author : Wile C Coyote - Super Genius
Date : May 2013
Purpose : Constants for working with PS TREEVIEW object structures
Comments
========
Amended Date Reason
======= ==== ======
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#ifndef _PS_TREEVIEW_EQUATES_
#define _PS_TREEVIEW_EQUATES_
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
$insert ps_Equates
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// SYSREPOSWINEXES structure overrides
equ PSPOS_TVW_LINECOLOR$ to PSPOS_COLOR_1$
equ PSPOS_TVW_IMGLIST$ to PSPOS_IMGLIST_1$
equ PSPOS_TVW_IMGLIST_PROPS$ to PSPOS_IMGLIST_1_PROPS$
equ PSPOS_TVW_IMGLIST_STATE$ to PSPOS_IMGLIST_2$
equ PSPOS_TVW_IMGLIST_STATE_PROPS$ to PSPOS_IMGLIST_2_PROPS$
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#endif
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////