summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-06-07 12:01:59 +0000
committerManolo Gouy <Manolo>2014-06-07 12:01:59 +0000
commitbaebff2227400ef54a92638d297fc0c23a4bd521 (patch)
tree88b6efae852185634761c2503844385f4ac826f8 /FL/Fl.H
parent460544455d9f449ce80abdab22e0244698444158 (diff)
STR #3088: make Fl_Native_File_Chooser use the standard GTK file dialog when available.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10186 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H12
1 files changed, 8 insertions, 4 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 020f38cce..e0bcd3194 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -173,7 +173,7 @@ public:
/// a text in a text widget will change focus to the next text widget.
/// (This is considered 'old' behavior)
///
- /// When switched off, the cursor will stop at the end of the text.
+ /// When switched off (default), the cursor will stop at the end of the text.
/// Pressing Tab or Ctrl-Tab will advance the keyboard focus.
///
/// See also: Fl_Input_::tab_nav()
@@ -189,19 +189,23 @@ public:
// decides to choose the file.
// \todo implement me
//OPTION_FILECHOOSER_PREVIEW,
- /// If visible focus is switched on, FLTK will draw a dotted rectangle
+ /// If visible focus is switched on (default), FLTK will draw a dotted rectangle
/// inside the widget that will receive the next keystroke. If switched
/// off, no such indicator will be drawn and keyboard navigation
/// is disabled.
OPTION_VISIBLE_FOCUS,
- /// If text drag-and-drop is enabled, the user can select and drag text
+ /// If text drag-and-drop is enabled (default), the user can select and drag text
/// from any text widget. If disabled, no dragging is possible, however
/// dropping text from other applications still works.
OPTION_DND_TEXT,
- /// If tooltips are enabled, hovering the mouse over a widget with a
+ /// If tooltips are enabled (default), hovering the mouse over a widget with a
/// tooltip text will open a little tooltip window until the mouse leaves
/// the widget. If disabled, no tooltip is shown.
OPTION_SHOW_TOOLTIPS,
+ /// When switched on (default), Fl_Native_File_Chooser runs GTK file dialogs
+ /// if the GTK library is available on the platform (linux/unix only).
+ /// When switched off, GTK file dialogs aren't used even if the GTK library is available.
+ OPTION_FNFC_USES_GTK,
// don't change this, leave it always as the last element
/// For internal use only.
OPTION_LAST