mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Lua: Action Script Dialog & MessageBox
This commit is contained in:
parent
7652f4edf2
commit
f5995661d0
5 changed files with 700 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ public:
|
|||
static void register_classes (lua_State* L);
|
||||
static void register_hooks (lua_State* L);
|
||||
static void bind_cairo (lua_State* L);
|
||||
static void bind_dialog (lua_State* L);
|
||||
|
||||
static void render_action_icon (cairo_t* cr, int w, int h, uint32_t c, void* i);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue