[Gtk-sharp-list] Button problem

Mike Kestner mkestner@speakeasy.net
22 Jun 2003 18:51:28 -0500


On Sun, 2003-06-22 at 12:39, Benjamin D. wrote:
> It still doesn't work........
> Well, another question, cant' we use the system.drawing.graphics included in
> the Framework to draw on GTK# things ? (I tested with a window but it says
> that this method is not implemented) I thought it was possible because
> GTK#'s window have a handle too...

No, you have to use Gdk drawing primitives to draw on Gtk widgets.  Two
very different drawing libraries.

Mike