Home
last modified time | relevance | path

Searched refs:LISTBOX_SET_COLUMN_SEP (Results 1 – 10 of 10) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_tabs_list/
H A D__init__.py85 listbox_proc(self.h_list, LISTBOX_SET_COLUMN_SEP, text='|')
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_tabs_list/
H A D__init__.py85 listbox_proc(self.h_list, LISTBOX_SET_COLUMN_SEP, text='|')
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dproc_py_const.pas454 LISTBOX_SET_COLUMN_SEP = 23;
H A Dformmain_py_api.inc6213 LISTBOX_SET_COLUMN_SEP:
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/
H A Dcudatext.py468 LISTBOX_SET_COLUMN_SEP = 23 variable
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_testing_dlg_proc/
H A D__init__.py204 listbox_proc(self.id_listbox, LISTBOX_SET_COLUMN_SEP, text='|')
/dports/editors/cudatext/CudaText-1.151.0/app/py/
H A Dcudatext.py468 LISTBOX_SET_COLUMN_SEP = 23 variable
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_prefs/
H A Ddlg.py810 listbox_proc(self._h_list, LISTBOX_SET_COLUMN_SEP, text=LIST_SEP)
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_prefs/
H A Ddlg.py810 listbox_proc(self._h_list, LISTBOX_SET_COLUMN_SEP, text=LIST_SEP)
/dports/editors/cudatext/CudaText-1.151.0/app/readme/wiki/
H A Dcudatext_api.wiki1601 …SET_HEADER: Sets header string. It may contain "column separator char", see LISTBOX_SET_COLUMN_SEP.
1615 * LISTBOX_SET_COLUMN_SEP: Sets column separator char. Param "text" must be single-char string.
1621 listbox_proc(h_list, LISTBOX_SET_COLUMN_SEP, text='|')
4028 * add: listbox_proc: LISTBOX_GET_COLUMN_SEP, LISTBOX_SET_COLUMN_SEP