mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Add itemPrevious and itemNext Outlet to implement items ordering
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26536 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf8e50e4ea
commit
a3e1d154be
3 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@
|
|||
allowtruncate,
|
||||
itemLabel,
|
||||
itemStepper,
|
||||
itemIdentifier
|
||||
itemIdentifier,
|
||||
itemPrevious,
|
||||
itemNext
|
||||
);
|
||||
Super = IBInspector;
|
||||
};
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue