Chromium Embedded Framework (CEF)
106.0.15+gbb70d04+chromium-106.0.5249.12
|
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 |