mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:00:37 +00:00
Correct details related to combo box
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19872 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a4c583b139
commit
1fc2399220
3 changed files with 11 additions and 6 deletions
|
@ -97,6 +97,11 @@
|
|||
- (int)indexOfItemWithObjectValue:(id)object;
|
||||
- (NSArray *)objectValues;
|
||||
|
||||
- (BOOL) trackMouse: (NSEvent *)theEvent
|
||||
inRect: (NSRect)cellFrame
|
||||
ofView: (NSView *)controlView
|
||||
untilMouseUp: (BOOL)flag;
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
/* text completion */
|
||||
- (NSString *)completedString:(NSString *)substring;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue