hi, all

  I meet a trouble when I add the accessibility to the GtkTreeView widget.
Would you like to spend a little time to give me some advice, please?

  I write the code as follow, But it not availability.
----------
   address_widget = glade_xml_get_widget (e_contact_editor->gui,
"text-address");
   a11y = gtk_widget_get_accessible (address_widget);
   if (a11y != NULL) {
       atk_object_set_name (a11y, _(address_lists[0]));
   }
----------
*     **"*text-address*"'s class** **is the GtkTreeView.

Thx a lot.


Best regards hao.sheng*

_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers

Reply via email to