XenevaOS
Loading...
Searching...
No Matches
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
49
50
51extern XEPageButton* CreatePageButton(int x, int y, int w, int h, uint8_t type);
52#endif
unsigned char uint8_t
Definition acefiex.h:161
struct _pagebutton_ XEPageButton
XEPageButton * CreatePageButton(int x, int y, int w, int h, uint8_t type)
Definition pagebutton.cpp:138
Definition window.h:114
Definition pagebutton.h:45
uint8_t type
Definition pagebutton.h:47
ChWidget wid
Definition pagebutton.h:46