Home
last modified time | relevance | path

Searched refs:d_cocoaTextView (Results 1 – 2 of 2) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DGuiText.cpp714 [my d_cocoaTextView setDelegate: my d_cocoaTextView]; in GuiText_create()
765 if (my d_cocoaTextView) { in GuiText_copy()
788 if (my d_cocoaTextView) { in GuiText_cut()
916 my d_cocoaTextView : in GuiText_getStringAndSelectionPosition()
966 if (my d_cocoaTextView) { in GuiText_paste()
978 if (my d_cocoaTextView) { in GuiText_redo()
997 if (my d_cocoaTextView) { in GuiText_remove()
1038 if (my d_cocoaTextView) { in GuiText_replace()
1068 if (my d_cocoaTextView) in GuiText_scrollToSelection()
1107 if (my d_cocoaTextView) in GuiText_setFontSize()
[all …]
H A DGui.h920 GuiCocoaTextView *d_cocoaTextView; in Thing_define() local