Chromium Embedded Framework (CEF)
114.2.1+gd70a0a8+chromium-114.0.5735.45
|
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 |