imacarthur wrote:

> What tool were you using to examine the properties set for other
> windows in your previous post? I use wininfo on my ubuntu box, but
> that doesn't seem to give as much(or as detailed) info as you had -
> or maybe I am just using it wrong...

I mainly use a combination of xprop and grep. Sometimes I use the Advanced-
>Special Window Settings available from the KDE window border (top-left in 
my case - window icon).


I don't really have the spare time to look into this either. But a quick 
Google search found this:

        http://standards.freedesktop.org/wm-spec/1.3/ar01s05.html

Under "_NET_WM_WINDOW_TYPE", looks like the type needed is:
        _NET_WM_WINDOW_TYPE_MENU

Off the top of my head, to add support, via the patch, a new Fl_WindowType 
enum would need to be added (i.e. FL_MENU_WINDOW) and the case added in 
Fl_x.cxx that maps that to the _NET_WM_WINDOW_TYPE_MENU.

Hopefully that helps.

Cheers and Happy New Year!

Alvin


_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to