1
// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
5
Copyright (C) 2011 Mario Guerriero <mefrio.g@gmail.com>
6
This program is free software: you can redistribute it and/or modify it
7
under the terms of the GNU Lesser General Public License version 3, as
8
published by the Free Software Foundation.
10
This program is distributed in the hope that it will be useful, but
11
WITHOUT ANY WARRANTY; without even the implied warranties of
12
MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
13
PURPOSE. See the GNU General Public License for more details.
15
You should have received a copy of the GNU General Public License along
16
with this program. If not, see <http://www.gnu.org/licenses>
22
using Granite.Widgets;
24
namespace Snap.Widgets {
26
public class SnapStatic : StaticNotebook {
28
public SnapStatic () {
32
void setup_static () {
34
append_page (new VBox (false, 0), new Label ("All"));
35
append_page (new VBox (false, 0), new Label ("Photo"));
36
append_page (new VBox (false, 0), new Label ("Video"));
b'\\ No newline at end of file'