Re: g_object_copy()



Russell Shaw wrote:

Now, i should be able to do a deep copy like so:

  GtkWidget *dialog2=g_object_copy(GTK_WIDGET(dialog));

Correction2 (i think):

   GtkWidget *dialog2=gtk_dialog_copy(dialog);





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