mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* 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:
parent
1b518501b3
commit
8a4ac3c5f2
4 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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];
|
||||
|
|
|
@ -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 \
|
||||
|
|
BIN
DBModeler/Resources/AllowsNull_Header.tiff
Normal file
BIN
DBModeler/Resources/AllowsNull_Header.tiff
Normal file
Binary file not shown.
Loading…
Reference in a new issue