mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:50:38 +00:00
Add observable array and use it for arrangeObjects.
This commit is contained in:
parent
d7676fb7c2
commit
3a6176b0cf
3 changed files with 105 additions and 1 deletions
|
@ -78,4 +78,10 @@
|
|||
@interface GSKeyValueAndBinding : GSKeyValueBinding
|
||||
@end
|
||||
|
||||
@interface GSObservableArray : NSArray
|
||||
{
|
||||
NSArray *_array;
|
||||
}
|
||||
@end
|
||||
|
||||
#endif //_GS_BINDING_HELPER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue