win32_gui: implement STATUS_VIA_WINDOWPORT and STATUS_HILITES
This commit is contained in:
@@ -164,6 +164,17 @@ void mswin_preference_update(const char *pref);
|
||||
char *mswin_getmsghistory(BOOLEAN_P init);
|
||||
void mswin_putmsghistory(const char * msg,BOOLEAN_P);
|
||||
|
||||
#ifdef STATUS_VIA_WINDOWPORT
|
||||
void mswin_status_init(void);
|
||||
void mswin_status_finish(void);
|
||||
void mswin_status_enablefield(int fieldidx, const char *nm, const char *fmt, boolean enable);
|
||||
void mswin_status_update(int idx, genericptr_t ptr, int chg, int percent);
|
||||
|
||||
# ifdef STATUS_HILITES
|
||||
void mswin_status_threshold(int fldidx, int thresholdtype, anything threshold, int behavior, int under, int over);
|
||||
# endif /* STATUS_HILITES */
|
||||
#endif /*STATUS_VIA_WINDOWPORT*/
|
||||
|
||||
/* helper function */
|
||||
HWND mswin_hwnd_from_winid(winid wid);
|
||||
winid mswin_winid_from_type(int type);
|
||||
|
||||
Reference in New Issue
Block a user