Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk/
H A DTableAdapter.cs36 public SetRowDescriptionDelegate set_row_description;
77 iface.set_row_description = new SetRowDescriptionDelegate (SetRowDescriptionCallback); in TableAdapter()
356 delegate void SetRowDescriptionDelegate (IntPtr table, int row, IntPtr description); in SetRowDescriptionDelegate() method in Atk.TableAdapter