9#ifndef COCOA_GUI_DIALOG_L_H
10#define COCOA_GUI_DIALOG_L_H
16#include <gwenhywfar/dialog_be.h>
17#import <Foundation/Foundation.h>
18#import <AppKit/AppKit.h>
void CocoaGui_Dialog_Extend(GWEN_DIALOG *dlg)
int CocoaGui_Dialog_Setup(GWEN_DIALOG *dlg, NSWindow *parentWindow)
void CocoaGui_Dialog_Leave(GWEN_DIALOG *dlg, int result)
void CocoaGui_Dialog_Unextend(GWEN_DIALOG *dlg)
CocoaWindow * CocoaGui_Dialog_GetMainWidget(const GWEN_DIALOG *dlg)
int Cocoa_Gui_Dialog_Run(GWEN_DIALOG *dlg, int timeout)
struct GWEN_DIALOG GWEN_DIALOG