| 
    Chromium Embedded Framework (CEF)
    121.0.1+g7a4b55f+chromium-121.0.6167.16
    
   | 
 
Class representing insets. More...
#include "include/internal/cef_types_wrappers.h"
  
Public Member Functions | |
| CefInsets () | |
| CefInsets (const cef_insets_t &r) | |
| CefInsets (int top, int left, int bottom, int right) | |
| void | Set (int top_val, int left_val, int bottom_val, int right_val) | 
Additional Inherited Members | |
  Public Attributes inherited from cef_insets_t | |
| int | top | 
| int | left | 
| int | bottom | 
| int | right | 
Class representing insets.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline |