Skip to content

Commit 7205094

Browse files
committed
str8 versions handwritten to the api.json, also includes textbox result changes i forgot
1 parent bcd24f1 commit 7205094

File tree

1 file changed

+287
-0
lines changed

1 file changed

+287
-0
lines changed

src/api.json

+287
Original file line numberDiff line numberDiff line change
@@ -15512,6 +15512,23 @@
1551215512
}
1551315513
]
1551415514
},
15515+
{
15516+
"kind": "proc",
15517+
"name": "oc_ui_button_str8",
15518+
"return": {
15519+
"kind": "namedType",
15520+
"name": "oc_ui_sig"
15521+
},
15522+
"params": [
15523+
{
15524+
"name": "label",
15525+
"type": {
15526+
"kind": "namedType",
15527+
"name": "oc_str8"
15528+
}
15529+
}
15530+
]
15531+
},
1551515532
{
1551615533
"kind": "proc",
1551715534
"name": "oc_ui_checkbox",
@@ -15540,6 +15557,32 @@
1554015557
}
1554115558
]
1554215559
},
15560+
{
15561+
"kind": "proc",
15562+
"name": "oc_ui_checkbox_str8",
15563+
"return": {
15564+
"kind": "namedType",
15565+
"name": "oc_ui_sig"
15566+
},
15567+
"params": [
15568+
{
15569+
"name": "name",
15570+
"type": {
15571+
"kind": "namedType",
15572+
"name": "oc_str8"
15573+
}
15574+
},
15575+
{
15576+
"name": "checked",
15577+
"type": {
15578+
"kind": "pointer",
15579+
"type": {
15580+
"kind": "bool"
15581+
}
15582+
}
15583+
}
15584+
]
15585+
},
1554315586
{
1554415587
"kind": "proc",
1554515588
"name": "oc_ui_slider",
@@ -15571,6 +15614,35 @@
1557115614
}
1557215615
]
1557315616
},
15617+
{
15618+
"kind": "proc",
15619+
"name": "oc_ui_slider_str8",
15620+
"return": {
15621+
"kind": "pointer",
15622+
"type": {
15623+
"kind": "namedType",
15624+
"name": "oc_ui_box"
15625+
}
15626+
},
15627+
"params": [
15628+
{
15629+
"name": "name",
15630+
"type": {
15631+
"kind": "namedType",
15632+
"name": "oc_str8"
15633+
}
15634+
},
15635+
{
15636+
"name": "value",
15637+
"type": {
15638+
"kind": "pointer",
15639+
"type": {
15640+
"kind": "f32"
15641+
}
15642+
}
15643+
}
15644+
]
15645+
},
1557415646
{
1557515647
"kind": "proc",
1557615648
"name": "oc_ui_scrollbar",
@@ -15608,6 +15680,41 @@
1560815680
}
1560915681
]
1561015682
},
15683+
{
15684+
"kind": "proc",
15685+
"name": "oc_ui_scrollbar_str8",
15686+
"return": {
15687+
"kind": "pointer",
15688+
"type": {
15689+
"kind": "namedType",
15690+
"name": "oc_ui_box"
15691+
}
15692+
},
15693+
"params": [
15694+
{
15695+
"name": "name",
15696+
"type": {
15697+
"kind": "namedType",
15698+
"name": "oc_str8"
15699+
}
15700+
},
15701+
{
15702+
"name": "thumbRatio",
15703+
"type": {
15704+
"kind": "f32"
15705+
}
15706+
},
15707+
{
15708+
"name": "scrollValue",
15709+
"type": {
15710+
"kind": "pointer",
15711+
"type": {
15712+
"kind": "f32"
15713+
}
15714+
}
15715+
}
15716+
]
15717+
},
1561115718
{
1561215719
"kind": "proc",
1561315720
"name": "oc_ui_tooltip",
@@ -15651,6 +15758,29 @@
1565115758
}
1565215759
]
1565315760
},
15761+
{
15762+
"kind": "proc",
15763+
"name": "oc_ui_panel_begin_str8",
15764+
"return": {
15765+
"kind": "void"
15766+
},
15767+
"params": [
15768+
{
15769+
"name": "name",
15770+
"type": {
15771+
"kind": "namedType",
15772+
"name": "oc_str8"
15773+
}
15774+
},
15775+
{
15776+
"name": "flags",
15777+
"type": {
15778+
"kind": "namedType",
15779+
"name": "oc_ui_flags"
15780+
}
15781+
}
15782+
]
15783+
},
1565415784
{
1565515785
"kind": "proc",
1565615786
"name": "oc_ui_panel_end",
@@ -15677,6 +15807,22 @@
1567715807
}
1567815808
]
1567915809
},
15810+
{
15811+
"kind": "proc",
15812+
"name": "oc_ui_menu_bar_begin_str8",
15813+
"return": {
15814+
"kind": "void"
15815+
},
15816+
"params": [
15817+
{
15818+
"name": "name",
15819+
"type": {
15820+
"kind": "namedType",
15821+
"name": "oc_str8"
15822+
}
15823+
}
15824+
]
15825+
},
1568015826
{
1568115827
"kind": "proc",
1568215828
"name": "oc_ui_menu_bar_end",
@@ -15703,6 +15849,22 @@
1570315849
}
1570415850
]
1570515851
},
15852+
{
15853+
"kind": "proc",
15854+
"name": "oc_ui_menu_begin_str8",
15855+
"return": {
15856+
"kind": "void"
15857+
},
15858+
"params": [
15859+
{
15860+
"name": "label",
15861+
"type": {
15862+
"kind": "namedType",
15863+
"name": "oc_str8"
15864+
}
15865+
}
15866+
]
15867+
},
1570615868
{
1570715869
"kind": "proc",
1570815870
"name": "oc_ui_menu_end",
@@ -15730,6 +15892,23 @@
1573015892
}
1573115893
]
1573215894
},
15895+
{
15896+
"kind": "proc",
15897+
"name": "oc_ui_menu_button_str8",
15898+
"return": {
15899+
"kind": "namedType",
15900+
"name": "oc_ui_sig"
15901+
},
15902+
"params": [
15903+
{
15904+
"name": "label",
15905+
"type": {
15906+
"kind": "namedType",
15907+
"name": "oc_str8"
15908+
}
15909+
}
15910+
]
15911+
},
1573315912
{
1573415913
"kind": "typename",
1573515914
"name": "oc_ui_text_box_result",
@@ -15754,6 +15933,26 @@
1575415933
"kind": "namedType",
1575515934
"name": "oc_str8"
1575615935
}
15936+
},
15937+
{
15938+
"name": "frame",
15939+
"type": {
15940+
"kind": "pointer",
15941+
"type": {
15942+
"kind": "namedType",
15943+
"name": "oc_ui_box"
15944+
}
15945+
}
15946+
},
15947+
{
15948+
"name": "textBox",
15949+
"type": {
15950+
"kind": "pointer",
15951+
"type": {
15952+
"kind": "namedType",
15953+
"name": "oc_ui_box"
15954+
}
15955+
}
1575715956
}
1575815957
]
1575915958
}
@@ -15794,6 +15993,40 @@
1579415993
}
1579515994
]
1579615995
},
15996+
{
15997+
"kind": "proc",
15998+
"name": "oc_ui_text_box_str8",
15999+
"return": {
16000+
"kind": "namedType",
16001+
"name": "oc_ui_text_box_result"
16002+
},
16003+
"params": [
16004+
{
16005+
"name": "name",
16006+
"type": {
16007+
"kind": "namedType",
16008+
"name": "oc_str8"
16009+
}
16010+
},
16011+
{
16012+
"name": "arena",
16013+
"type": {
16014+
"kind": "pointer",
16015+
"type": {
16016+
"kind": "namedType",
16017+
"name": "oc_arena"
16018+
}
16019+
}
16020+
},
16021+
{
16022+
"name": "text",
16023+
"type": {
16024+
"kind": "namedType",
16025+
"name": "oc_str8"
16026+
}
16027+
}
16028+
]
16029+
},
1579716030
{
1579816031
"kind": "typename",
1579916032
"name": "oc_ui_select_popup_info",
@@ -15867,6 +16100,33 @@
1586716100
}
1586816101
]
1586916102
},
16103+
{
16104+
"kind": "proc",
16105+
"name": "oc_ui_select_popup_str8",
16106+
"return": {
16107+
"kind": "namedType",
16108+
"name": "oc_ui_select_popup_info"
16109+
},
16110+
"params": [
16111+
{
16112+
"name": "name",
16113+
"type": {
16114+
"kind": "namedType",
16115+
"name": "oc_str8"
16116+
}
16117+
},
16118+
{
16119+
"name": "info",
16120+
"type": {
16121+
"kind": "pointer",
16122+
"type": {
16123+
"kind": "namedType",
16124+
"name": "oc_ui_select_popup_info"
16125+
}
16126+
}
16127+
}
16128+
]
16129+
},
1587016130
{
1587116131
"kind": "typename",
1587216132
"name": "oc_ui_radio_group_info",
@@ -15932,6 +16192,33 @@
1593216192
}
1593316193
}
1593416194
]
16195+
},
16196+
{
16197+
"kind": "proc",
16198+
"name": "oc_ui_radio_group_str8",
16199+
"return": {
16200+
"kind": "namedType",
16201+
"name": "oc_ui_radio_group_info"
16202+
},
16203+
"params": [
16204+
{
16205+
"name": "name",
16206+
"type": {
16207+
"kind": "namedType",
16208+
"name": "oc_str8"
16209+
}
16210+
},
16211+
{
16212+
"name": "info",
16213+
"type": {
16214+
"kind": "pointer",
16215+
"type": {
16216+
"kind": "namedType",
16217+
"name": "oc_ui_radio_group_info"
16218+
}
16219+
}
16220+
}
16221+
]
1593516222
}
1593616223
]
1593716224

0 commit comments

Comments
 (0)