예제 #1
0
bool ContactGui::isChatVisible() 
{ 
    return GetKeyhoteeWindow()->isSelectedContactGui(this) && _view->isChatSelected(); 
}
예제 #2
0
파일: main.cpp 프로젝트: darwin/BitShares
void display_main_window()
{
  KeyhoteeMainWindow* mainwindow = GetKeyhoteeWindow();
  mainwindow->show();
}