Re: guile-gi: Using Gtk.show_uri and application:get-active-window

2022-03-24 Thread Luis Felipe
On Friday, March 11th, 2022 at 11:59 PM, Luis Felipe wrote: > Hi, I want to display the help of an application on Yelp when users click on > "MenuButton → Help" or when they press F1. I already have the relevant > actions connected to a procedure that looks like this: > > (define (on-help ac

Re: guile-gi: Using Gtk.show_uri and application:get-active-window

2022-03-12 Thread Luis Felipe
On Friday, March 11th, 2022 at 11:59 PM, Luis Felipe wrote: > Hi, I want to display the help of an application on Yelp when users click on > "MenuButton → Help" or when they press F1. I already have the relevant > actions connected to a procedure that looks like this: > > (define (on-help ac

guile-gi: Using Gtk.show_uri and application:get-active-window

2022-03-11 Thread Luis Felipe
Hi, I want to display the help of an application on Yelp when users click on "MenuButton → Help" or when they press F1. I already have the relevant actions connected to a procedure that looks like this: (define (on-help action app) #| Show application manual in Yelp. |# (let [(window (get-ac