mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* 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:
parent
b6bfd4b2cb
commit
49032a0328
4 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue