Thank you very much for you help. you realy helped me. Can i asked
last question about parameters :)

If on of the parameters structure too. For example:

static gboolean job_func(int a, Win* b)
{
 ...
}

Where Win:

typedef struct _Win
{
typedef struct _MainWin
{
    GtkWindow parent;
    GtkWidget* scroll;
    GtkWidget* box;
}Win;

Thank you.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to