I\'m considering writing a cross-platform desktop app, initially for Mac/Windows, but eventually for Linux as well.
I need t开发者_如何学Goo open an url from my application, on both linux and windows and i want to avoid replacing an existing page on an open browser.
I am playing a little with drag and drop under gtk#. When calling protected virtual void OnDragDataGet (object o, Gtk.DragDataGetArgs args)
What I want is having default column widths when start, allowing users to adjust the size if they want, and when the treeview is resized (i.e., window resized) make col1 grow/shrink to fill the space.