Home
last modified time | relevance | path

Searched refs:DlgSelect (Results 1 – 8 of 8) sorted by relevance

/dports/math/ngraph/Ngraph-6.3.54-src/x11/
H A Dx11lgnd.c1770 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmLineDel()
1793 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmLineUpdate()
1833 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmCurveDel()
1856 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmCurveUpdate()
1895 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmPolyDel()
1918 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmPolyUpdate()
1957 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmRectDel()
1980 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmRectUpdate()
2019 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmArcDel()
2042 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmArcUpdate()
[all …]
H A Dx11dialg.c134 struct SelectDialog DlgSelect; variable
247 DlgSelect.widget=NULL; in initdialog()
248 DlgSelect.resource="multi_select"; in initdialog()
H A Dx11merge.c223 SelectDialog(&DlgSelect,obj,FileCB,(struct narray *)&farray,NULL); in CmMergeClose()
224 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmMergeClose()
246 SelectDialog(&DlgSelect,obj,FileCB,(struct narray *)&farray,NULL); in CmMergeUpdate()
247 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmMergeUpdate()
H A Dx11axis.c2073 SelectDialog(&DlgSelect,fobj,FileCB,(struct narray *)&farray,NULL); in AxisDialogFile()
2074 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in AxisDialogFile()
2566 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmAxisZoom()
2602 SelectDialog(&DlgSelect,obj,AxisCB,(struct narray *)&farray,NULL); in CmAxisClear()
2603 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmAxisClear()
2662 SelectDialog(&DlgSelect,obj,GridCB,(struct narray *)&farray,NULL); in CmAxisGridDel()
2663 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmAxisGridDel()
2685 SelectDialog(&DlgSelect,obj,GridCB,(struct narray *)&farray,NULL); in CmAxisGridUpdate()
2686 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmAxisGridUpdate()
3307 SelectDialog(&DlgSelect,obj,AxisCB,(struct narray *)&farray,NULL); in CmAxisWinScaleUndo()
[all …]
H A Dx11commn.c1292 SelectDialog(&DlgSelect,fobj,FileCB,(struct narray *)&farray, in SetFileHidden()
1294 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in SetFileHidden()
H A Dx11dialg.h770 extern struct SelectDialog DlgSelect;
H A Dx11file.c3004 SelectDialog(&DlgSelect,obj,FileCB,(struct narray *)&farray,NULL); in CmFileClose()
3005 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in CmFileClose()
3037 SelectDialog(&DlgSelect,obj,FileCB,(struct narray *)&farray,NULL); in CmFileUpdate()
3038 ret=DialogExecute(TopLevel,&DlgSelect); in CmFileUpdate()
H A Dx11view.c503 SelectDialog(&DlgSelect,obj,AxisCB,(struct narray *)&farray,NULL); in Trimming()
504 if (DialogExecute(TopLevel,&DlgSelect)==IDOK) { in Trimming()