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:
Fabien Vallon 2008-05-18 08:51:55 +00:00
parent cf8e50e4ea
commit a3e1d154be
3 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,9 @@
allowtruncate,
itemLabel,
itemStepper,
itemIdentifier
itemIdentifier,
itemPrevious,
itemNext
);
Super = IBInspector;
};