Home
last modified time | relevance | path

Searched refs:showposition (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/djview4/djview4-4.12/
H A DNEWS72 - Added showposition in advanced option copyUrl.
90 - Support for Lizardtech's plugin option -showposition.
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A DTextEditP.h138 Boolean showposition; /* True if we need to show the position. */ member
H A DTextEdit.c896 ctx->text.showposition = TRUE;
970 ctx->text.showposition = TRUE;
2035 w->text.showposition = FALSE;
2057 w->text.showposition = TRUE;
2092 w->text.showposition = TRUE;
2184 text->showposition = TRUE;
2318 oldtext->showposition = TRUE;
H A Dsub.c800 ctx->text.showposition = FALSE;
963 || ctx->text.showposition)
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/X11/Xaw3d/
H A DTextP.h212 Boolean showposition; /* True if we need to show the position. */ member
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/include/X11/Xaw3dxft/
H A DTextP.h205 Boolean showposition; /* True if we need to show the position. */ member
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DTextP.h218 Boolean showposition; /* True if we need to show the position. */ member
H A DText.c527 ctx->text.showposition = TRUE;
2721 ctx->text.showposition = FALSE;
2875 if((ctx->text.old_insert != ctx->text.insertPos) || (ctx->text.showposition))
2989 newtw->text.showposition = TRUE;
3339 ctx->text.showposition = TRUE;
H A DTextAction.c932 ctx->text.showposition = TRUE;
1144 ctx->text.showposition = TRUE;
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DTextP.h212 Boolean showposition; /* True if we need to show the position. */ member
H A DText.c545 ctx->text.showposition = TRUE;
2748 ctx->text.showposition = FALSE;
2902 if((ctx->text.old_insert != ctx->text.insertPos) || (ctx->text.showposition))
3016 newtw->text.showposition = TRUE;
3366 ctx->text.showposition = TRUE;
H A DTextAction.c939 ctx->text.showposition = TRUE;
1154 ctx->text.showposition = TRUE;
/dports/x11-toolkits/libXaw/libXaw-1.0.14/include/X11/Xaw/
H A DTextP.h233 Boolean showposition; /* True if we need to show the position */ member
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DText.c920 ctx->text.showposition = True; in XawTextInitialize()
2311 Bool showposition = tw->text.showposition; in _SetSelection() local
2314 tw->text.showposition = False; in _SetSelection()
2345 tw->text.showposition = (Boolean)showposition; in _SetSelection()
3299 ctx->text.showposition = False; in _XawTextPrepareToUpdate()
3600 if(ctx->text.old_insert != ctx->text.insertPos || ctx->text.showposition) in _XawTextExecuteUpdate()
3639 ctx->text.showposition = True; in XawTextResize()
3730 newtw->text.showposition = True; in XawTextSetValues()
3963 ctx->text.showposition = True; in XawTextSetInsertionPoint()
H A DTextAction.c543 ctx->text.showposition = True; in Move()
617 ctx->text.showposition = True; in MoveForwardParagraph()
662 ctx->text.showposition = True; in MoveBackwardParagraph()
1341 ctx->text.showposition = TRUE; in _DeleteOrKill()
2454 ctx->text.showposition = True; in Indent()
2517 ctx->text.showposition = TRUE; in InsertNewLineAndBackupInternal()
4006 ctx->text.showposition = True;
4107 ctx->text.showposition = True;
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A DMakefile.am71 showconnect.c showposition.c slab.c slice.c socketconnect.c \
H A DMakefile.in78 showposition.lo slab.lo slice.lo socketconnect.lo sort.lo \
349 showconnect.c showposition.c slab.c slice.c socketconnect.c \
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DText.c573 ctx->text.showposition = TRUE; in Initialize()
2708 ctx->text.showposition = FALSE; in _XawTextPrepareToUpdate()
2859 if((ctx->text.old_insert != ctx->text.insertPos) || (ctx->text.showposition)) in _XawTextExecuteUpdate()
2972 newtw->text.showposition = TRUE; in SetValues()
3264 ctx->text.showposition = TRUE; in XawTextSetInsertionPoint()
H A DTextAction.c885 ctx->text.showposition = TRUE; in _DeleteOrKill()
1106 ctx->text.showposition = TRUE; in InsertNewLineAndBackupInternal()
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/src.x11/
H A Dgaptext.c1038 gap->text.showposition = TRUE; in GTDelete()
/dports/x11-toolkits/libXaw/libXaw-1.0.14/old-doc/
H A DChangelog541 Changed TextAction.c:Move() to set ctx->text.showposition, so that even