Hello, I can see that this function is not available in GUIX 5.3.0, which is the version found in SSP 1.1.x. Updating to SSP 1.2.0-b1 will enable this functionality. However gx_window_close simply sends GX_EVENT_CLOSE event at the target window. The event handler for that window will understand that event and proceed to detach the window from its parent. In SSP 1.1.x, GX_EVENT_CLOSE is only generated as a notification to parent widgets that child window has been closed. The simplest way to implement "gx_window_close" in GUIX 5.3.0/SSP 1.1.x is to call gx_window_detach() and the result should be identical. Regards
↧