finch/libgnt/gntmenu.h

branch
soc.2013.gobjectification.plugins
changeset 37064
3373bd0b4ea6
parent 37051
f1ba94fd20f1
parent 35447
5a8d59fd6c2e
child 37075
cf3f735b09b7
equal deleted inserted replaced
37063:a84be725efad 37064:3373bd0b4ea6
1 /**
2 * @file gntmenu.h Menu API
3 * @ingroup gnt
4 */
5 /* 1 /*
6 * GNT - The GLib Ncurses Toolkit 2 * GNT - The GLib Ncurses Toolkit
7 * 3 *
8 * GNT is the legal property of its developers, whose names are too numerous 4 * GNT is the legal property of its developers, whose names are too numerous
9 * to list here. Please refer to the COPYRIGHT file distributed with this 5 * to list here. Please refer to the COPYRIGHT file distributed with this
20 * GNU General Public License for more details. 16 * GNU General Public License for more details.
21 * 17 *
22 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */
22 /**
23 * SECTION:gntmenu
24 * @section_id: libgnt-gntmenu
25 * @short_description: <filename>gntmenu.h</filename>
26 * @title: Menu
25 */ 27 */
26 28
27 #ifndef GNT_MENU_H 29 #ifndef GNT_MENU_H
28 #define GNT_MENU_H 30 #define GNT_MENU_H
29 31
79 81
80 struct _GntMenuClass 82 struct _GntMenuClass
81 { 83 {
82 GntTreeClass parent; 84 GntTreeClass parent;
83 85
86 /*< private >*/
84 void (*gnt_reserved1)(void); 87 void (*gnt_reserved1)(void);
85 void (*gnt_reserved2)(void); 88 void (*gnt_reserved2)(void);
86 void (*gnt_reserved3)(void); 89 void (*gnt_reserved3)(void);
87 void (*gnt_reserved4)(void); 90 void (*gnt_reserved4)(void);
88 }; 91 };

mercurial