o cleaned

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19312 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2004-05-14 11:47:06 +00:00
parent 96ad9c2592
commit c41db7eb3f

View file

@ -1,6 +1,6 @@
/** GSWTextField.h - <title>GSWeb: Class GSWTextField</title>
Copyright (C) 1999-2002 Free Software Foundation, Inc.
Copyright (C) 1999-2004 Free Software Foundation, Inc.
Written by: Manuel Guesdon <mguesdon@orange-concept.com>
Date: Jan 1999
@ -32,7 +32,7 @@
#ifndef _GSWTextField_h__
#define _GSWTextField_h__
//OK
@interface GSWTextField: GSWInput
{
GSWAssociation* _dateFormat;
@ -40,15 +40,19 @@
GSWAssociation* _useDecimalNumber;
GSWAssociation* _formatter;
};
-(id)initWithName:(NSString*)name
associations:(NSDictionary*)associations
contentElements:(NSArray*)elements;
-(void)dealloc;
-(void)takeValuesFromRequest:(GSWRequest*)request
inContext:(GSWContext*)context;
-(void)appendGSWebObjectsAssociationsToResponse:(GSWResponse*)response
inContext:(GSWContext*)context;
-(NSFormatter*)formatterForComponent:(GSWComponent*)component;
@end
@interface GSWTextField (TurbocatAdditions)