* EOAdaptors/PostgreSQLAdaptor/LoginPanel/PostgreSQLLoginPanel.h

class conforms to NSTextFieldDelegate



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36295 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-03-07 13:10:44 +00:00
parent ddaa8accaf
commit 3b50ec44d4
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@
do not access the isa directly, use object_getClass
* EOControl/EODebug.m
ivar_getTypeEncoding returns const char *
* EOAdaptors/PostgreSQLAdaptor/LoginPanel/PostgreSQLLoginPanel.h
class conforms to NSTextFieldDelegate
2013-03-02: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Apps/EOModelEditor/EOMEDocument.m

View file

@ -35,7 +35,7 @@
@class NSPanel;
@class NSSecureTextField;
@interface PostgreSQLLoginPanel : EOLoginPanel
@interface PostgreSQLLoginPanel : EOLoginPanel <NSTextFieldDelegate>
{
/* gui stuff */
NSPanel *_win;