mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 16:20:42 +00:00
Changed ivar _selectedItem to type (id <NSMenuItem>).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16989 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5eff62acc5
commit
f5ca69bf02
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ typedef enum {
|
||||||
|
|
||||||
@interface NSPopUpButtonCell : NSMenuItemCell
|
@interface NSPopUpButtonCell : NSMenuItemCell
|
||||||
{
|
{
|
||||||
NSMenuItem *_selectedItem;
|
id <NSMenuItem> _selectedItem;
|
||||||
struct __pbcFlags {
|
struct __pbcFlags {
|
||||||
unsigned int pullsDown: 1;
|
unsigned int pullsDown: 1;
|
||||||
unsigned int preferredEdge: 3;
|
unsigned int preferredEdge: 3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue