added sysprog entities
This commit is contained in:
40
SYSPROG/STPROCINS/PS_CHOOSEDIR_EQUATES.txt
Normal file
40
SYSPROG/STPROCINS/PS_CHOOSEDIR_EQUATES.txt
Normal file
@ -0,0 +1,40 @@
|
||||
compile insert ps_ChooseDir_Equates
|
||||
/*
|
||||
** Copyright (C) 2015 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
Author Mr C
|
||||
Date Dec 2015
|
||||
Purpose Equates for use with the FILESYSTEM CHOOSEDIR method
|
||||
|
||||
Comments
|
||||
========
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef _PS_CHOOSEDIR_EQUATES_
|
||||
#define _PS_CHOOSEDIR_EQUATES_
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
* // CHOOSEDIR method
|
||||
* //
|
||||
* // dir = Exec_Method( "FILESYSTEM", |
|
||||
* // "CHOOSEDIR", |
|
||||
* // OwnerWindow, |
|
||||
* // ChooseDirOptions )
|
||||
|
||||
* // ChooseDirOptions equates
|
||||
equ CHDIR_POS_TITLE$ to 1
|
||||
equ CHDIR_POS_INITDIR$ to 2
|
||||
equ CHDIR_POS_HIDENEWBTN$ to 3
|
||||
equ CHDIR_POS_SHOWFILES$ to 4
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#endif
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
Reference in New Issue
Block a user