mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
2000-03-08 Mirko Viviani <mirko.viviani@rccr.cremona.it>
Added patches by Karl Kraft: * GSWGenericContainer.m/h: implemented * GSWConstants.m: changed dateFormat__Key to @"dateformat" and numberFormat__Key to @"numberformat" git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8e75e45fe3
commit
1a48af9776
4 changed files with 39 additions and 8 deletions
|
@ -31,6 +31,8 @@
|
|||
@interface GSWGenericContainer: GSWDynamicElement
|
||||
{
|
||||
GSWAssociation* children;
|
||||
NSDictionary *associations;
|
||||
GSWElement* element;
|
||||
};
|
||||
|
||||
-(id)initWithName:(NSString*)name_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue