mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-29 18:29:18 -05:00
Update raygui.h
This commit is contained in:
@ -449,12 +449,6 @@ typedef enum {
|
|||||||
SCROLL_SPEED,
|
SCROLL_SPEED,
|
||||||
} GuiScrollBarProperty;
|
} GuiScrollBarProperty;
|
||||||
|
|
||||||
// ScrollBar side
|
|
||||||
typedef enum {
|
|
||||||
SCROLLBAR_LEFT_SIDE = 0,
|
|
||||||
SCROLLBAR_RIGHT_SIDE
|
|
||||||
} GuiScrollBarSide;
|
|
||||||
|
|
||||||
// ListView
|
// ListView
|
||||||
typedef enum {
|
typedef enum {
|
||||||
LIST_ITEMS_HEIGHT = 16,
|
LIST_ITEMS_HEIGHT = 16,
|
||||||
|
|||||||
Reference in New Issue
Block a user