Re: Replacing Gtk::Action and Gtk::UIManager with Gio::Action and Gtk::Builder

2013-08-09 Thread Murray Cumming
On Thu, 2013-08-08 at 16:40 +0200, Kjell Ahlstedt wrote: Templated get_*() methods can be added as overloaded methods, because the number of parameters will be different. Example: _WRAP_METHOD(Glib::VariantBase get_action_state(const Glib::ustring action_name) const,

Re: New multi-threaded example program in the gtkmm tutorial

2013-08-09 Thread Carlos Lopez Gonzalez
Hi Kjell, thank you very much for take your time on prepare that example and the detailed explanation on the documentation. It will help may users to be able to use threads properly. Cheers Carlos De: Kjell Ahlstedt kjell.ahlst...@bredband.net Para:

Re: Gstreamermm-1.0 - unofficial release

2013-08-09 Thread Marcin Kolny
On 08/06/2013 11:39 AM, Marcin Kolny wrote: On 08/06/2013 11:01 AM, Murray Cumming wrote: On Mon, 2013-08-05 at 12:57 +0200, Marcin Kolny wrote: Hi, Gstreamermm-1.0(unofficial release for now) is available on the website https://github.com/loganek/gstreamermm-1.0/. I'm waiting for

Re: Replacing Gtk::Action and Gtk::UIManager with Gio::Action and Gtk::Builder

2013-08-09 Thread Kjell Ahlstedt
2013-08-09 12:17, Murray Cumming skrev: On Thu, 2013-08-08 at 16:40 +0200, Kjell Ahlstedt wrote: Templated get_*() methods can be added as overloaded methods, because the number of parameters will be different. Example: _WRAP_METHOD(Glib::VariantBase get_action_state(const

What is the minimum number of lines to update a gui window without user clicking a button

2013-08-09 Thread L. D. James
I'm trying to figure out how to get a minimum amount of lines that will demonstrate outputting to a gui window (a textview widget) without the user having to click a button to get started. Kjell has taken my question serious enough to start an addition to the examples list (multi-treaded