Files
Odin/core/sys/darwin/Foundation/NSPanel.odin

10 lines
142 B
Odin

package objc_Foundation
ModalResponse :: enum UInteger {
Cancel = 0,
OK = 1,
}
@(objc_class="NSPanel")
Panel :: struct{ using _: Window }