Re: Glib::Thread && Gtk::Window
- From: Alexander Volosatov <rope-walker yandex ru>
- To: gtkmm-list gnome org
- Subject: Re: Glib::Thread && Gtk::Window
- Date: Wed, 15 Mar 2006 19:20:53 +0200
Strange behavior of Gtk::Main::run().
when I wrote:
void Main_Window::on_Show_clicked() /*button signal_clicked()*/
{
Gtk::Window wnd;
Gtk::Main::run(wnd);
}
it work OK. Every time when I press button method
create new window.
But when I connect() this method to
Gtk::ActionGroup and call it,
create only one window.
Why?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]