Class AtkSelectionIface
- java.lang.Object
-
- org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
-
public class AtkSelectionIface extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description longadd_selectionlongclear_selectionlongget_selection_countlongis_child_selectedlongref_selectionlongremove_selectionlongselect_all_selectionlongselection_changed
-
Constructor Summary
Constructors Constructor Description AtkSelectionIface()
-
-
-
Field Detail
-
add_selection
public long add_selection
-
clear_selection
public long clear_selection
-
ref_selection
public long ref_selection
-
get_selection_count
public long get_selection_count
-
is_child_selected
public long is_child_selected
-
remove_selection
public long remove_selection
-
select_all_selection
public long select_all_selection
-
selection_changed
public long selection_changed
-
-