Even *more* uiButton.md fixups.
This commit is contained in:
parent
3f92d7877e
commit
50bf3b8cab
|
@ -8,7 +8,7 @@ Windows | Unix | OS X
|
||||||
|
|
||||||
uiButton derives from [uiControl](uiControl.md).
|
uiButton derives from [uiControl](uiControl.md).
|
||||||
|
|
||||||
## uiNewButton()
|
## constructor NewButton()
|
||||||
|
|
||||||
```c
|
```c
|
||||||
uiButton *uiNewButton(const char *text);
|
uiButton *uiNewButton(const char *text);
|
||||||
|
@ -28,7 +28,7 @@ void uiButtonSetText(uiButton *b, const char *text);
|
||||||
```
|
```
|
||||||
Changes the text shown on the uiButton to the given text string.
|
Changes the text shown on the uiButton to the given text string.
|
||||||
|
|
||||||
## func OnClicked
|
## func OnClicked()
|
||||||
```c
|
```c
|
||||||
void uiButtonOnClicked(uiButton *b, void (*handler)(uiButton *, void *), void *data);
|
void uiButtonOnClicked(uiButton *b, void (*handler)(uiButton *, void *), void *data);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue