Home
last modified time | relevance | path

Searched refs:list_colors (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pmg_qt/
H A Dpymol_qt_gui.py550 form.list_colors.setSortingEnabled(True)
554 form.list_colors.addItem(color_index[0])
596 if not form.list_colors.findItems(name, Qt.MatchExactly):
597 form.list_colors.addItem(name)
598 form.list_colors.setCurrentItem(
599 form.list_colors.findItems(name, Qt.MatchExactly)[0])
609 form.list_colors.currentTextChanged.connect(form.input_name.setText)
/dports/math/sc/sc-7.16/
H A Dcolor.c256 list_colors(FILE *f) in list_colors() function
H A Dsc.h509 extern void list_colors(FILE *f);
H A Dsc.c1312 if (!brokenpipe) list_colors(f); in main()
/dports/deskutils/just/just-0.10.5/tests/
H A Dmisc.rs1488 name: list_colors,