Chromium Embedded Framework (CEF)
128.4.2+g5c235a2+chromium-128.0.6613.18
|
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 |