Add missing registration of wrapper for gtk_widget_show_all().

This commit is contained in:
Sergey Cherepanov 2012-11-26 10:57:02 +11:00 committed by Lassi Kortela
parent d546ac8de3
commit bdfcc5fbfc
1 changed files with 1 additions and 0 deletions

View File

@ -69,4 +69,5 @@ void elk_init_gtk_gtkwidget () {
sizeof (struct S_GtkWidget), GtkWidget_Equal, GtkWidget_Equal,
GtkWidget_Print, NOFUNC);
Define_Primitive (GtkWidgetp, "gtk-widget?", 1, 1, EVAL);
Define_Primitive (P_Gtk_Widget_Show_All, "gtk-widget-show-all", 1, 1, EVAL);
}