EgtInterface 2.1k6 :

- aggiunto prototipo EgtSetNestKey
- aggiunto prototipo EgtSetLineAttribs.
This commit is contained in:
Dario Sassi
2019-12-02 07:36:54 +00:00
parent 6072a49dc3
commit 850ee740f4
3 changed files with 14 additions and 0 deletions
+7
View File
@@ -50,6 +50,13 @@ __stdcall EgtSetBackground( const int TopCol[4], const int BottomCol[4], BOOL bR
return ( ExeSetBackground( Color( TopCol), Color( BottomCol), ( bRedraw != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetLineAttribs( int nWidth)
{
return ( ExeSetLineAttribs( nWidth) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetMarkAttribs( const int MarkCol[4])