testCreateSimpleWindow

fngtk.widget.Widget testCreateSimpleWindow(string windowTitle, string dialogText)

Create a simple window with window title window_title and text contents dialog_text. The window will quit any running [gtk.global.main_]-loop when destroyed, and it will automatically be destroyed upon test function teardown.

Parameters

windowTitleTitle of the window to be displayed.
dialogTextText inside the window to be displayed.

Returns

a widget pointer to the newly created GtkWindow.

Deprecated

This testing infrastructure is phased out in favor of reftests.