Lines Matching refs:UINT

58 UINT _gx_horizontal_list_children_position(GX_HORIZONTAL_LIST *list);
59 UINT _gx_horizontal_list_create(GX_HORIZONTAL_LIST *horizontal_list, GX_CONST GX_CHAR *name,
64 UINT _gx_horizontal_list_event_process(GX_HORIZONTAL_LIST *list, GX_EVENT *event_ptr);
66 UINT _gx_horizontal_list_page_index_set(GX_HORIZONTAL_LIST *list, INT index);
68 UINT _gx_horizontal_list_selected_index_get(GX_HORIZONTAL_LIST *horizontal_list, INT *return_index);
69 UINT _gx_horizontal_list_selected_widget_get(GX_HORIZONTAL_LIST *horizontal_list, GX_WIDGET **retur…
70 UINT _gx_horizontal_list_selected_set(GX_HORIZONTAL_LIST *horizontal_list, INT entry);
75 UINT _gx_horizontal_list_total_columns_set(GX_HORIZONTAL_LIST *list, INT count);
77 UINT _gx_popup_list_event_process(GX_POPUP_LIST *popup_list, GX_EVENT *event_ptr);
79 UINT _gx_vertical_list_children_position(GX_VERTICAL_LIST *list);
80 UINT _gx_vertical_list_create(GX_VERTICAL_LIST *vertical_list, GX_CONST GX_CHAR *name,
85 UINT _gx_vertical_list_event_process(GX_VERTICAL_LIST *list, GX_EVENT *event_ptr);
87 UINT _gx_vertical_list_page_index_set(GX_VERTICAL_LIST *list, INT index);
88 UINT _gx_vertical_list_selected_index_get(GX_VERTICAL_LIST *vertical_list, INT *return_index);
89 UINT _gx_vertical_list_selected_widget_get(GX_VERTICAL_LIST *vertical_list, GX_WIDGET **return_list…
90 UINT _gx_vertical_list_selected_set(GX_VERTICAL_LIST *vertical_list, INT index);
95 UINT _gx_vertical_list_total_rows_set(GX_VERTICAL_LIST *list, INT count);
102 UINT _gx_window_client_scroll(GX_WINDOW *window, GX_VALUE x_scroll, GX_VALUE y_scroll);
103 UINT _gx_window_client_height_get(GX_WINDOW *window, GX_VALUE *return_height);
104 UINT _gx_window_client_width_get(GX_WINDOW *window, GX_VALUE *return_width);
105 UINT _gx_window_close(GX_WINDOW *window);
106 UINT _gx_window_create(GX_WINDOW *window, GX_CONST GX_CHAR *name, GX_WIDGET *parent,
109 UINT _gx_window_event_process(GX_WINDOW *window, GX_EVENT *event_ptr);
110 UINT _gx_window_execute(GX_WINDOW *window, ULONG *return_ptr);
112 UINT _gx_window_root_create(GX_WINDOW_ROOT *root_window, GX_CONST GX_CHAR *name, GX_CANVAS *canvas,
114 UINT _gx_window_root_delete(GX_WINDOW_ROOT *root_window);
115 UINT _gx_window_root_find(GX_WIDGET *widget, GX_WINDOW_ROOT **return_root_window);
116 UINT _gx_window_root_event_process(GX_WINDOW_ROOT *root, GX_EVENT *event_ptr);
117 UINT _gx_window_scroll(GX_WINDOW *window, GX_VALUE x_scroll, GX_VALUE y_scroll);
118 UINT _gx_window_scroll_info_get(GX_WINDOW *window, ULONG type, GX_SCROLL_INFO *return_scroll_info);
119 UINT _gx_window_scrollbar_find(GX_WINDOW *window, USHORT type, GX_SCROLLBAR **return_scrollbar);
121 UINT _gx_window_wallpaper_get(GX_WINDOW *window, GX_RESOURCE_ID *return_wallpaper_id);
122 UINT _gx_window_wallpaper_set(GX_WINDOW *window, GX_RESOURCE_ID wallpaper_id, GX_BOOL tile);
128 UINT _gxe_window_client_scroll(GX_WINDOW *window, GX_VALUE x_scroll, GX_VALUE y_scroll);
129 UINT _gxe_window_client_height_get(GX_WINDOW *window, GX_VALUE *return_height);
130 UINT _gxe_window_client_width_get(GX_WINDOW *window, GX_VALUE *return_width);
131 UINT _gxe_window_close(GX_WINDOW *window);
132 UINT _gxe_window_create(GX_WINDOW *window, GX_CONST GX_CHAR *name, GX_WIDGET *parent,
133 … ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT window_control_block_size);
134 UINT _gxe_window_event_process(GX_WINDOW *window, GX_EVENT *event_ptr);
135 UINT _gxe_window_execute(GX_WINDOW *window, ULONG *return_ptr);
136 UINT _gxe_window_root_find(GX_WIDGET *widget, GX_WINDOW_ROOT **return_root_window);
137 UINT _gxe_window_scroll_info_get(GX_WINDOW *window, ULONG type, GX_SCROLL_INFO *return_scroll_info);
139 UINT _gxe_window_scrollbar_find(GX_WINDOW *window, USHORT type, GX_SCROLLBAR **return_scrollbar);
140 UINT _gxe_window_wallpaper_get(GX_WINDOW *window, GX_RESOURCE_ID *return_wallpaper_id);
141 UINT _gxe_window_wallpaper_set(GX_WINDOW *window, GX_RESOURCE_ID wallpaper_id, GX_BOOL tile);
144 UINT _gxe_horizontal_list_children_position(GX_HORIZONTAL_LIST *list);
145 UINT _gxe_horizontal_list_create(GX_HORIZONTAL_LIST *horizontal_list,
151 UINT horizontal_list_control_block_size);
152 UINT _gxe_horizontal_list_event_process(GX_HORIZONTAL_LIST *list, GX_EVENT *event_ptr);
153 UINT _gxe_horizontal_list_selected_index_get(GX_HORIZONTAL_LIST *horizontal_list, INT *return_index…
154 UINT _gxe_horizontal_list_selected_set(GX_HORIZONTAL_LIST *horizontal_list, INT index);
155 UINT _gxe_horizontal_list_selected_widget_get(GX_HORIZONTAL_LIST *horizontal_list, GX_WIDGET **retu…
156 UINT _gxe_horizontal_list_total_columns_set(GX_HORIZONTAL_LIST *list, INT count);
157 UINT _gxe_horizontal_list_page_index_set(GX_HORIZONTAL_LIST *vertical_list, INT index);
159 UINT _gxe_vertical_list_children_position(GX_VERTICAL_LIST *list);
160 UINT _gxe_vertical_list_create(GX_VERTICAL_LIST *vertical_list, GX_CONST GX_CHAR *name,
164 UINT vertical_list_control_block_size);
165 UINT _gxe_vertical_list_event_process(GX_VERTICAL_LIST *list, GX_EVENT *event_ptr);
166 UINT _gxe_vertical_list_selected_set(GX_VERTICAL_LIST *vertical_list, INT index);
167 UINT _gxe_vertical_list_selected_index_get(GX_VERTICAL_LIST *vertical_list, INT *return_index);
168 UINT _gxe_vertical_list_selected_widget_get(GX_VERTICAL_LIST *vertical_list, GX_WIDGET **return_lis…
169 UINT _gxe_vertical_list_total_rows_set(GX_VERTICAL_LIST *list, INT count);
170 UINT _gxe_vertical_list_page_index_set(GX_VERTICAL_LIST *horizontal_list, INT list_entry);
172 UINT _gxe_window_root_create(GX_WINDOW_ROOT *root_window, GX_CONST GX_CHAR *name,
173 …GX_CANVAS *canvas, ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT root_window_control_b…
174 UINT _gxe_window_root_delete(GX_WINDOW_ROOT *root_window);
175 UINT _gxe_window_root_event_process(GX_WINDOW_ROOT *root, GX_EVENT *event_ptr);