TypeScript API Documentation for GTK
API Version: 3.0
Library Version: 3.24.51
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Deprecated 3.20
Since 2.14
Create a simple window with window title window_title and text contents dialog_text. The window will quit any running gtk_main()-loop when destroyed, and it will automatically be destroyed upon test function teardown.
window_title
dialog_text
gtk_main()
Deprecated
Title of the window to be displayed.
Text inside the window to be displayed.
a widget pointer to the newly created GtkWindow.
2.14
since 3.20: This testing infrastructure is phased out in favor of reftests.
Create a simple window with window title
window_titleand text contentsdialog_text. The window will quit any runninggtk_main()-loop when destroyed, and it will automatically be destroyed upon test function teardown.