Chromium Embedded Framework (CEF)
106.0.15+gbb70d04+chromium-106.0.5249.12
|
Class representing a range. More...
#include "include/internal/cef_types_wrappers.h"
Public Member Functions | |
CefRange () | |
CefRange (const cef_range_t &r) | |
CefRange (int from, int to) | |
void | Set (int from_val, int to_val) |
Additional Inherited Members | |
Public Attributes inherited from cef_range_t | |
int | from |
int | to |
Class representing a range.
|
inline |
|
inline |
|
inline |
|
inline |