mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 05:10:01 +03:00
doc fix
This commit is contained in:
parent
3325e2a75e
commit
63b404ca24
1 changed files with 3 additions and 3 deletions
|
@ -12741,14 +12741,14 @@ struct cef_focus_handler_t
|
||||||
/// component.
|
/// component.
|
||||||
///
|
///
|
||||||
|
|
||||||
///
|
|
||||||
/// Called when the browser component is requesting focus. |source| indicates
|
|
||||||
|
|
||||||
cef_base_ref_counted_t base;
|
cef_base_ref_counted_t base;
|
||||||
extern(System) void function (
|
extern(System) void function (
|
||||||
cef_focus_handler_t* self,
|
cef_focus_handler_t* self,
|
||||||
cef_browser_t* browser,
|
cef_browser_t* browser,
|
||||||
int next) nothrow on_take_focus;
|
int next) nothrow on_take_focus;
|
||||||
|
|
||||||
|
///
|
||||||
|
/// Called when the browser component is requesting focus. |source| indicates
|
||||||
/// where the focus request is originating from. Return false (0) to allow the
|
/// where the focus request is originating from. Return false (0) to allow the
|
||||||
/// focus to be set or true (1) to cancel setting the focus.
|
/// focus to be set or true (1) to cancel setting the focus.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue