Send Gtkmm-forge mailing list submissions to
[EMAIL PROTECTED]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach th
Antonio Coralles wrote:
> I'm using gtkmm-2.4.11 and would like to know why after
>
> Gtk::Widget *p_widget;
> p_widget = _rp_UIManager->get_widget("SomePath/SomeElement");
> p_widget->set_sensitive(false);
> p_widget->modify_text(Gtk::STATE_INSENSITIVE, Gdk::Color("red"));
>
> the text connected
On Tue, 2005-05-24 at 15:46 +0100, Caspar MacRae wrote:
> Hi,
>
>
> This is not urgent as I have a work around,
> but I'd still like to know how to do this properly...
>
>
> Trying to bind a Gtk::Menu reference as an argument:
>
> instanceA.my_signal_changed.connect( SigC::bind(
> SigC
On Fri, 2005-05-20 at 22:33 +, acerion wrote:
> Hello
>
> I was browsing your on-line documentation, and came accross broken link:
> page:
> http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch03s04.html
> (Glib::ustring). There is a link named "Reference".
> pointing to
> http://ww
On Sun, 2005-05-22 at 12:27 -0700, Krause wrote:
> When you right click a Gtk::TextView, you get a popup menu with
> the default cut, copy, paste, etc commands. The problem is that
> I handle them myself so that the undo & redo can be done through
> my application.
>
> I there a way to override th
On Wed, 2005-05-25 at 15:23 -0500, Tim Flechtner wrote:
> hello gtkmmers,
> i have an object of Gtk::Button, in which i set the object's label's
> color by calling code like:
>
> void setButton(Gtk::Button& button, std::string& s, Gdk::Color color)
> {
> b.get_child()->modify_fg(Gtk::STATE_NO
On Tue, 2005-05-24 at 12:54 -0700, Denis Leroy wrote:
> While we're on the subject, could somebody also move up GCDMaster to the gtkmm
> 2.4 section ? It's still listed under the 1.2 API section.
Done.
--
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com
WaveMixer looks cool.
It requires gtkmm 2.2 ??? at least gtkmm 2.4 would be good.
On 5/23/05, Paul Davis <[EMAIL PROTECTED]> wrote:
> >I want to present you wavemixer. It is a multitracks sound editor written
> >with
>
> you might want to check out http://ardour.org/ if you don't know about
> it