| 
    Chromium Embedded Framework (CEF)
    135.0.1+gd336310+chromium-135.0.7049.3
    
   | 
 
Linux window properties, such as X11's WM_CLASS or Wayland's app_id. More...
#include "include/internal/cef_types.h"
Public Attributes | |
| size_t | size | 
| Size of this structure.  More... | |
| cef_string_t | wayland_app_id | 
| Main window's Wayland's app_id.  More... | |
| cef_string_t | wm_class_class | 
| Main window's WM_CLASS_CLASS in X11.  More... | |
| cef_string_t | wm_class_name | 
| Main window's WM_CLASS_NAME in X11.  More... | |
| cef_string_t | wm_role_name | 
| Main window's WM_WINDOW_ROLE in X11.  More... | |
Linux window properties, such as X11's WM_CLASS or Wayland's app_id.
Those are passed to CefWindowDelegate, so the client can set them for the CefWindow's top-level. Thus, allowing window managers to correctly display the application's information (e.g., icons).
| size_t cef_linux_window_properties_t::size | 
Size of this structure.
| cef_string_t cef_linux_window_properties_t::wayland_app_id | 
Main window's Wayland's app_id.
| cef_string_t cef_linux_window_properties_t::wm_class_class | 
Main window's WM_CLASS_CLASS in X11.
| cef_string_t cef_linux_window_properties_t::wm_class_name | 
Main window's WM_CLASS_NAME in X11.
| cef_string_t cef_linux_window_properties_t::wm_role_name | 
Main window's WM_WINDOW_ROLE in X11.