summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-10-25 05:26:49 +0000
committerManolo Gouy <Manolo>2017-10-25 05:26:49 +0000
commiteb440f2d705110e189c0f7b475a23f33953d8a4a (patch)
tree9d0dc463a71471c6c4a5f986de336ef2e9b1de4c
parent84aba46e8ae5b2520125a69af49004fa032d33ff (diff)
Doxygen doc: separate the doc of the getter and the setter member functions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12525 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl.H6
1 files changed, 3 insertions, 3 deletions
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.
*/