comparison os2/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 c9b776655725
children 761b7a12b079
comparison
equal deleted inserted replaced
2531:f45ebd96ebe5 2532:457c91634881
75 dw_window_get_font @82 75 dw_window_get_font @82
76 dw_window_set_tooltip @83 76 dw_window_set_tooltip @83
77 dw_window_get_preferred_size @84 77 dw_window_get_preferred_size @84
78 dw_window_set_gravity @85 78 dw_window_set_gravity @85
79 dw_window_set_focus @86 79 dw_window_set_focus @86
80 dw_window_compare @87
80 81
81 dw_button_new @90 82 dw_button_new @90
82 dw_bitmapbutton_new @91 83 dw_bitmapbutton_new @91
83 dw_bitmapbutton_new_from_file @92 84 dw_bitmapbutton_new_from_file @92
84 dw_bitmapbutton_new_from_data @93 85 dw_bitmapbutton_new_from_data @93