[Evolution-hackers] hi, ask a question about the GtkTreeView
- From: shenghao <hao sheng sun com>
- To: evolution-hackers lists ximian com
- Subject: [Evolution-hackers] hi, ask a question about the GtkTreeView
- Date: Sun, 05 Sep 2004 18:06:17 +0800
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*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]