Dnia 2005-09-26 21:43, [EMAIL PROTECTED] napisał:
Assignment operator for GtkWidgets?

   GTK is written in C, thus it does not overload any operator.

Is there such a thing, can we do things like MyGtkWidget = SomeGtkWidget?

You can do that provided those are POINTERS to widgets (actually, you never use widget themselves). Unfortunately, as far as I know, there's no way to copy instances.

--
  Przemysław Sitek
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to