From: Alexander S.K. <al...@be...> - 2015-12-21 07:57:49
|
Alain Aupeix пишет: > > My problem is, before or after giving the focus, to sent to yelp that > displayed uri must be changed > It seems that there is a gtk function which allows to do that, in > relation with tha API of yelp. I just added hwg_ShellExecute( cUrl ) function, similar to appropriate function in winapi version. It uses the gtk_show_uri(), so you may try something like: hwg_ShellExecute( "help:myproject/export" ) Regards, Alexander. |