comparison finch/libgnt/gntbutton.h @ 17928:8410511f4dbb

applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3 through e82c41f34ce5f7439b2f2971139efaf6ef7a54ff
author Eric Polino <aluink@pidgin.im>
date Wed, 06 Jun 2007 15:50:21 +0000
parents f00f2e283ffb
children 5c6f019e48f8
comparison
equal deleted inserted replaced
17927:f189497429c5 17928:8410511f4dbb
1 /**
2 * GNT - The GLib Ncurses Toolkit
3 *
4 * GNT is the legal property of its developers, whose names are too numerous
5 * to list here. Please refer to the COPYRIGHT file distributed with this
6 * source distribution.
7 *
8 * This library is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */
22
1 #ifndef GNT_BUTTON_H 23 #ifndef GNT_BUTTON_H
2 #define GNT_BUTTON_H 24 #define GNT_BUTTON_H
3 25
4 #include <glib.h> 26 #include <glib.h>
5 #include <glib-object.h> 27 #include <glib-object.h>
44 void (*gnt_reserved4)(void); 66 void (*gnt_reserved4)(void);
45 }; 67 };
46 68
47 G_BEGIN_DECLS 69 G_BEGIN_DECLS
48 70
71 /**
72 *
73 *
74 * @return
75 */
49 GType gnt_button_get_gtype(void); 76 GType gnt_button_get_gtype(void);
50 77
51 GntWidget *gnt_button_new(const char *text); 78 /**
79 *
80 * @param text
81 *
82 * @return
83 */
84 GntWidget * gnt_button_new(const char *text);
52 85
53 G_END_DECLS 86 G_END_DECLS
54 87
55 #endif /* GNT_BUTTON_H */ 88 #endif /* GNT_BUTTON_H */