pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with master branch


From: Michel Boaventura
Subject: Re: problem with master branch
Date: Wed, 25 Feb 2009 00:49:23 -0300

> 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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]