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 10:58:43 -0700 (PDT)
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]