Home
last modified time | relevance | path

Searched refs:listbox_proc (Results 1 – 11 of 11) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_snippet_panel/
H A D__init__.py63 listbox_proc(self.h_list, LISTBOX_THEME)
101 index = listbox_proc(self.h_list, LISTBOX_GET_SEL)
118 listbox_proc(self.h_list, LISTBOX_DELETE_ALL)
119 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=-1)
136 listbox_proc(self.h_list, LISTBOX_ADD, index=-1, text=i['name'])
138 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=0)
139 listbox_proc(self.h_list, LISTBOX_SET_TOP, index=0)
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_snippet_panel/
H A D__init__.py63 listbox_proc(self.h_list, LISTBOX_THEME)
101 index = listbox_proc(self.h_list, LISTBOX_GET_SEL)
118 listbox_proc(self.h_list, LISTBOX_DELETE_ALL)
119 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=-1)
136 listbox_proc(self.h_list, LISTBOX_ADD, index=-1, text=i['name'])
138 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=0)
139 listbox_proc(self.h_list, LISTBOX_SET_TOP, index=0)
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_tabs_list/
H A D__init__.py83 listbox_proc(self.h_list, LISTBOX_SET_SHOW_X, index=2)
84 listbox_proc(self.h_list, LISTBOX_SET_HOTTRACK, index=1)
85 listbox_proc(self.h_list, LISTBOX_SET_COLUMN_SEP, text='|')
92 listbox_proc(self.h_list, LISTBOX_SET_COLUMNS, text=sizes)
128 listbox_proc(self.h_list, LISTBOX_DELETE_ALL)
176 cnt = listbox_proc(self.h_list, LISTBOX_ADD_PROP, index=-1,
179 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=cnt-1)
191 sel = listbox_proc(self.h_list, LISTBOX_GET_SEL)
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_tabs_list/
H A D__init__.py83 listbox_proc(self.h_list, LISTBOX_SET_SHOW_X, index=2)
84 listbox_proc(self.h_list, LISTBOX_SET_HOTTRACK, index=1)
85 listbox_proc(self.h_list, LISTBOX_SET_COLUMN_SEP, text='|')
92 listbox_proc(self.h_list, LISTBOX_SET_COLUMNS, text=sizes)
128 listbox_proc(self.h_list, LISTBOX_DELETE_ALL)
176 cnt = listbox_proc(self.h_list, LISTBOX_ADD_PROP, index=-1,
179 listbox_proc(self.h_list, LISTBOX_SET_SEL, index=cnt-1)
191 sel = listbox_proc(self.h_list, LISTBOX_GET_SEL)
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_testing_dlg_proc/
H A D__init__.py136 index_sel = listbox_proc(self.id_listbox, LISTBOX_GET_SEL)
149 index_sel = listbox_proc(self.id_listbox, LISTBOX_GET_SEL)
151 show_x = listbox_proc(self.id_listbox, LISTBOX_GET_SHOW_X)>0
194 val = listbox_proc(self.id_listbox, LISTBOX_GET_SHOW_X)
196 listbox_proc(self.id_listbox, LISTBOX_SET_SHOW_X, index=val)
204 listbox_proc(self.id_listbox, LISTBOX_SET_COLUMN_SEP, text='|')
205 cols = listbox_proc(self.id_listbox, LISTBOX_GET_COLUMNS)
210 listbox_proc(self.id_listbox, LISTBOX_SET_COLUMNS, text=[])
726 listbox_proc(h_list, LISTBOX_SET_SEL, index=2)
727 listbox_proc(h_list, LISTBOX_SET_ITEM_H, index=28)
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_prefs/
H A Ddlg.py529 listbox_proc(self._h_list, LISTBOX_SET_SEL, index=_ind)
531 listbox_proc(self._h_list, LISTBOX_SET_TOP, index=_top)
810 listbox_proc(self._h_list, LISTBOX_SET_COLUMN_SEP, text=LIST_SEP)
813 listbox_proc(self._h_list, LISTBOX_SET_HEADER_IMAGELIST, text=h_iml)
877 listbox_proc(self._h_list, LISTBOX_DELETE_ALL)
885 listbox_proc(self._h_list, LISTBOX_ADD, index=-1, text=row_txt)
887 _rows = listbox_proc(self._h_list, LISTBOX_GET_COUNT)
895 listbox_proc(self._h_list, LISTBOX_SET_SEL, ind)
907 listbox_proc(self._h_list, LISTBOX_SET_HEADER, text=column_captions_str)
1072 _sel_ind = listbox_proc(self._h_list, LISTBOX_GET_SEL)
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_prefs/
H A Ddlg.py529 listbox_proc(self._h_list, LISTBOX_SET_SEL, index=_ind)
531 listbox_proc(self._h_list, LISTBOX_SET_TOP, index=_top)
810 listbox_proc(self._h_list, LISTBOX_SET_COLUMN_SEP, text=LIST_SEP)
813 listbox_proc(self._h_list, LISTBOX_SET_HEADER_IMAGELIST, text=h_iml)
877 listbox_proc(self._h_list, LISTBOX_DELETE_ALL)
885 listbox_proc(self._h_list, LISTBOX_ADD, index=-1, text=row_txt)
887 _rows = listbox_proc(self._h_list, LISTBOX_GET_COUNT)
895 listbox_proc(self._h_list, LISTBOX_SET_SEL, ind)
907 listbox_proc(self._h_list, LISTBOX_SET_HEADER, text=column_captions_str)
1072 _sel_ind = listbox_proc(self._h_list, LISTBOX_GET_SEL)
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/readme/wiki/
H A Dcudatext_api.wiki1252 ** type "listbox_ex": pass handle to listbox_proc()
1562 ===listbox_proc===
3484 * add: listbox_proc: LISTBOX_THEME
4089 * add: listbox_proc: LISTBOX_ADD returns count of items
4093 * add: listbox_proc: LISTBOX_ADD_PROP
4117 * add: listbox_proc: LISTBOX_GET_SCROLLPOS_HORZ
4118 * add: listbox_proc: LISTBOX_SET_SCROLLPOS_HORZ
4119 * add: listbox_proc: LISTBOX_GET_SCROLLSTYLE_HORZ
4120 * add: listbox_proc: LISTBOX_SET_SCROLLSTYLE_HORZ
4121 * add: listbox_proc: LISTBOX_GET_SCROLLSTYLE_VERT
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/
H A Dcudatext.py1134 def listbox_proc(id_listbox, id_action, index=0, text="", tag=0): function
1135 return ct.listbox_proc(id_listbox, id_action, index, to_str(text), to_str(tag))
/dports/editors/cudatext/CudaText-1.151.0/app/py/
H A Dcudatext.py1134 def listbox_proc(id_listbox, id_action, index=0, text="", tag=0): function
1135 return ct.listbox_proc(id_listbox, id_action, index, to_str(text), to_str(tag))
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_py_api.inc5986 //listbox_proc(id_listbox, id_action, index, text)
5998 …if Bool(PyArg_ParseTuple(Args, 'Liiss:listbox_proc', @IdList, @IdAction, @NIndex, @PtrText, @PtrTa…
6005 MsgLogConsole('ERROR: listbox_proc() gets bad handle, of type '+Obj.ClassName);
6308 …MsgLogConsole('ERROR: listbox_proc(LISTBOX_SET_HEADER_IMAGELIST) gets bad handle, of type '+Obj.Cl…
9832 AddMethod('listbox_proc', @api_listbox_proc, '');