You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
This might be more of a GTK question than a Common Lisp question, but allow me to post here, just in case.
I'm trying to create a custom context menu in WebKitGTK (using cl-webkit).
This might be more of a GTK question than a Common Lisp question, but allow me to post here, just in case.
I'm trying to create a custom context menu in WebKitGTK (using cl-webkit).
A simple attempt:
It works and shows "Do foo" in the context menu; sadly, it's greyed out.
It seems that g-simple-action-set-enabled does not do what I
think it does.
Any clue what I'm missing?
The text was updated successfully, but these errors were encountered: