mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Update README.md
This commit is contained in:
@ -20,15 +20,12 @@ WindowBox | GroupBox | Line | Panel
|
||||
```
|
||||
Label | Button | LabelButton | ImageButton | Toggle | ToggleGroup | CheckBox
|
||||
ComboBox | DropdownBox | TextBox | TextBoxMulti | ValueBox | Spinner | Slider
|
||||
SliderBar | ProgressBar | StatusBar | ScrollBar |ScrollPanel | DummyRec | Grid
|
||||
SliderBar | ProgressBar | StatusBar | ScrollBar | ScrollPanel | DummyRec | Grid
|
||||
```
|
||||
#### Advance controls
|
||||
```
|
||||
ListView | ColorPicker | MessageBox | TextInputBox
|
||||
```
|
||||

|
||||
|
||||
*rGuiStyler v3.1 - raygui styles editor, useful to create custom 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.
|
||||
|
||||

|
||||
|
||||
*rGuiStyler v3.1 - raygui styles editor, useful to create custom styles*
|
||||
|
||||
## 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`.
|
||||
|
||||
Reference in New Issue
Block a user