mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:10:48 +00:00
Add beginnings of placeholder logic
This commit is contained in:
parent
1e565994cd
commit
fb2c219a8c
7 changed files with 142 additions and 13 deletions
|
@ -32,7 +32,7 @@ Boston, MA 02110-1301, USA.
|
|||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
|
||||
@class NSArray, NSBundle, NSPointerArray, NSView, NSMapTable;
|
||||
@class NSArray, NSBundle, NSPointerArray, NSView, NSMapTable, NSStoryboard;
|
||||
|
||||
@interface NSViewController : NSResponder <NSSeguePerforming>
|
||||
{
|
||||
|
@ -47,6 +47,7 @@ Boston, MA 02110-1301, USA.
|
|||
id _autounbinder;
|
||||
NSString *_designNibBundleIdentifier;
|
||||
NSMapTable *_segueMap;
|
||||
NSStoryboard *_storyboard; // a weak reference to the origin storyboard.
|
||||
struct ___vcFlags
|
||||
{
|
||||
unsigned int nib_is_loaded:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue