Re: Two windows in GTKmm
- From: Simon Fuhrmann <NightSlayer gmx de>
- To: "Adam Ch." <adam chyla gmail com>
- Cc: gtkmm-list gnome org
- Subject: Re: Two windows in GTKmm
- Date: Sun, 31 Aug 2008 20:46:05 +0200
void
YourClass::on_new_window (void)
{
Gtk::Window* win = new Gtk::Window;
win->show_all();
}
Remember to delete it afterwards. You can do this in the window itself
if you register the appropriate close signals (on_delete_event).
Simon
Adam Ch. wrote:
> Hi.
> I'm newbie in GTKmm so I ask you.
> How can I show secound window from the first window?
> Maybe question is stupid, but I don't know answer.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]