http://defect.opensolaris.org/bz/show_bug.cgi?id=11157



--- Comment #3 from Darren Kenny <dkenny at opensolaris.org> 2009-09-04 
14:47:40 UTC ---
Both are GtkImage objects, so yes, I guess the accessible-name could be used. 

So to set the accessible-name, is that done using something like:

  GtkImage *i = gtk_image_new_from_pixbuf( ... );

  AtkObject *a = gtk_widget_get_accessible( GTK_WIDGET(i) );

  atk_object_set_name( a, "Good" );

  g_object_unef(a);


Is that right? Or is there some shortcut that's usable?

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.

Reply via email to