xtd_c - Reference Guide 0.2.0
button.h
Go to the documentation of this file.
1 
6 #pragma once
7 #include "control.h"
8 
21 };
23 typedef struct xtd_forms_button xtd_forms_button;
24 
25 #define XTD_FORMS_BUTTON_TYPE \
26  (xtd_forms_button())
27 
38 #define XTD_FORMS_BUTTON(object) \
39  (XTD_TYPE_CAST(object, XTD_FORMS_BUTTON_TYPE, xtd_forms_button))
40 
42 xtd_forms_control* xtd_forms_button_create(void);
43 void xtd_forms_button_destroy(xtd_forms_button* value);
xtd_handle internal_handle
Internal handle.
Definition: button.h:20
Contains control definitions.
Definition: button.h:15
void * xtd_handle
Represent a pointer or a handle.
Definition: types.h:129
Defines the base class for controls, which are components with visual representation.
Definition: control.h:47