mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-03 12:49:17 -05:00
Update README.md
This commit is contained in:
17
README.md
17
README.md
@ -14,21 +14,18 @@ raygui is intended for **tools development**; it has already been used to develo
|
|||||||
|
|
||||||
#### Container/separator controls
|
#### Container/separator controls
|
||||||
```
|
```
|
||||||
WindowBox | GroupBox | Line | Panel
|
WindowBox | GroupBox | Line | Panel
|
||||||
```
|
```
|
||||||
#### Basic controls
|
#### Basic controls
|
||||||
```
|
```
|
||||||
Label | Button | LabelButton | ImageButton | Toggle | ToggleGroup | CheckBox
|
Label | Button | LabelButton | ImageButton | Toggle | ToggleGroup | CheckBox
|
||||||
ComboBox | DropdownBox | TextBox | TextBoxMulti | ValueBox | Spinner | Slider
|
ComboBox | DropdownBox | TextBox | TextBoxMulti | ValueBox | Spinner | Slider
|
||||||
SliderBar | ProgressBar | StatusBar | ScrollBar |ScrollPanel | DummyRec | Grid
|
SliderBar | ProgressBar | StatusBar | ScrollBar | ScrollPanel | DummyRec | Grid
|
||||||
```
|
```
|
||||||
#### Advance controls
|
#### Advance controls
|
||||||
```
|
```
|
||||||
ListView | ColorPicker | MessageBox | TextInputBox
|
ListView | ColorPicker | MessageBox | TextInputBox
|
||||||
```
|
```
|
||||||

|
|
||||||
|
|
||||||
*rGuiStyler v3.1 - raygui styles editor, useful to create custom styles*
|
|
||||||
|
|
||||||
## raygui styles
|
## raygui styles
|
||||||
|
|
||||||
@ -44,6 +41,10 @@ Custom styles can also be created very easily using [rGuiStyler](https://raylibt
|
|||||||
|
|
||||||
Styles can be loaded at runtime using raygui `GuiLoadStyle()` function. Simple and easy-to-use.
|
Styles can be loaded at runtime using raygui `GuiLoadStyle()` function. Simple and easy-to-use.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*rGuiStyler v3.1 - raygui styles editor, useful to create custom styles*
|
||||||
|
|
||||||
## raygui icons: ricons
|
## raygui icons: ricons
|
||||||
|
|
||||||
`raygui` includes a separate module with a set of custom handcrafter icons, ready to be used and integrated in a easy way with `raygui`. This module is called `ricons.h` and can be automatically included just defining `RAYGUI_SUPPORT_RICONS` before including `raygui`.
|
`raygui` includes a separate module with a set of custom handcrafter icons, ready to be used and integrated in a easy way with `raygui`. This module is called `ricons.h` and can be automatically included just defining `RAYGUI_SUPPORT_RICONS` before including `raygui`.
|
||||||
|
|||||||
Reference in New Issue
Block a user