Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
editor_settings.h File Reference

Common editor settings. More...

#include "utils/yaml.h"
Include dependency graph for editor_settings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  EditorSettings
 Common editor settings. More...
 

Macros

#define EDITOR_SETTINGS_SCHEMA_VERSION   1
 

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.
 

Detailed Description

Common editor settings.

Definition in file editor_settings.h.