Re: GtkAction - no gtk_action_set_sensitive()?

2004-03-31 Thread Murray Cumming
On Sun, 2004-03-28 at 19:46, Matthew Walton wrote: I've been experimenting with GtkAction via the gtkmm C++ bindings, and was quite surprised to find that gtkmm doesn't provide a Gtk::Action::set_sensitive() method. Upon investigation I discovered that this is because GTK+ doesn't provide

GtkAction - no gtk_action_set_sensitive()?

2004-03-28 Thread Matthew Walton
I've been experimenting with GtkAction via the gtkmm C++ bindings, and was quite surprised to find that gtkmm doesn't provide a Gtk::Action::set_sensitive() method. Upon investigation I discovered that this is because GTK+ doesn't provide gtk_action_set_sensitive(). Without this method, I