Home
last modified time | relevance | path

Searched refs:RemoveRowSelectionDelegate (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk/
H A DTableAdapter.cs45 public RemoveRowSelectionDelegate remove_row_selection;
86 iface.remove_row_selection = new RemoveRowSelectionDelegate (RemoveRowSelectionCallback); in TableAdapter()
503 delegate bool RemoveRowSelectionDelegate (IntPtr table, int row); in RemoveRowSelectionDelegate() method in Atk.TableAdapter