Hi,

when I wanna get the X and Y coordinates of a ButtonEventArgs I have to
do:

event.X or event.Y


When I wanna get the height and width of a window I have to do:

int width;
int height;
window.GetSize(out width, out height);


Shouldn't there be a property Height and Width?

So, that I can access it with:

window.Height
window.Width



Greetings

Mike



_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to