EgtInterface 2.1k6 :
- aggiunto prototipo EgtSetNestKey - aggiunto prototipo EgtSetLineAttribs.
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user