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 long
add_selection
long
clear_selection
long
get_selection_count
long
is_child_selected
long
ref_selection
long
remove_selection
long
select_all_selection
long
selection_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
-
-