BPopUpMenu style fixes

This commit is contained in:
John Scipione
2013-05-01 22:18:56 -04:00
parent 211e7b396d
commit 01b1b8bdaa
2 changed files with 65 additions and 59 deletions
+5 -5
View File
@@ -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;