Cairo-Chart/src/LabelStyle.vala

9 lines
153 B
Vala

namespace Gtk.CairoChart {
public struct LabelStyle {
FontStyle font_style;
LineStyle frame_line_style;
Color bg_color;
Color frame_color;
}
}