#include <stdio.h>
#include <Mrm/MrmAppl.h>
#include <Xm/Xm.h>
#include <dim.h>
#include "dui_util.h"
Go to the source code of this file.
|
XmString | get_str (char *text) |
|
void | free_str () |
|
XmString | create_str (char *text) |
|
void | delete_str (XmString str) |
|
void | set_something (Widget w, char *resource, char *value) |
|
void | get_something (Widget w, char *resource, char *value) |
|
XmStringTable | create_str_table (strs) |
|
void | del_str_table () |
|
Pixel | get_named_color (int color) |
|
void | set_color (Widget w, char *resource, int color) |
|
void | set_watch (Widget w, int color) |
|
void | set_lock (Widget w, int color) |
|
void | set_unlock (Widget w) |
|
void | set_face (Widget w, int color) |
|
void | get_all_colors (Display *display, Widget w) |
|
void | set_sensitive (Widget widget_id) |
|
void | set_insensitive (Widget widget_id) |
|
void | set_title (Widget w, char *title) |
|
void | set_icon_title (Widget w, char *title) |
|