Re: [gtk-list] gtk_args_collect & gnome--



>  The GnomeCanvas relies heavily on GtkArg; it's the only way to set the
>  properties of the various GnomeCanvasItem types. So this is done at item
>  creation time and with a function
>  
>  gnome_canvas_item_set(GnomeCanvasItem*,...);
>  
>  My problem is the C++ wrapper. The nice function to have would be:
>  GnomeCanvasItem::set(const gchar* first_name, ...)
[snip]

I don't know anything about Gtk--, but how does it deal with

	void gtk_object_set (GtkObject *object, ...);

for example?

  Federico



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