xtd_c - Reference Guide 0.2.0
control_collection.h
Go to the documentation of this file.
1 
6 #pragma once
7 #include <xtd_c/object.h>
8 
21 };
24 
25 #define XTD_FORMS_CONTROL_COLLECTION_TYPE \
26  (xtd_forms_control_collection())
27 
38 #define XTD_FORMS_CONTROL_COLLECTION(object) \
39  (XTD_TYPE_CAST(object, XTD_FORMS_CONTROL_COLLECTION_TYPE, xtd_forms_control_collection))
40 
42 xtd_forms_control_collection* xtd_forms_control_collection_create(void);
43 void xtd_forms_control_collection_destroy(xtd_forms_control_collection* value);
Contains object definitions.
Definition: control_collection.h:15
void * xtd_handle
Represent a pointer or a handle.
Definition: types.h:129
xtd_handle internal_handle
Internal handle.
Definition: control_collection.h:20