xtd_c - Reference Guide
0.2.0
xtd_c.forms
include
xtd_c
forms
button.h
Go to the documentation of this file.
1
6
#pragma once
7
#include "
control.h
"
8
15
struct
xtd_forms_button
{
20
xtd_handle
internal_handle
;
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_forms_button::internal_handle
xtd_handle internal_handle
Internal handle.
Definition:
button.h:20
control.h
Contains control definitions.
xtd_forms_button
Definition:
button.h:15
xtd_handle
void * xtd_handle
Represent a pointer or a handle.
Definition:
types.h:129
xtd_forms_control
Defines the base class for controls, which are components with visual representation.
Definition:
control.h:47
Generated on Tue Mar 14 2023 13:06:03 for xtd_c - Reference Guide by
Gammasoft
. All rights reserved.