私はまだこのリンクの例に取り組んでいます: gtkmm statusicon quits after creation トレイバーの別のウィンドウを開くようにこの方法で関数を変更しましたが、何も表示されません。
void Tray::on_statusicon_popup(guint button, guint activate_time) {
printf("popup!\n");
Gtk::Window w;
w.show();
}
「Gtk::Main::run(w);」ですべてのウィンドウを実行しようとしました。それは機能しますが、ウィンドウごとにメインループを実行したくありません。