xtd_c - Reference Guide
0.2.0
xtd_c.forms
include
xtd_c
forms
form.h
Go to the documentation of this file.
1
6
#pragma once
7
#include "
control.h
"
8
21
struct
xtd_forms_form
{
26
xtd_handle
internal_handle
;
27
};
28
30
typedef
struct
xtd_forms_form
xtd_forms_form
;
31
32
#define XTD_FORMS_FORM_TYPE \
33
(xtd_forms_form())
34
45
#define XTD_FORMS_FORM(object) \
46
(XTD_TYPE_CAST(object, XTD_FORMS_FORM_TYPE, xtd_forms_form))
47
49
xtd_forms_control
* xtd_forms_form_create(
void
);
50
void
xtd_forms_form_destroy(
xtd_forms_form
* value);
control.h
Contains control definitions.
xtd_handle
void * xtd_handle
Represent a pointer or a handle.
Definition:
types.h:129
xtd_forms_form
Definition:
form.h:21
xtd_forms_control
Defines the base class for controls, which are components with visual representation.
Definition:
control.h:47
xtd_forms_form::internal_handle
xtd_handle internal_handle
Internal handle.
Definition:
form.h:26
Generated on Tue Mar 14 2023 13:06:03 for xtd_c - Reference Guide by
Gammasoft
. All rights reserved.