FACT++  1.0
XmString get_str ( char *  text)

Definition at line 29 of file dui_util.c.

References Active_str.

Referenced by set_something().

31 {
32 
33  Active_str = XmStringCreateLtoR ( text, XmSTRING_DEFAULT_CHARSET);
34  return(Active_str);
35 }
static XmString Active_str
Definition: dui_util.c:27

+ Here is the caller graph for this function: