diff --git a/FL/Fl.H b/FL/Fl.H index 56d5151c7..b7c68b332 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -1185,15 +1185,15 @@ int main() { // Drag-n-drop text operation methods... /** - Gets or sets whether drag and drop text operations are supported. + Sets whether drag and drop text operations are supported. This specifically affects whether selected text can be dragged from text fields or dragged within a text field as a cut/paste shortcut. */ static void dnd_text_ops(int v) { option(OPTION_DND_TEXT, (v!=0)); } /** - Gets or sets whether drag and drop text operations are - supported. This specifically affects whether selected text can + Gets whether drag and drop text operations are + supported. This returns whether selected text can be dragged from text fields or dragged within a text field as a cut/paste shortcut. */