* DBModeler/Resources/AllowsNull_Header.tiff: New file.

* DBModeler/GNUmakefile: Add new file.
        * DBModeler/DefaultColumnProvider.m: Set column header image.




git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ratmice 2006-09-16 13:27:05 +00:00
parent 1b518501b3
commit 8a4ac3c5f2
4 changed files with 8 additions and 1 deletions

View file

@ -5,6 +5,10 @@
* DBModeler/DefaultColumnProvider.m: Reorder table columns.
Use new file, for allows null column. Remove out of date comments.
* DBModeler/Resources/AllowsNull_Header.tiff: New file.
* DBModeler/GNUmakefile: Add new file.
* DBModeler/DefaultColumnProvider.m: Set column header image.
2006-09-16 David Ayers <ayers@fsfe.org>
* EOAccess/EOAttribute.[hm]: Add documentation.

View file

@ -171,6 +171,8 @@ void registerColumnsForClass(struct column_info columns[], int count, Class aCla
[headerCell setImage:[NSImage imageNamed:@"ClassProperty_Header"]];
else if ([name isEqual:@"Locking"])
[headerCell setImage:[NSImage imageNamed:@"Locking_Header"]];
else if ([name isEqual:@"Allows null"])
[headerCell setImage:[NSImage imageNamed:@"AllowsNull_Header"]];
else if ([name isEqual:@"Name"])
{
[tc setWidth:100.0];

View file

@ -51,7 +51,8 @@ $(APP_NAME)_RESOURCE_FILES = \
Resources/Preferences.gorm \
Resources/ConsistencyResults.gorm \
Resources/DBModeler.tiff \
Resources/AllowsNull_On.tiff
Resources/AllowsNull_On.tiff \
Resources/AllowsNull_Header.tiff
$(APP_NAME)_OBJC_FILES = \
main.m \

Binary file not shown.