mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* 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:
parent
ddaa8accaf
commit
3b50ec44d4
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
@class NSPanel;
|
||||
@class NSSecureTextField;
|
||||
|
||||
@interface PostgreSQLLoginPanel : EOLoginPanel
|
||||
@interface PostgreSQLLoginPanel : EOLoginPanel <NSTextFieldDelegate>
|
||||
{
|
||||
/* gui stuff */
|
||||
NSPanel *_win;
|
||||
|
|
Loading…
Reference in a new issue