finch/libgnt/gntwidget.h

branch
soc.2013.gobjectification.plugins
changeset 37138
a5f26022c3a5
parent 37094
84873ce721dc
parent 35877
6c3ab2fd4412
child 37968
d54027600e1e
equal deleted inserted replaced
37137:27cf01a05bdf 37138:a5f26022c3a5
29 * @title: Widget 29 * @title: Widget
30 */ 30 */
31 31
32 #include <stdio.h> 32 #include <stdio.h>
33 #include <glib.h> 33 #include <glib.h>
34 #include <ncurses.h>
35 34
36 #include "gntbindable.h" 35 #include "gntbindable.h"
37 36
38 #define GNT_TYPE_WIDGET (gnt_widget_get_type()) 37 #define GNT_TYPE_WIDGET (gnt_widget_get_type())
39 #define GNT_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_WIDGET, GntWidget)) 38 #define GNT_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_WIDGET, GntWidget))

mercurial