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)
|
||||
|
||||
Reference in New Issue
Block a user