Re: Non modal dialog : how?
- From: Yannick <ybarbeaux gmail com>
- To: gtkmm-list gnome org
- Subject: Re: Non modal dialog : how?
- Date: Wed, 8 May 2013 09:14:32 +0000 (UTC)
Thank you vey much Carlos, it works fine that way.
I just had to replace the line:
while(studio::App::events_pending()) studio::App::iteration(false);
with
while(Gtk::Main::events_pending()) Gtk::Main::iteration(false);
because it could not find the events_pending and iteration methods.
Working but more complicated than expected...
Doesn't exist any easier method to display a non-modal dialog? (and does
anyone can explain why the Gtk::MessageDialog is all blank when I call the
show/show_all method on it, as explained in my first post?)
Saludos.
Yannick
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]