Re: Two windows in GTKmm



When I hide first window second window is hide too and program is finished.

_______________________________________

class WitajWindow : public Gtk::Window
{
	public:
		WitajWindow();

	protected:

//...

		void on_OProgramie_clicked();
};

//...

void WitajWindow::on_OProgramie_clicked()
{
	OProgramieWindow *OProgramieWindow1 = new OProgramieWindow;
	OProgramieWindow1->show_all();
}
_______________________________________
-- 
View this message in context: http://www.nabble.com/Two-windows-in-GTKmm-tp19221687p19275252.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]