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