Geometric type describing a point or vector on screen, relative or absolute.
#include <win.h>
Data Fields | |
gfx_coord_t | x |
gfx_coord_t | y |
gfx_coord_t win_point::x |
Referenced by app_widget_launch(), main(), read_touch_event(), win_compute_clipping(), win_compute_intersection(), win_compute_union(), win_draw(), win_draw_child(), win_draw_contents(), win_handle_pointer_event(), win_inflate_area(), win_init(), win_is_inside_area(), win_is_inside_clip(), win_process_pointer_event(), win_reset_root_geometry(), win_set_area(), win_translate_area_to_parent(), win_translate_win_to_root(), wtk_button_handler(), wtk_button_size_hint(), wtk_check_box_handler(), wtk_check_box_size_hint(), wtk_continue_drag(), wtk_frame_create(), wtk_frame_handler(), wtk_handle_frame_release(), wtk_handle_resize_release(), wtk_icon_button_handler(), wtk_icon_button_size_hint(), wtk_is_drag_threshold_exceeded(), wtk_label_handler(), wtk_label_size_hint(), wtk_plot_create(), wtk_plot_draw(), wtk_plot_grid_draw(), wtk_plot_handler(), wtk_progress_bar_create(), wtk_progress_bar_handler(), wtk_progress_bar_set_value(), wtk_radio_button_handler(), wtk_radio_button_size_hint(), wtk_resize_frame(), wtk_slider_create(), wtk_slider_handler(), wtk_slider_set_value(), wtk_start_drag(), and wtk_stop_drag().
gfx_coord_t win_point::y |
Referenced by app_widget_launch(), main(), read_touch_event(), win_compute_clipping(), win_compute_intersection(), win_compute_union(), win_draw(), win_draw_child(), win_draw_contents(), win_handle_pointer_event(), win_inflate_area(), win_init(), win_is_inside_area(), win_is_inside_clip(), win_process_pointer_event(), win_reset_root_geometry(), win_set_area(), win_translate_area_to_parent(), win_translate_win_to_root(), wtk_button_handler(), wtk_button_size_hint(), wtk_check_box_handler(), wtk_check_box_size_hint(), wtk_continue_drag(), wtk_frame_create(), wtk_frame_handler(), wtk_handle_frame_release(), wtk_handle_resize_release(), wtk_icon_button_handler(), wtk_icon_button_size_hint(), wtk_is_drag_threshold_exceeded(), wtk_label_handler(), wtk_label_size_hint(), wtk_plot_add_value(), wtk_plot_create(), wtk_plot_draw(), wtk_plot_grid_draw(), wtk_plot_handler(), wtk_plot_set_grid(), wtk_progress_bar_create(), wtk_progress_bar_handler(), wtk_progress_bar_set_value(), wtk_radio_button_handler(), wtk_radio_button_size_hint(), wtk_resize_frame(), wtk_slider_create(), wtk_slider_handler(), wtk_slider_set_value(), wtk_start_drag(), and wtk_stop_drag().