XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Libs
Chitralekha
widgets
button.h
Go to the documentation of this file.
1
32
#ifndef __BUTTON_H__
33
#define __BUTTON_H__
34
35
#include "
window.h
"
36
#include "
base.h
"
37
#include <
_xeneva.h
>
38
39
#ifdef __cplusplus
40
XE_EXTERN
{
41
#endif
42
43
44
typedef
struct
_CHButton_
{
45
ChWidget
base
;
46
char
*
title
;
47
}
ChButton
;
48
57
XE_EXPORT
ChButton
*
ChCreateButton
(
int
x,
int
y,
int
w,
int
h,
char
*text);
58
59
#ifdef __cplusplus
60
}
61
#endif
62
63
#endif
ChButton
struct _CHButton_ ChButton
ChCreateButton
XE_EXPORT ChButton * ChCreateButton(int x, int y, int w, int h, char *text)
ChCreateButton – Create a button widget.
Definition
button.cpp:217
window.h
_xeneva.h
XE_EXPORT
#define XE_EXPORT
Definition
_xeneva.h:46
XE_EXTERN
#define XE_EXTERN
Definition
_xeneva.h:50
base.h
_CHButton_
Definition
button.h:44
_CHButton_::title
char * title
Definition
button.h:46
_CHButton_::base
ChWidget base
Definition
button.h:45
_ChWidget_
Definition
window.h:114
Generated by
1.9.8