- adjust_size
bool function(const clap_plugin_t* plugin, uint* width, uint* height) adjust_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- can_resize
bool function(const clap_plugin_t* plugin) can_resize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- create
bool function(const clap_plugin_t* plugin, const char* api, bool is_floating) create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- destroy
void function(const clap_plugin_t* plugin) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_preferred_api
bool function(const clap_plugin_t* plugin, const(char)** api, bool* is_floating) get_preferred_api;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_resize_hints
bool function(const clap_plugin_t* plugin, clap_gui_resize_hints_t* hints) get_resize_hints;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_size
bool function(const clap_plugin_t* plugin, uint* width, uint* height) get_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hide
bool function(const clap_plugin_t* plugin) hide;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- is_api_supported
bool function(const clap_plugin_t* plugin, const char* api, bool is_floating) is_api_supported;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_parent
bool function(const clap_plugin_t* plugin, const clap_window_t* window) set_parent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_scale
bool function(const clap_plugin_t* plugin, double scale) set_scale;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_size
bool function(const clap_plugin_t* plugin, uint width, uint height) set_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_transient
bool function(const clap_plugin_t* plugin, const clap_window_t* window) set_transient;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- show
bool function(const clap_plugin_t* plugin) show;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- suggest_title
void function(const clap_plugin_t* plugin, const char* title) suggest_title;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.