I want to make a GdkRectangle
clickable so that I can select it and get a dot in every corner of the rectangle, implying that the user can move or resize the rectangle.
Is there an event that triggers when a GdkRectangle
is clicked? What's the syntax of the accompanying g_signal_connect
command?