mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:30:37 +00:00
Reformated, simplified and corrected many methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10141 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1018742868
commit
9029c07c0b
4 changed files with 717 additions and 629 deletions
|
@ -27,10 +27,12 @@
|
|||
#ifndef _GNUstep_H_GSComboSupport
|
||||
#define _GNUstep_H_GSComboSupport
|
||||
|
||||
#import <AppKit/NSBrowser.h>
|
||||
#import <AppKit/NSWindow.h>
|
||||
#include <AppKit/NSWindow.h>
|
||||
|
||||
@class NSArray,NSComboBoxCell;
|
||||
@class NSArray;
|
||||
@class NSBrowser;
|
||||
@class NSComboBoxCell;
|
||||
@class NSMatrix;
|
||||
|
||||
@interface GSComboWindow : NSWindow
|
||||
{
|
||||
|
@ -38,18 +40,13 @@
|
|||
|
||||
@private;
|
||||
NSArray *list;
|
||||
id _cell;
|
||||
NSPoint _point;
|
||||
float _width;
|
||||
NSComboBoxCell *_cell;
|
||||
BOOL _stopped;
|
||||
BOOL _shouldOrder;
|
||||
BOOL _shouldNotify;
|
||||
}
|
||||
|
||||
+ (GSComboWindow *)defaultPopUp;
|
||||
|
||||
- (NSMatrix *)matrix;
|
||||
- (NSSize)popUpSize;
|
||||
- (NSSize)popUpCellSizeForPopUp:(NSComboBoxCell *)aCell;
|
||||
- (void)popUpCell:(NSComboBoxCell *)aCell
|
||||
popUpAt:(NSPoint)aPoint
|
||||
|
@ -59,7 +56,4 @@
|
|||
|
||||
@end
|
||||
|
||||
@interface GSPopUpActionBrowser : NSBrowser
|
||||
@end
|
||||
|
||||
#endif /* _GNUstep_H_GSComboSupport */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue