added sysprog entities
This commit is contained in:
47
SYSPROG/STPROCINS/PS_TREEVIEW_EQUATES.txt
Normal file
47
SYSPROG/STPROCINS/PS_TREEVIEW_EQUATES.txt
Normal file
@ -0,0 +1,47 @@
|
||||
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
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
Reference in New Issue
Block a user