Re: Implementation of new EWMH spec



> Index: gdk/gdkwindow.h

> +  GDK_WINDOW_TYPE_HINT_DESKTOP,
> +  GDK_WINDOW_TYPE_HINT_DROPDOWN_MENU,	/* A drop down menu (from a menubar) */
> +  GDK_WINDOW_TYPE_HINT_POPUP_MENU,	/* A popup menu (from right-click) */
> +  GDK_WINDOW_TYPE_HINT_TOOLTIP,
> +  GDK_WINDOW_TYPE_HINT_NOTIFICATION,
> +  GDK_WINDOW_TYPE_HINT_COMBO,

What about GtkEntryCompletion popups?
Why does context menu popups, combobox menu popups, combobox treeview popups
and entrycompletions popup windows need to be handled differently?

There are some additions in third party extensions such as windows which
popups calendars, either in a combo way or as a cell renderer, what type
would they have?

I must admit that I have not read the specification, but I wanted to share
my comments, which may or may not be relevant to your patch.

Johan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]