mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
libsysprof-gtk: allow flipping y-axis of line layer
This way it can be packed into a split layer to allow emulate our previous duplex graphs.
This commit is contained in:
@ -44,6 +44,11 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_line_layer_set_series (SysprofLineLayer *self,
|
||||
SysprofXYSeries *series);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gboolean sysprof_line_layer_get_flip_y (SysprofLineLayer *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_line_layer_set_flip_y (SysprofLineLayer *self,
|
||||
gboolean flip_y);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gboolean sysprof_line_layer_get_use_curves (SysprofLineLayer *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_line_layer_set_use_curves (SysprofLineLayer *self,
|
||||
|
||||
Reference in New Issue
Block a user