* Palettes/3Containers/GormNSTableViewInspector.gorm: Added

connection from tag form to tagForm instance variable.
	* Palettes/3Containers/GormTableViewAttributesInspector.m: Cleaned
	up includes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23942 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2006-10-22 03:53:31 +00:00
parent b6bfd4b2cb
commit 49032a0328
4 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2006-10-21 23:51-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/3Containers/GormNSTableViewInspector.gorm: Added
connection from tag form to tagForm instance variable.
* Palettes/3Containers/GormTableViewAttributesInspector.m: Cleaned
up includes.
2006-10-21 16:06-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormConnectionInspector.m: Added awakeFromNib method

View file

@ -30,14 +30,10 @@
Author : Fabien Vallon <fabien@sonappart.net>
*/
#include "GormTableViewAttributesInspector.h"
#include "GormNSTableView.h"
#include <GormCore/NSColorWell+GormExtensions.h>
#include <GormCore/GormPrivate.h>
#include <Foundation/NSNotification.h>
#include <AppKit/NSButton.h>
#include <AppKit/NSColorWell.h>
#include <AppKit/NSForm.h>