comparison win/dw.def @ 2532:457c91634881

Added dw_window_compare() to check if two window handles refer to the same object. Most platforms just compare the pointer or handle, but Android uses IsSameObject().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 11 May 2021 05:00:07 +0000
parents 4de830d3bf9e
children 761b7a12b079
comparison
equal deleted inserted replaced
2531:f45ebd96ebe5 2532:457c91634881
73 dw_window_get_font @82 73 dw_window_get_font @82
74 dw_window_set_tooltip @83 74 dw_window_set_tooltip @83
75 dw_window_get_preferred_size @84 75 dw_window_get_preferred_size @84
76 dw_window_set_gravity @85 76 dw_window_set_gravity @85
77 dw_window_set_focus @86 77 dw_window_set_focus @86
78 dw_window_compare @87
78 79
79 dw_button_new @90 80 dw_button_new @90
80 dw_bitmapbutton_new @91 81 dw_bitmapbutton_new @91
81 dw_bitmapbutton_new_from_file @92 82 dw_bitmapbutton_new_from_file @92
82 dw_bitmapbutton_new_from_data @93 83 dw_bitmapbutton_new_from_data @93