mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
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
This commit is contained in:
@@ -1185,15 +1185,15 @@ int main() {
|
|||||||
|
|
||||||
// Drag-n-drop text operation methods...
|
// 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
|
This specifically affects whether selected text can
|
||||||
be dragged from text fields or dragged within a text field as a
|
be dragged from text fields or dragged within a text field as a
|
||||||
cut/paste shortcut.
|
cut/paste shortcut.
|
||||||
*/
|
*/
|
||||||
static void dnd_text_ops(int v) { option(OPTION_DND_TEXT, (v!=0)); }
|
static void dnd_text_ops(int v) { option(OPTION_DND_TEXT, (v!=0)); }
|
||||||
/**
|
/**
|
||||||
Gets or sets whether drag and drop text operations are
|
Gets whether drag and drop text operations are
|
||||||
supported. This specifically affects whether selected text can
|
supported. This returns whether selected text can
|
||||||
be dragged from text fields or dragged within a text field as a
|
be dragged from text fields or dragged within a text field as a
|
||||||
cut/paste shortcut.
|
cut/paste shortcut.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user