Ejemplo n.º 1
0
bool ContactGui::isChatVisible() 
{ 
    return GetKeyhoteeWindow()->isSelectedContactGui(this) && _view->isChatSelected(); 
}
Ejemplo n.º 2
0
void display_main_window()
{
  KeyhoteeMainWindow* mainwindow = GetKeyhoteeWindow();
  mainwindow->show();
}