mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
Added interface style field.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4136 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c1d6608ce4
commit
24c3c09819
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
@interface NSResponder : NSObject <NSCoding>
|
||||
{
|
||||
// Attributes
|
||||
int interface_style;
|
||||
id next_responder;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue