mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:47:39 +00:00
Process segues as part of document processing per discussion with Fred.
This commit is contained in:
parent
ae0ddc2716
commit
8e030e0fe5
2 changed files with 23 additions and 19 deletions
|
@ -42,7 +42,6 @@ extern "C" {
|
|||
{
|
||||
NSMutableDictionary *_scenesMap;
|
||||
NSMutableDictionary *_controllerMap;
|
||||
NSMutableDictionary *_documentsMap;
|
||||
NSMutableDictionary *_identifierToSegueMap;
|
||||
NSString *_initialViewControllerId;
|
||||
NSString *_applicationSceneId;
|
||||
|
@ -61,7 +60,7 @@ extern "C" {
|
|||
- (NSDictionary *) identifierToSegueMap;
|
||||
|
||||
- (void) processSegues: (NSXMLDocument *)xmlIn
|
||||
forId: (NSString *)identifier;
|
||||
forControllerId: (NSString *)identifier;
|
||||
- (void) processStoryboard: (NSXMLDocument *)storyboardXml;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue