Home
last modified time | relevance | path

Searched refs:OnCtxTabOptions (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameLobby.h124 void OnCtxTabOptions(C4GUI::Element *pListItem) { OnTabOptions(nullptr); } in OnCtxTabOptions() function
H A DC4GameLobby.cpp594 new C4GUI::CBMenuHandler<MainDlg>(this, &MainDlg::OnCtxTabOptions)); in OnRightTabContext()