I want this method:
But compiler say not found, it’s not implemented, really?
Debian 12
I want this method:
But compiler say not found, it’s not implemented, really?
Debian 12
The description of gtk_widget_action_set_enabled() says
Enable or disable an action installed with gtk_widget_class_install_action().
No GtkWidgetClass methods are wrapped in gtkmm. Have you installed actions with
gtk_widget_class_install_action()? If you have created a Gio::SimpleAction,
use Gio::SimpleAction::set_enabled().
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.