GormWindowEditor.m
Palettes/2Controls/GormStepperInspector.gorm


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10754 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Pierre-Yves Rivaille 2001-08-21 13:39:48 +00:00
parent ad8240812b
commit 4e2f2e9eea

View file

@ -1,3 +1,17 @@
2001-08-21 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
Added the ability to change the font of the selected objects
* Gorm.m:
new category : NSCell (GormAdditions) (it gives us full control of
the font's changes)
added a menu item for the font panel
added a shortcut for the palettes panel (@"p")
* GormWindowEditor.m : [-acceptsFirstResponder] new method, returns YES
[-initWithObject] set self as initialFirstResponder of the window
[-changeFont:] new method, change the font of the selected controls
[-selectObjects:] update the font in the font panel
* Palettes/2Controls/GormSliderInspector.gorm: font updates
2001-08-20 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Palettes/2Controls/main.m: Add stepper control to the controls'