| 1098:1f45788e0bac | 1099:a5057a367c8f |
|---|---|
| 26 * POSSIBILITY OF SUCH DAMAGE. | 26 * POSSIBILITY OF SUCH DAMAGE. |
| 27 */ | 27 */ |
| 28 | 28 |
| 29 #include "../ui/toolkit.h" | 29 #include "../ui/toolkit.h" |
| 30 #include "../common/action.h" | 30 #include "../common/action.h" |
| 31 | |
| 32 #import "widget.h" | |
| 33 | |
| 34 void ui_cocoa_view_bind_action(UiContext *ctx, NSView *view, const char *action); |