|
Zrythm
a highly automated and intuitive digital audio workstation
|
Common editor settings. More...

Go to the source code of this file.
Data Structures | |
| struct | EditorSettings |
| Common editor settings. More... | |
Functions | |
| void | editor_settings_init (EditorSettings *self) |
| void | editor_settings_set_scroll_start_x (EditorSettings *self, int x, bool validate) |
| void | editor_settings_set_scroll_start_y (EditorSettings *self, int y, bool validate) |
| void | editor_settings_append_scroll (EditorSettings *self, int dx, int dy, bool validate) |
| Appends the given deltas to the scroll x/y values. | |
Common editor settings.
Definition in file editor_settings.h.