Searched refs:toolbar_proc (Results 1 – 8 of 8) sorted by relevance
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_testing_dlg_proc/ |
H A D | __init__.py | 343 cnt = toolbar_proc(id_bar, TOOLBAR_GET_COUNT) 344 index = toolbar_proc(id_bar, TOOLBAR_GET_INDEX_HOVERED) 1073 imglist_id = toolbar_proc(tb_id, TOOLBAR_GET_IMAGELIST) 1079 toolbar_proc(tb_id, TOOLBAR_ADD_ITEM) 1080 count = toolbar_proc(tb_id, TOOLBAR_GET_COUNT) 1081 btn_id = toolbar_proc(tb_id, TOOLBAR_GET_BUTTON_HANDLE, index=count-1) 1088 toolbar_proc(tb_id, TOOLBAR_ADD_ITEM) 1089 count = toolbar_proc(tb_id, TOOLBAR_GET_COUNT) 1097 toolbar_proc(tb_id, TOOLBAR_ADD_ITEM) 1098 count = toolbar_proc(tb_id, TOOLBAR_GET_COUNT) [all …]
|
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_project_man/ |
H A D | __init__.py | 138 toolbar_proc(h_bar, TOOLBAR_ADD_ITEM) 139 cnt = toolbar_proc(h_bar, TOOLBAR_GET_COUNT) 140 h_btn = toolbar_proc(h_bar, TOOLBAR_GET_BUTTON_HANDLE, index=cnt-1) 233 self.toolbar_imglist = toolbar_proc(self.h_bar, TOOLBAR_GET_IMAGELIST) 244 toolbar_proc(self.h_bar, TOOLBAR_THEME) 253 toolbar_proc(self.h_bar, TOOLBAR_UPDATE)
|
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_project_man/ |
H A D | __init__.py | 138 toolbar_proc(h_bar, TOOLBAR_ADD_ITEM) 139 cnt = toolbar_proc(h_bar, TOOLBAR_GET_COUNT) 140 h_btn = toolbar_proc(h_bar, TOOLBAR_GET_BUTTON_HANDLE, index=cnt-1) 233 self.toolbar_imglist = toolbar_proc(self.h_bar, TOOLBAR_GET_IMAGELIST) 244 toolbar_proc(self.h_bar, TOOLBAR_THEME) 253 toolbar_proc(self.h_bar, TOOLBAR_UPDATE)
|
/dports/editors/cudatext/CudaText-1.151.0/app/ |
H A D | formmain_py_toolbars.inc | 21 MsgLogConsole('ERROR: toolbar_proc() gets bad handle of type '+Obj.ClassName);
|
H A D | formmain_py_api.inc | 8407 //toolbar_proc(id_toolbar, id_action, text="", text2="", command="", index=-1, index2=-1) 8418 if Bool(PyArg_ParseTuple(Args, 'sisssii:toolbar_proc', 9830 AddMethod('toolbar_proc', @api_toolbar_proc, '');
|
/dports/editors/cudatext/CudaText-1.151.0/app/readme/wiki/ |
H A D | cudatext_api.wiki | 1256 ** type "toolbar": pass handle to toolbar_proc() 1805 ===toolbar_proc=== 3396 * add: toolbar_proc() 3485 * add: toolbar_proc: TOOLBAR_THEME 3486 * add: toolbar_proc: used new callback form 3513 * add: toolbar_proc: TOOLBAR_GET_IMAGELIST 3633 * add: toolbar_proc: TOOLBAR_UPDATE 3636 * add: toolbar_proc: TOOLBAR_GET_COUNT 3637 * add: toolbar_proc: TOOLBAR_GET_BUTTON_HANDLE 4014 * add: toolbar_proc: TOOLBAR_GET_BUTTON_HANDLES [all …]
|
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/ |
H A D | cudatext.py | 1137 def toolbar_proc(id_toolbar, id_action, text="", text2="", command=0, index=-1, index2=-1): function 1142 return ct.toolbar_proc(str(id_toolbar), id_action, text, text2, str(command), index, index2)
|
/dports/editors/cudatext/CudaText-1.151.0/app/py/ |
H A D | cudatext.py | 1137 def toolbar_proc(id_toolbar, id_action, text="", text2="", command=0, index=-1, index2=-1): function 1142 return ct.toolbar_proc(str(id_toolbar), id_action, text, text2, str(command), index, index2)
|