[Gtk-sharp-list] Button problem

Rachel Hestilow rachel@nullenvoid.com
22 Jun 2003 12:14:31 -0500


On Sun, 2003-06-22 at 11:09, Benjamin D. wrote:
> 
> Btn.Style = New Gtk.Style

I strongly suspect this is the problem. Overriding widget styles is a
somewhat advanced use of Gtk+. Try removing it and see if that works.

Additionally, as you call Win.ShowAll after adding the button to the
window, it is not necessary to call either Btn.Show or Btn.ShowAll.

You can find links to documentation at
http://www.nullenvoid.com/gtksharp/wiki/index.php/DocLinks .

-- 
Rachel Hestilow <rachel@nullenvoid.com>