Re: (no subject)



Dnia 2005-09-26 21:43, jalkadir gosonic ca 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



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