summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-23 15:14:17 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-23 15:14:17 +0000
commit745cd4204a3d9cc379e99db6f6cf9d75d4337c3b (patch)
treeb7f145c11a10a9418388a2f5df61ce75675ab8fb /CHANGES
parent57cef6a4bde017e205e54271e769de0db596d893 (diff)
Make newButton and previewButton public, so that you can hide/disable them
as desired. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2544 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d42636a01..9e433e455 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
CHANGES IN FLTK 1.1.0rc5
+ - The newButton and previewButton widgets are now public
+ members of the Fl_File_Chooser class. This allows
+ developers to disable or hide the "new directory" and
+ "preview" buttons as desired.
- Added new visible focus flag bit and methods to
Fl_Widget, so it is now possible to do both global and
per-widget keyboard focus control.