Re: Two windows in GTKmm
- From: "Adam Chyla [PL]" <adam chyla gmail com>
- To: gtkmm-list gnome org
- Subject: Re: Two windows in GTKmm
- Date: Tue, 2 Sep 2008 11:55:32 -0700 (PDT)
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]