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>
struct GWEN_DIALOG GWEN_DIALOG
void CocoaGui_Dialog_Unextend(GWEN_DIALOG *dlg)
void CocoaGui_Dialog_Extend(GWEN_DIALOG *dlg)
int Cocoa_Gui_Dialog_Run(GWEN_DIALOG *dlg, int timeout)
CocoaWindow * CocoaGui_Dialog_GetMainWidget(const GWEN_DIALOG *dlg)
int CocoaGui_Dialog_Setup(GWEN_DIALOG *dlg, NSWindow *parentWindow)
void CocoaGui_Dialog_Leave(GWEN_DIALOG *dlg, int result)