> Change it to read something like:
>
> GtkWidget*
> psppire_data_window_new (void)
> {
>  GtkWidget *w;
>
>  w = GTK_WIDGET (g_object_new (psppire_data_window_get_type (),
>                                     "description", _("Data Editor"),
>                                                                   NULL));
>
>  g_debug ("%s:%d %p", __FILE__, __LINE__, w);
>
>  return w;
> }
Doesn't print anything. Seems like the problem is there. I didn't find
the definition of g_object_new or GTK_WIDGET. Are they external
dependencies?


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to