gwenhywfar  5.10.1
Data Structures | Functions
libtest.m File Reference
#include <gwenhywfar/gwenhywfar.h>
#include <gwenhywfar/gui.h>
#include <gwenhywfar/dialog.h>
#include <gwenhywfar/debug.h>
#include <unistd.h>
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
Include dependency graph for libtest.m:

Go to the source code of this file.

Data Structures

class  AppDelegate
 

Functions

int main (int argc, char **argv)
 
int test1 ()
 
int test3 (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 218 of file libtest.m.

◆ test1()

int test1 ( )

Definition at line 63 of file libtest.m.

References Cocoa_Gui_new(), DBG_ERROR_ERR, Dlg_Test1_new(), GWEN_Gui_ExecDialog(), GWEN_Gui_SetGui(), GWEN_Init(), GWEN_Logger_SetLevel(), GWEN_LoggerLevel_Info, and NULL.

Referenced by AppDelegate::applicationDidFinishLaunching:.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test3()

int test3 ( int  argc,
char **  argv 
)

Definition at line 204 of file libtest.m.