EgtInterface 2.1k6 :
- aggiunto prototipo EgtSetNestKey - aggiunto prototipo EgtSetLineAttribs.
This commit is contained in:
@@ -47,6 +47,13 @@ __stdcall EgtSetKey( const wchar_t* wsKey)
|
||||
return ( ExeSetKey( wstrztoA( wsKey)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetNestKey( const wchar_t* wsNestKey)
|
||||
{
|
||||
return ( ExeSetNestKey( wstrztoA( wsNestKey)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetFont( const wchar_t* wsNfeFontDir, const wchar_t* wsDefaultFont)
|
||||
|
||||
@@ -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])
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user