diff console/libgnt/gntwidget.h @ 14010:7573bd40a190

[gaim-migrate @ 16602] Allow plugins to be loaded and unloaded. Remember the window positions and sizes. All turning on/off shadow from ~/.gntrc (off by default). committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 31 Jul 2006 23:19:12 +0000
parents c9509bd42d7a
children 143474e2b1cb
line wrap: on
line diff
--- a/console/libgnt/gntwidget.h	Sat Jul 29 20:22:39 2006 +0000
+++ b/console/libgnt/gntwidget.h	Mon Jul 31 23:19:12 2006 +0000
@@ -129,6 +129,8 @@
 
 void gnt_widget_set_visible(GntWidget *widget, gboolean set);
 
+gboolean gnt_widget_has_shadow(GntWidget *widget);
+
 G_END_DECLS
 
 #endif /* GNT_WIDGET_H */