Cairo-Chart/src/LabelStyle.vala

9 lines
153 B
Vala
Raw Normal View History

2017-08-28 14:47:31 +03:00
namespace Gtk.CairoChart {
2017-08-28 18:16:48 +03:00
public struct LabelStyle {
FontStyle font_style;
LineStyle frame_line_style;
Color bg_color;
Color frame_color;
2017-08-28 14:47:31 +03:00
}
}