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@26534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e0a131320d
commit
48cfc955aa
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@
|
|||
NSStepper *itemStepper;
|
||||
NSTextField *itemLabel;
|
||||
NSForm *itemIdentifier;
|
||||
NSButton *itemPrevious;
|
||||
NSButton *itemNext;
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue