|
15512 | 15512 | }
|
15513 | 15513 | ]
|
15514 | 15514 | },
|
| 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 | + }, |
15515 | 15532 | {
|
15516 | 15533 | "kind": "proc",
|
15517 | 15534 | "name": "oc_ui_checkbox",
|
|
15540 | 15557 | }
|
15541 | 15558 | ]
|
15542 | 15559 | },
|
| 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 | + }, |
15543 | 15586 | {
|
15544 | 15587 | "kind": "proc",
|
15545 | 15588 | "name": "oc_ui_slider",
|
|
15571 | 15614 | }
|
15572 | 15615 | ]
|
15573 | 15616 | },
|
| 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 | + }, |
15574 | 15646 | {
|
15575 | 15647 | "kind": "proc",
|
15576 | 15648 | "name": "oc_ui_scrollbar",
|
|
15608 | 15680 | }
|
15609 | 15681 | ]
|
15610 | 15682 | },
|
| 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 | + }, |
15611 | 15718 | {
|
15612 | 15719 | "kind": "proc",
|
15613 | 15720 | "name": "oc_ui_tooltip",
|
|
15651 | 15758 | }
|
15652 | 15759 | ]
|
15653 | 15760 | },
|
| 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 | + }, |
15654 | 15784 | {
|
15655 | 15785 | "kind": "proc",
|
15656 | 15786 | "name": "oc_ui_panel_end",
|
|
15677 | 15807 | }
|
15678 | 15808 | ]
|
15679 | 15809 | },
|
| 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 | + }, |
15680 | 15826 | {
|
15681 | 15827 | "kind": "proc",
|
15682 | 15828 | "name": "oc_ui_menu_bar_end",
|
|
15703 | 15849 | }
|
15704 | 15850 | ]
|
15705 | 15851 | },
|
| 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 | + }, |
15706 | 15868 | {
|
15707 | 15869 | "kind": "proc",
|
15708 | 15870 | "name": "oc_ui_menu_end",
|
|
15730 | 15892 | }
|
15731 | 15893 | ]
|
15732 | 15894 | },
|
| 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 | + }, |
15733 | 15912 | {
|
15734 | 15913 | "kind": "typename",
|
15735 | 15914 | "name": "oc_ui_text_box_result",
|
|
15754 | 15933 | "kind": "namedType",
|
15755 | 15934 | "name": "oc_str8"
|
15756 | 15935 | }
|
| 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 | + } |
15757 | 15956 | }
|
15758 | 15957 | ]
|
15759 | 15958 | }
|
|
15794 | 15993 | }
|
15795 | 15994 | ]
|
15796 | 15995 | },
|
| 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 | + }, |
15797 | 16030 | {
|
15798 | 16031 | "kind": "typename",
|
15799 | 16032 | "name": "oc_ui_select_popup_info",
|
|
15867 | 16100 | }
|
15868 | 16101 | ]
|
15869 | 16102 | },
|
| 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 | + }, |
15870 | 16130 | {
|
15871 | 16131 | "kind": "typename",
|
15872 | 16132 | "name": "oc_ui_radio_group_info",
|
|
15932 | 16192 | }
|
15933 | 16193 | }
|
15934 | 16194 | ]
|
| 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 | + ] |
15935 | 16222 | }
|
15936 | 16223 | ]
|
15937 | 16224 |
|
|
0 commit comments