Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

linux-gtk/main.h

Go to the documentation of this file.
00001 
00006 #include <zakdef.h>
00007 #include <gtk/gtk.h>
00008 #include <gdk/gdk.h>
00009 
00010 #if !defined(_MAIN_H_)
00011 #define _MAIN_H_
00012 
00013 #if defined(__cplusplus)
00014 extern "C" {
00015 #endif
00016 
00024 void UIDrawMapZone(Int16 xpos, Int16 ypos, welem_t nGraphic,
00025     GdkDrawable *drawable);
00026 
00034 void UIDrawMapSpecialObject(Int16 xpos, Int16 ypos, Int16 i,
00035     GdkDrawable *drawable);
00036 
00044 void UIDrawMapSpecialUnit(Int16 xpos, Int16 ypos, Int16 i,
00045     GdkDrawable *drawable);
00046 
00047 /*
00048  * \brief get the widget corresponding to the main window
00049  * \return the widget (could be null)
00050  */
00051 GtkWidget *window_main_get(void);
00052 GdkDrawable *drawable_main_get(void);
00053 
00054 #if defined(__cplusplus)
00055 }
00056 #endif
00057 
00058 #endif /* _MAIN_H_ */

Generated on Mon Aug 30 19:44:15 2004 for pocketcity by doxygen1.2.18