]> git.sur5r.net Git - glabels/blob - src/label-properties-dialog.h
Be more specific comments for translators
[glabels] / src / label-properties-dialog.h
1 /*
2  *  label-properties-dialog.h
3  *  Copyright (C) 2001-2009  Jim Evins <evins@snaught.com>.
4  *
5  *  This file is part of gLabels.
6  *
7  *  gLabels is free software: you can redistribute it and/or modify
8  *  it under the terms of the GNU General Public License as published by
9  *  the Free Software Foundation, either version 3 of the License, or
10  *  (at your option) any later version.
11  *
12  *  gLabels is distributed in the hope that it will be useful,
13  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  *  GNU General Public License for more details.
16  *
17  *  You should have received a copy of the GNU General Public License
18  *  along with gLabels.  If not, see <http://www.gnu.org/licenses/>.
19  */
20
21 #ifndef __LABEL_PROPERTIES_DIALOG_H__
22 #define __LABEL_PROPERTIES_DIALOG_H__
23
24
25 #include <gtk/gtk.h>
26
27 #include "label.h"
28
29
30 G_BEGIN_DECLS
31
32 #define GL_RESPONSE_SELECT_OTHER 1
33
34 #define GL_TYPE_LABEL_PROPERTIES_DIALOG (gl_label_properties_dialog_get_type ())
35
36 G_DECLARE_FINAL_TYPE (glLabelPropertiesDialog, gl_label_properties_dialog, GL, LABEL_PROPERTIES_DIALOG, GtkDialog)
37
38 GtkWidget *gl_label_properties_dialog_new (glLabel *label, GtkWindow *parent);
39
40 G_END_DECLS
41
42
43 #endif /* __LABEL_PROPERTIES_DIALOG_H__ */
44
45
46
47
48 /*
49  * Local Variables:       -- emacs
50  * mode: C                -- emacs
51  * c-basic-offset: 8      -- emacs
52  * tab-width: 8           -- emacs
53  * indent-tabs-mode: nil  -- emacs
54  * End:                   -- emacs
55  */