apps-gorm/Palettes/3Containers
Pierre-Yves Rivaille ef475a3451 * Palettes/3Containers/GNUmakefile
* Palettes/3Containers/main.m
* Palettes/3Containers/GormNSBrowser.m
* Palettes/3Containers/GormNSBrowser.h
* Gorm.m
* GormDocument.m
Subclass of NSBrowser and NSTableView to be able to set the
delegate for runtime only (there is a dummy delegate for edit-time
and test-time). Those classes are encoded as NSBrowser/NSTableView
and NSTableView/NSBrowser are decoded as GormNSBrowser/GormNSTableView

* Palettes/1Windows/GNUmakefile
* Palettes/1Windows/GormNSWindow.h
* Palettes/1Windows/GormNSWindow.m
* Palettes/1Windows/main.m
* GormDocument.m
* Gorm.m
Subclass of NSWindow to be able to choose the stylemask
and to still be able to resize/close/minimize the window in the editor
regardless of the stylemask. This class is encoded as NSWindow and
NSWindow is decoded as GormNSWindow.

* GormDocument.m ([-attachObect:toParent]):
NSTableView & NSTextView objects contained in NSScrollView are now
added. Connections to and from those objects are now available.

* GormWindowEditor.m: new bestKnownSuperview function
(original patch from Stefan Urbanek <stefanurbanek@yahoo.fr>
modified to let the user select the NSScrollView or the NSTextView/
NSTableView contained within the NSScrollView).

* Palettes/3Containers/inspectors.m
* Palettes/3Containers/GormBrowserInspector.gorm
* Palettes/3Containers/GormTableViewInspector.gorm
NSTableView and NSBrowser inspectors updated (new tag field)
(patch from Stefan Urbanek <stefanurbanek@yahoo.fr>)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@12559 72102866-910b-0410-8b05-ffd578937521
2002-02-18 12:37:26 +00:00
..
.cvsignore Added .cvsignore 2000-01-10 02:42:32 +00:00
ContainersPalette.tiff New palettes layout 1999-12-16 21:41:21 +00:00
GNUmakefile * Palettes/3Containers/GNUmakefile 2002-02-18 12:37:26 +00:00
GormBrowserInspector.classes Initial revision 2001-11-20 16:52:51 +00:00
GormBrowserInspector.gorm * Palettes/3Containers/GNUmakefile 2002-02-18 12:37:26 +00:00
GormNSBrowser.h * Palettes/3Containers/GNUmakefile 2002-02-18 12:37:26 +00:00
GormNSBrowser.m * Palettes/3Containers/GNUmakefile 2002-02-18 12:37:26 +00:00
GormTableViewInspector.classes Initial revision 2001-11-20 16:52:51 +00:00
GormTableViewInspector.gorm * Palettes/3Containers/GNUmakefile 2002-02-18 12:37:26 +00:00
inspectors.m * Palettes/3Containers/GNUmakefile 2002-02-18 12:37:26 +00:00
main.m * Palettes/3Containers/GNUmakefile 2002-02-18 12:37:26 +00:00