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 |