mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
Use GuiControlProperty instead of c.int
This commit is contained in:
Vendored
+2
-2
@@ -229,8 +229,8 @@ foreign lib {
|
|||||||
|
|
||||||
// Style set/get functions
|
// Style set/get functions
|
||||||
|
|
||||||
GuiSetStyle :: proc(control: GuiControl, property: c.int, value: c.int) --- // Set one style property
|
GuiSetStyle :: proc(control: GuiControl, property: GuiControlProperty, value: c.int) --- // Set one style property
|
||||||
GuiGetStyle :: proc(control: GuiControl, property: c.int) -> c.int --- // Get one style property
|
GuiGetStyle :: proc(control: GuiControl, property: GuiControlProperty) -> c.int --- // Get one style property
|
||||||
|
|
||||||
// Styles loading functions
|
// Styles loading functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user