BPopUpMenu style fixes
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
int32 form, const char* property);
|
||||
virtual status_t GetSupportedSuites(BMessage* data);
|
||||
|
||||
virtual status_t Perform(perform_code code, void* data);
|
||||
virtual status_t Perform(perform_code code, void* _data);
|
||||
|
||||
virtual void ResizeToPreferred();
|
||||
virtual void GetPreferredSize(float* _width,
|
||||
@@ -66,13 +66,13 @@ protected:
|
||||
|
||||
private:
|
||||
BMenuItem* _Go(BPoint where, bool autoInvoke,
|
||||
bool startOpened, BRect* specialRect,
|
||||
bool startOpened, BRect* _specialRect,
|
||||
bool async);
|
||||
BMenuItem* _StartTrack(BPoint where, bool autoInvoke,
|
||||
bool startOpened, BRect* specialRect);
|
||||
BMenuItem* _WaitMenu(void* data);
|
||||
bool startOpened, BRect* _specialRect);
|
||||
BMenuItem* _WaitMenu(void* _data);
|
||||
|
||||
static int32 _thread_entry(void* data);
|
||||
static int32 _thread_entry(void* menuData);
|
||||
|
||||
private:
|
||||
BPoint fWhere;
|
||||
|
||||
Reference in New Issue
Block a user