Home
last modified time | relevance | path

Searched refs:tbFile (Results 1 – 6 of 6) sorted by relevance

/dports/devel/agar/agar-1.5.0/gui/
H A Dfile_dlg.c574 AG_Textbox *tb = fd->tbFile; in SelectGlobResult()
657 x = WIDGET(fd->tbFile)->rView.x2 - w; in ExpandGlobResults()
658 y = WIDGET(fd->tbFile)->rView.y1; in ExpandGlobResults()
835 AG_WidgetFocus(fd->tbFile); in OnShow()
973 AG_TextboxSetString(fd->tbFile, file); in AG_FileDlgSetFilename()
984 AG_TextboxSetString(fd->tbFile, s); in AG_FileDlgSetFilenameS()
1087 fd->tbFile = AG_TextboxNewS(fd, AG_TEXTBOX_EXCL, _("File: ")); in Init()
1175 AG_WidgetSizeReq(fd->tbFile, &rChld); in SizeRequest()
1219 AG_WidgetSizeReq(fd->tbFile, &r); in SizeAllocate()
1242 AG_WidgetSizeReq(fd->tbFile, &r); in SizeAllocate()
[all …]
H A Dfile_dlg.h76 AG_Textbox *tbFile; member
/dports/graphics/graphviz/graphviz-2.44.1/cmd/gvedit/
H A Dmainwindow.cpp616 tbFile = addToolBar(tr("File")); in toolBars()
617 tbFile->addAction(newAct); in toolBars()
618 tbFile->addAction(openAct); in toolBars()
619 tbFile->addAction(saveAct); in toolBars()
H A Dmainwindow.h87 QToolBar *tbFile; variable
/dports/games/stockfish/Stockfish-sf_14/src/syzygy/
H A Dtbprobe.cpp682 File tbFile = FILE_A; in do_probe_table() local
720 tbFile = File(edge_distance(file_of(squares[0]))); in do_probe_table()
726 if (!check_dtz_stm(entry, stm, tbFile)) in do_probe_table()
740 d = entry->get(stm, tbFile); in do_probe_table()
883 return map_score(entry, tbFile, decompress_pairs(d, idx), wdl); in do_probe_table()
/dports/cad/tkgate/tkgate-2.1/scripts/
H A Dtoolbar.tcl233 proc tbFile {w args} { procedure