mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:20:49 +00:00
Add decoding of class IBInitialTabViewItemAttribute.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34124 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be8c8f6657
commit
407da1b829
3 changed files with 51 additions and 0 deletions
|
@ -111,6 +111,14 @@
|
|||
}
|
||||
@end
|
||||
|
||||
@interface IBInitialTabViewItemAttribute: NSObject
|
||||
{
|
||||
NSString *name;
|
||||
id object;
|
||||
id initialTabViewItem;
|
||||
}
|
||||
@end
|
||||
|
||||
@interface IBObjectRecord: NSObject
|
||||
{
|
||||
int objectID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue