Prusa MINI Firmware overview
window_frame.h
Go to the documentation of this file.
1 // window_frame.h
2 
3 #ifndef _WINDOW_FRAME_H
4 #define _WINDOW_FRAME_H
5 
6 #include <inttypes.h>
7 
8 #include "guitypes.h"
9 #include "window.h"
10 
11 #pragma pack(push)
12 #pragma pack(1)
13 
14 typedef struct _window_class_frame_t {
17 
18 typedef struct _window_frame_t {
22 
23 #pragma pack(pop)
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif //__cplusplus
28 
30 
31 #ifdef __cplusplus
32 }
33 #endif //__cplusplus
34 
35 #endif //_WINDOW_FRAME_H
_window_frame_t
Definition: window_frame.h:18
_window_class_frame_t
Definition: window_frame.h:14
_window_class_frame_t::cls
window_class_t cls
Definition: window_frame.h:15
window_frame_t
struct _window_frame_t window_frame_t
_window_frame_t::color_back
color_t color_back
Definition: window_frame.h:20
guitypes.h
_window_t
Definition: window.h:76
window_class_frame
const window_class_frame_t window_class_frame
Definition: window_frame.c:65
_window_class_t
Definition: window.h:67
_window_frame_t::win
window_t win
Definition: window_frame.h:19
window.h
color_t
uint32_t color_t
Definition: guitypes.h:62
window_class_frame_t
struct _window_class_frame_t window_class_frame_t