mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 11:40:37 +00:00
Add handling for resources. Currently only works for images.
This commit is contained in:
parent
c542f5df99
commit
d6cfd60462
2 changed files with 41 additions and 3 deletions
|
@ -40,6 +40,7 @@
|
|||
GSXibElement *_flattenedProperties;
|
||||
GSXibElement *_runtimeAttributes;
|
||||
NSMutableDictionary *_orderedObjectsDict;
|
||||
NSArray *_resources;
|
||||
}
|
||||
|
||||
- (NSRange) decodeRangeForKey: (NSString*)key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue