#include "window.h"
#include <stdint.h>
Go to the source code of this file.
◆ POPUP_HEIGHT
◆ POPUP_WIDTH
◆ POPUP_BUTTON_AREA_HEIGHT
| #define POPUP_BUTTON_AREA_HEIGHT 50 |
◆ POPUP_HORIZONTAL_PADDING
| #define POPUP_HORIZONTAL_PADDING 50 |
◆ POPUP_BUTTON_HEIGHT
| #define POPUP_BUTTON_HEIGHT 35 |
◆ POPUP_BUTTON_WIDTH
| #define POPUP_BUTTON_WIDTH 100 |
◆ popup_type_t
| Enumerator |
|---|
| POPUP_OK | |
| POPUP_RETRY_CANCEL | |
| POPUP_YES_NO | |
Definition at line 20 of file popup.h.
◆ popup_result_t
| Enumerator |
|---|
| POPUP_RES_OK | |
| POPUP_RES_RETRY | |
| POPUP_RES_CANCEL | |
| POPUP_RES_YES | |
| POPUP_RES_NO | |
| POPUP_RES_CLOSE | |
| POPUP_RES_ERROR | |
Definition at line 27 of file popup.h.
◆ popup_open()