| Chromium Embedded Framework (CEF)
    128.0.1+gc234e7f+chromium-128.0.6613.7
    | 
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 |