application/window.h

changeset 97
5a3d27b8e6b0
parent 90
f501f0efc9a8
equal deleted inserted replaced
96:493959648de6 97:5a3d27b8e6b0
78 78
79 void action_dnd_drop(UiEvent *event, void *data); 79 void action_dnd_drop(UiEvent *event, void *data);
80 80
81 void action_resourceviewer_text_modified(UiEvent *event, void *data); 81 void action_resourceviewer_text_modified(UiEvent *event, void *data);
82 void action_resourceviewer_save(UiEvent *event, void *data); 82 void action_resourceviewer_save(UiEvent *event, void *data);
83 void action_resourceviewer_property_select(UiEvent *event, void *data);
84 void action_resourceviewer_property_activate(UiEvent *event, void *data);
85 void action_resourceviewer_property_add(UiEvent *event, void *data);
86 void action_resourceviewer_property_edit(UiEvent *event, void *data);
87 void action_resourceviewer_property_remove(UiEvent *event, void *data);
83 88
84 #ifdef __cplusplus 89 #ifdef __cplusplus
85 } 90 }
86 #endif 91 #endif
87 92

mercurial