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:
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
|
||||||
|
|
||||||
@ -43,6 +40,10 @@ Some additional styles are also provided for convenience, just check [styles dir
|
|||||||
Custom styles can also be created very easily using [rGuiStyler](https://raylibtech.itch.io/rguistyler) tool.
|
Custom styles can also be created very easily using [rGuiStyler](https://raylibtech.itch.io/rguistyler) tool.
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user