2017-08-02 14:24:26 +00:00
|
|
|
#ifndef __INCLUDE_GUI_NOTICE_H__
|
|
|
|
#define __INCLUDE_GUI_NOTICE_H__
|
|
|
|
//=======================================================================//
|
|
|
|
//= Include files. =//
|
|
|
|
//=======================================================================//
|
|
|
|
#include "SGUI_Common.h"
|
|
|
|
#include "SGUI_Basic.h"
|
2019-03-06 13:44:21 +00:00
|
|
|
#include "SGUI_Text.h"
|
2017-08-02 14:24:26 +00:00
|
|
|
|
2018-12-11 13:49:24 +00:00
|
|
|
//=======================================================================//
|
|
|
|
//= User Macro definition. =//
|
|
|
|
//=======================================================================//
|
|
|
|
//#define NOTICE_ICON_SIZE (24)
|
|
|
|
|
2017-08-02 14:24:26 +00:00
|
|
|
//=======================================================================//
|
|
|
|
//= Data type definition. =//
|
|
|
|
//=======================================================================//
|
|
|
|
|
|
|
|
//=======================================================================//
|
|
|
|
//= Public function declaration. =//
|
|
|
|
//=======================================================================//
|
2019-12-01 15:04:02 +00:00
|
|
|
SGUI_SIZE SGUI_Notice_Repaint(SGUI_SCR_DEV* pstIFObj, SGUI_CSZSTR szNoticeText, const SGUI_FONT_RES* pstFontRes, SGUI_INT uiTextOffset, SGUI_NOTICE_ICON_IDX eIcon);
|
2017-08-02 14:24:26 +00:00
|
|
|
|
|
|
|
#endif // __INCLUDE_GUI_NOTICE_H__
|