added sysprog entities
This commit is contained in:
19
SYSPROG/STPROCINS/RTI_IDE_GET_ENTITY_EQUATES.txt
Normal file
19
SYSPROG/STPROCINS/RTI_IDE_GET_ENTITY_EQUATES.txt
Normal file
@ -0,0 +1,19 @@
|
||||
compile insert RTI_IDE_GET_ENTITY_Equates
|
||||
/*
|
||||
** Copyright (C) 2012-2015 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
This program 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 : MTR
|
||||
Date : December 2015
|
||||
Purpose : Constants for use with the RTI_IDE_GET_ENTITY handler procs
|
||||
*/
|
||||
|
||||
equ IDE_GET_ENTITY_APPID$ to 1 ;* Appid the window will be 'locked' into
|
||||
equ IDE_GET_ENTITY_TYPECLASS$ to 2 ;* TYPE/Class of the entity To Lock in. Separated byt an '*'
|
||||
equ IDE_GET_ENTITY_HIDEINHERIT$ to 3 ;* if TRUE$ then don't allow inherited entities to be shown
|
||||
equ IDE_GET_ENTITY_FILTERSTRING$ to 4 ;* filter string used to load the dialog
|
||||
equ IDE_GET_ENTITY_INITXY$ to 5 ;* @vm'd position to display the dialog at. If not set the display over @focus
|
||||
equ IDE_GET_ENTITY_INITENTITY$ to 6 ;* TYPE/Class of the entity To Lock in. Separated byt an '*'
|
Reference in New Issue
Block a user