Пример #1
0
bool ContactGui::isChatVisible() 
{ 
    return GetKeyhoteeWindow()->isSelectedContactGui(this) && _view->isChatSelected(); 
}
Пример #2
0
void display_main_window()
{
  KeyhoteeMainWindow* mainwindow = GetKeyhoteeWindow();
  mainwindow->show();
}