Source/NSSavePanel.m

Source/NSOpenPanel.m


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10703 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Pierre-Yves Rivaille 2001-08-13 15:00:30 +00:00
parent 2500131c69
commit 2defbf1411

View file

@ -1,6 +1,11 @@
2001-08-13 Pierre-Yves <pyrivail@ens-lyon.fr>
* Source/NSPopUpButton.m ([-keyDown:): send selected item related
* Source/NSSavePanel.m ([-runModalForDirectory:file:])
* Source/NSOpenPanel.m ([-runModalForDirectory:file:types:])
Moved functionality from NSOpenPanel to NSSavePanel: the "ok"
button is shown as enabled or not at the beginning depending
on whether the given file is valid.
* Source/NSPopUpButton.m ([-keyDown:]): send selected item related
action when using the keyboard.
* Source/Functions.m
Esthetic corrections to NSDrawGrayBezel and NSDrawWhiteBezel