XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Process
XELnch
pagebutton.h
Go to the documentation of this file.
1
32
#ifndef __PAGE_BUTTON_H__
33
#define __PAGE_BUTTON_H__
34
35
#include <stdint.h>
36
#include <
chitralekha.h
>
37
#include <
widgets/base.h
>
38
#include <
widgets/window.h
>
39
40
#define PAGE_BUTTON_UP 1
41
#define PAGE_BUTTON_DOWN 2
42
#define PAGE_BUTTON_RIGHT 3
43
#define PAGE_BUTTON_LEFT 4
44
45
typedef
struct
_pagebutton_
{
46
ChWidget
wid
;
47
uint8_t
type
;
48
}
XEPageButton
;
49
50
51
extern
XEPageButton
*
CreatePageButton
(
int
x,
int
y,
int
w,
int
h,
uint8_t
type);
52
#endif
window.h
uint8_t
unsigned char uint8_t
Definition
acefiex.h:161
base.h
chitralekha.h
XEPageButton
struct _pagebutton_ XEPageButton
CreatePageButton
XEPageButton * CreatePageButton(int x, int y, int w, int h, uint8_t type)
Definition
pagebutton.cpp:138
_ChWidget_
Definition
window.h:114
_pagebutton_
Definition
pagebutton.h:45
_pagebutton_::type
uint8_t type
Definition
pagebutton.h:47
_pagebutton_::wid
ChWidget wid
Definition
pagebutton.h:46
Generated by
1.9.8