6
public class HomePage : Box {
7
public CategoriesView categories_view;
10
orientation = Orientation.VERTICAL;
14
categories_view = new CategoriesView(3);
15
categories_view.halign = Align.CENTER;
17
Label categories_label = new Label("<b>Categories</b>");
18
categories_label.use_markup = true;
19
categories_label.xalign = 0.0f;
21
pack_start(categories_label, false, false, 0);
22
pack_start(categories_view, false, false, 0);
b'\\ No newline at end of file'