forked from pyrite-dev/milsko
raise
This commit is contained in:
parent
e7d9edec27
commit
11069552df
12 changed files with 50 additions and 15 deletions
|
|
@ -328,6 +328,8 @@ MWDECL void (*MwLLSetDarkTheme)(MwLL handle, int toggle);
|
|||
*/
|
||||
MWDECL MwBool (*MwLLDoModern)(MwLL handle);
|
||||
|
||||
MWDECL void (*MwLLRaise)(MwLL handle);
|
||||
|
||||
/* font renderer */
|
||||
MWDECL void MwFLSetup(void);
|
||||
|
||||
|
|
|
|||
|
|
@ -39,12 +39,12 @@ class MwView : public BView {
|
|||
MwView(MwLL handle, BRect rc, uint32 resizingMode, uint32 flags);
|
||||
~MwView();
|
||||
|
||||
void MessageReceived(BMessage* message);
|
||||
void PostMessage(BMessage* message);
|
||||
void PostMessage(uint32 command);
|
||||
void MessageReceived(BMessage* message);
|
||||
void PostMessage(BMessage* message);
|
||||
void PostMessage(uint32 command);
|
||||
status_t SendMessage(BMessage* message);
|
||||
status_t SendMessage(uint32 command);
|
||||
void Invalidate();
|
||||
void Invalidate();
|
||||
|
||||
void AttachedToWindow();
|
||||
void Draw(BRect updateRect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue