Re: Two windows in GTKmm



I write that:


void WitajWindow::on_OProgramie_clicked()
{
	hide();

	OProgramieWindow OProgramieWindow;
	Gtk::Main::run(OProgramieWindow);

	WitajWindow WitajWindow;
	Gtk::Main::run(WitajWindow);
}

It (is?) work. Can I write it good?
-- 
View this message in context: http://www.nabble.com/Two-windows-in-GTKmm-tp19221687p19276211.html
Sent from the Gtkmm mailing list archive at Nabble.com.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]