mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-10 19:15:08 -05:00
f2245d1ca0
* try different approaches for hiding windows: - gather toplevel windows from nsIWindowMediator, but then unable to get NativeParentWindow (GdkWindow) in order to apply gdk_window_hide - damn it ! - gather toplevel GdkWindows, but don't know exactly how to find out which belong to the application... - gather toplevel GtkWindows, but seem to get too many windows from gtk_window_list_toplevels()... * problems understanding js-ctypes: - arguments passed to callbacks (see FunctionType), for ex: implementation of GFunc - definition of recursive structures, for ex: GtkWidget |
||
---|---|---|
src | ||
testing | ||
.gitignore | ||
README.md |
rewrite of Firetray with js-ctypes