Home
last modified time | relevance | path

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

/dports/games/springlobby/springlobby-0.180/src/
H A Dui.cpp365 TextEntryDialog name_dlg( &mw(), question, heading, answer, multiline ); in AskText() local
366 int res = name_dlg.ShowModal(); in AskText()
367 answer = name_dlg.GetValue(); in AskText()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Ddlgutil1.c8355 DialoG name_dlg; member
8379 vnp = (ValNodePtr) DialogToPointer (dlg->name_dlg); in ChangeValueListRowName()
8414 PointerToDialog (dlg->name_dlg, &vn); in NameValuePairToDialog()
8423 PointerToDialog (dlg->name_dlg, nvp->name_vnp); in NameValuePairToDialog()
8446 name_vnp = DialogToPointer (dlg->name_dlg); in DialogToNameValuePair()
8492 name_vnp = DialogToPointer (dlg->name_dlg); in TestValueListRowDialog()
8549 dlg->name_dlg = ValNodeSelectionDialog (p, CopyChoiceList(choice_list), 1, in ValueListRowDialog()
8557 PointerToDialog (dlg->name_dlg, &vn); in ValueListRowDialog()