windows-chewing-tsf icon indicating copy to clipboard operation
windows-chewing-tsf copied to clipboard

IID_ITfLangBarItemMgr对应的语言栏怎么显示不出来

Open ryysoft opened this issue 5 years ago • 0 comments

我向里面加了几个按钮, if(threadMgr_->QueryInterface(IID_ITfLangBarItemMgr, (void**)&langBarItemMgr) == S_OK) { for(vector<LangBarButton*>::iterator it = langBarButtons_.begin(); it != langBarButtons_.end(); ++it) { LangBarButton* button = *it; langBarItemMgr->AddItem(button); } } 这一段代码也执行了,但是语言栏为什么不显示?在IME机制里叫状态栏,状态栏(语言栏)是必须有的,为什么加了按钮显示不出来?

ryysoft avatar Sep 14 '20 04:09 ryysoft