1 12 package org.eclipse.swt.internal.accessibility.gtk; 13 14 15 public class AtkSelectionIface { 16 public int add_selection; 17 public int clear_selection; 18 public int ref_selection; 19 public int get_selection_count; 20 public int is_child_selected; 21 public int remove_selection; 22 public int select_all_selection; 23 public int selection_changed; 24 } 25 | Popular Tags |