[Gambas-bugtracker] Bug #2124: Desktop.Showing returns error Not an object

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Apr 10 19:31:25 CEST 2021


http://gambaswiki.org/bugtracker/edit?object=BUG.2124&from=L21haW4-

Comment #7 by Tony MOREHEN:

Perhaps:

Private Function ShowDesktop_Read() As Boolean

  Return X11.GetWindowProperty(X11.RootWindow, Atom["_NET_SHOWING_DESKTOP"])[0]

Catch
  Return False

End




More information about the Bugtracker mailing list