コード例 #1
0
ファイル: TreeSelection.cs プロジェクト: akrisiun/gtk-sharp
		public void SelectedForeach(Gtk.TreeSelectionForeachFunc func) {
			GtkSharp.TreeSelectionForeachFuncWrapper func_wrapper = new GtkSharp.TreeSelectionForeachFuncWrapper (func);
			gtk_tree_selection_selected_foreach(Handle, func_wrapper.NativeDelegate, IntPtr.Zero);
		}
コード例 #2
0
 public void SelectedForeach(Gtk.TreeSelectionForeachFunc func)
 {
     GtkSharp.TreeSelectionForeachFuncWrapper func_wrapper = new GtkSharp.TreeSelectionForeachFuncWrapper(func);
     gtk_tree_selection_selected_foreach(Handle, func_wrapper.NativeDelegate, IntPtr.Zero);
 }