Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Locale.h File Reference

#include "Gui.h"
#include "Bases.h"

Include dependency graph for Locale.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define TAG_LOCALE_LOCALE   (TAG_USER+100)
#define TAG_LOCALE_MSG   ((TAG_USER+101)|TAGT_STRING)

Enumerations

enum  locale_functions { LOCALE_GETSTRING = LOCALE_FUNCBASE, LOCALE_FUNC_DONE }

Functions

u32 locale_CallTL (int function, tag *taglist)
u32 locale_Call (int function, u32 firsttag,...)
u32 locale_GetString (u32 firsttag,...)
u32 locale_GetStringTL (tag *taglist)
Locale_tlocale_Init (gui_App_t *app, char **lang, char *default_lang)
void locale_CleanUp (Locale_t *locale)


Define Documentation

#define TAG_LOCALE_LOCALE   (TAG_USER+100)
 

Definition at line 32 of file Locale.h.

Referenced by gadget_BindTL, and locale_GetStringTL.

#define TAG_LOCALE_MSG   ((TAG_USER+101)|TAGT_STRING)
 

Definition at line 33 of file Locale.h.

Referenced by gadget_BindTL, and locale_GetStringTL.


Enumeration Type Documentation

enum locale_functions
 

Enumeration values:
LOCALE_GETSTRING 
LOCALE_FUNC_DONE 

Definition at line 37 of file Locale.h.


Function Documentation

u32 locale_Call int    function,
u32    firsttag,
...   
 

Definition at line 336 of file Locale.c.

u32 locale_CallTL int    function,
tag   taglist
 

Definition at line 340 of file Locale.c.

Referenced by locale_Call.

void locale_CleanUp Locale_t   locale
 

Definition at line 278 of file Locale.c.

Referenced by gui_ServerMain, and locale_CleanUpInternal.

u32 locale_GetString u32    firsttag,
...   
 

Parameters:
TAG_LOCALE_LOCALE  Locale_t *
TAG_LOCALE_MSG  char *

Definition at line 307 of file Locale.c.

Referenced by gadget_BindTL.

u32 locale_GetStringTL tag   taglist
 

Definition at line 311 of file Locale.c.

Referenced by locale_GetString.

Locale_t* locale_Init gui_App_t   app,
char **    lang,
char *    default_lang
 

Definition at line 257 of file Locale.c.

Referenced by gui_ServerMain.


Generated on Tue Jan 7 12:12:31 2003 for THEGUI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002