X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkselection.h;h=0d51cf2c0def6a5d34fe1fec907ccf69704d98b1;hb=9466ce9bee6c89abed3014f399c34c0ea3563d31;hp=715b97aa0cba939efd1e703f2e1678ff6a60eb86;hpb=050183b2fdb854a4efb9ac3e00511a8d64179a70;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkselection.h b/atk/atkselection.h old mode 100755 new mode 100644 index 715b97a..0d51cf2 --- a/atk/atkselection.h +++ b/atk/atkselection.h @@ -67,24 +67,32 @@ struct _AtkSelectionIface void (*selection_changed) (AtkSelection *selection); }; +ATK_AVAILABLE_IN_ALL GType atk_selection_get_type (void); +ATK_AVAILABLE_IN_ALL gboolean atk_selection_add_selection (AtkSelection *selection, gint i); +ATK_AVAILABLE_IN_ALL gboolean atk_selection_clear_selection (AtkSelection *selection); +ATK_AVAILABLE_IN_ALL AtkObject* atk_selection_ref_selection (AtkSelection *selection, gint i); +ATK_AVAILABLE_IN_ALL gint atk_selection_get_selection_count (AtkSelection *selection); +ATK_AVAILABLE_IN_ALL gboolean atk_selection_is_child_selected (AtkSelection *selection, gint i); +ATK_AVAILABLE_IN_ALL gboolean atk_selection_remove_selection (AtkSelection *selection, gint i); +ATK_AVAILABLE_IN_ALL gboolean atk_selection_select_all_selection (AtkSelection *selection); G_END_DECLS