This commit is contained in:
Pietro Gagliardi 2019-06-02 20:50:55 -04:00
parent b8f8e1c4f7
commit 57dc482f2a
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ uint32_t uiControlType(void);
`uiControl` is an opaque type that describes a control.
`uiControl()` is a conversion macro for casting a pointer of a specific control type (or a `void *`) to `uiControl` while also checking for errors.
`uiControlType()` is the type identifier of a `uiControl` as passed to `uiControlCheckType()`. You rarely need to call this directly; the `uiControl()` conversion macro does this for you.
### `uiControlVtable`