| 824 | [return: MarshalAs(UnmanagedType.Bool)] |
| 825 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_img_sz_16(string text, IntPtr image, UIBtnLayout image_layout, Vec2 size, Color image_tint); |
| 826 | [return: MarshalAs(UnmanagedType.Bool)] |
| 827 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_img_at_16(string text, IntPtr image, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size, Color image_tint); |
| 828 | [return: MarshalAs(UnmanagedType.Bool)] |
| 829 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_round_16 (string id, IntPtr image, float diameter); |
| 830 | [return: MarshalAs(UnmanagedType.Bool)] |