Activity log for bug #1225595

Date Who What changed Old value New value Message
2013-09-15 06:42:13 Dan Chapman  bug added bug
2013-09-15 06:43:13 Dan Chapman  description Being able to get the globalRect of the GtkLabel would be really handy to have, so we can change tabs. Currently its difficult to change tabs. Its easy enough to check the Tab Label text value as this can be seen via the ATK GtkNoteBookPageAccessible.accessible_name property. Looking in the docs I see there are two poroperties that can access the tab, 1) gtk_notebook_get_tab_label() - returns the tab label widget for the page child 2) gtk_notebook_get_tab_label_text() - returns the text of the tab label widget for the page child The latter is probably redundent as we can see the label text anyway. Could option (1) be of any use to do this?? Cheers Dan Being able to get the globalRect of the GtkLabel in a tab of a GtkNoteBook would be really handy to have, so we can change tabs. Currently its difficult to change tabs. Its easy enough to check the Tab Label text value as this can be seen via the ATK GtkNoteBookPageAccessible.accessible_name property. Looking in the docs I see there are two poroperties that can access the tab, 1) gtk_notebook_get_tab_label() - returns the tab label widget for the page child 2) gtk_notebook_get_tab_label_text() - returns the text of the tab label widget for the page child The latter is probably redundent as we can see the label text anyway. Could option (1) be of any use to do this?? Cheers Dan
2013-09-15 06:43:31 Dan Chapman  summary Accessing the GtkLabel of a GtkNoteBook. Accessing the GtkLabel in the tab of a GtkNoteBook.