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:
51
README.md
51
README.md
@ -12,45 +12,24 @@ raygui is intended for **tools development**; it has already been used to develo
|
||||
|
||||
## raygui provided controls
|
||||
|
||||
<img align="middle" src="images/rguistyler_v300.png">
|
||||
|
||||
#### Container/separator controls
|
||||
|
||||
- WindowBox
|
||||
- GroupBox
|
||||
- Line
|
||||
- Panel
|
||||
|
||||
```
|
||||
WindowBox | GroupBox | Line | Panel
|
||||
```
|
||||
#### Basic controls
|
||||
|
||||
- Label
|
||||
- Button
|
||||
- LabelButton
|
||||
- ImageButton
|
||||
- Toggle
|
||||
- ToggleGroup
|
||||
- CheckBox
|
||||
- ComboBox
|
||||
- DropdownBox
|
||||
- TextBox
|
||||
- TextBoxMulti
|
||||
- ValueBox
|
||||
- Spinner
|
||||
- Slider
|
||||
- SliderBar
|
||||
- ProgressBar
|
||||
- StatusBar
|
||||
- ScrollBar
|
||||
- ScrollPanel
|
||||
- DummyRec
|
||||
- Grid
|
||||
|
||||
```
|
||||
Label | Button | LabelButton | ImageButton | Toggle | ToggleGroup | CheckBox
|
||||
ComboBox | DropdownBox | TextBox | TextBoxMulti | ValueBox | Spinner | Slider
|
||||
SliderBar | ProgressBar | StatusBar | ScrollBar |ScrollPanel | DummyRec | Grid
|
||||
```
|
||||
#### Advance controls
|
||||
- ListView
|
||||
- ColorPicker
|
||||
- MessageBox
|
||||
- TextInputBox
|
||||
|
||||
```
|
||||
ListView | ColorPicker | MessageBox | TextInputBox
|
||||
```
|
||||

|
||||
|
||||
*rGuiStyler v3.1 - raygui styles editor, useful to create custom styles*
|
||||
|
||||
## raygui styles
|
||||
|
||||
raygui comes with a [default](styles/default) style automatically loaded at runtime:
|
||||
|
||||
Reference in New Issue
Block a user