mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 02:50:48 +00:00
latest changes
This commit is contained in:
parent
5958734de0
commit
03f1ddecd5
4 changed files with 186 additions and 6 deletions
|
@ -82,6 +82,8 @@ extern "C" {
|
|||
NSDictionary *_localizedKeyDictionary;
|
||||
NSString *_localizedKeyTable;
|
||||
NSUInteger _count;
|
||||
|
||||
NSDictionary *_contentDictionary;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -116,6 +118,9 @@ extern "C" {
|
|||
- (NSArray *) excludedKeys;
|
||||
- (void) setExcludedKeys: (NSArray *)excludedKeys;
|
||||
|
||||
/**
|
||||
* Returns a copy of the localized key dictionary.
|
||||
*/
|
||||
- (NSDictionary *) localizedKeyDictionary;
|
||||
- (void) setLocalizedKeyDictionary: (NSDictionary *)dict;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue