Gtk::Dialog test;
test.set_parent(*this);
test.show();
This is the code in parent window and can’t create the dialog.
Gtk::Dialog test;
test.set_parent(*this);
test.show();
This is the code in parent window and can’t create the dialog.