mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 15:22:21 +00:00
[MSCTFIME][CICERO] Half-implement CIMEUIWindowHandler (#6521)
Supporting TIPs... JIRA issue: CORE-19360 - Add implementation to CIMEUIWindowHandler class.
This commit is contained in:
parent
353edbd3f4
commit
69b08be0e0
8 changed files with 407 additions and 20 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
enum { TIMER_ID = 0x4F83AF91 };
|
||||
CicCaret();
|
||||
virtual ~CicCaret();
|
||||
operator HWND() const { return m_hWnd; }
|
||||
|
||||
void CreateCaret(HWND hWnd, SIZE size);
|
||||
void DestroyCaret();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue