on-configure ( window event user-data -- ? )
Gtk-based UI backend

Prev:on-scroll ( win event user-data -- ? )
Next:on-delete ( win event user-data -- ? )


Vocabulary
ui.backend.gtk

Inputs
windowan alien
eventan alien
user-dataan alien


Outputs
?a boolean


Word description
Handles a configure event (GdkEventConfigure) sent from the windowing system. If the world has been sent the on-map event from gtk then it is updated, otherwise nothing happens. Resizing the window causes the world to be relayouted, but moving the window does not.

Definition