File win/X11/winval.c


Included Files


Preprocessor definitions

#define PRESERVE_NO_SYSV

#define WNAME "name"

#define WVALUE "value"


Global Function create_value()

Widget create_value ( Widget parent, const char* name_value )
Prototyped in: include/winX.h
Calls: XtCreateManagedWidget()
Called by: create_widget()win/X11/winstat.c

Global Function get_name_width()

int get_name_width ( Widget w )
Prototyped in: include/winX.h
Calls: XtGetValues(), XtNameToWidget()
Called by: get_widths()win/X11/winstat.c

Global Function get_value_width()

int get_value_width ( Widget w )
Prototyped in: include/winX.h
Calls: XtGetValues(), XtNameToWidget()
Called by: get_widths()win/X11/winstat.c

Global Function hilight_value()

void hilight_value ( Widget w )
Prototyped in: include/winX.h
Calls: swap_fg_bg()win/X11/winval.c
  XtNameToWidget()
Called by: check_turn_events()win/X11/winstat.c
  update_val()win/X11/winstat.c

Global Function set_name()

void set_name ( Widget w, char* new_label )
Prototyped in: include/winX.h
Calls: XtNameToWidget(), XtSetValues()
Called by: update_val()win/X11/winstat.c

Global Function set_name_width()

void set_name_width ( Widget w, int new_width )
Prototyped in: include/winX.h
Calls: XtNameToWidget(), XtSetValues()
Called by: set_widths()win/X11/winstat.c

Global Function set_value()

void set_value ( Widget w, const char* new_value )
Prototyped in: include/winX.h
Calls: XtNameToWidget(), XtSetValues()
Called by: create_widget()win/X11/winstat.c
  null_out_status()win/X11/winstat.c
  update_val()win/X11/winstat.c

Global Function set_value_width()

void set_value_width ( Widget w, int new_width )
Prototyped in: include/winX.h
Calls: XtNameToWidget(), XtSetValues()
Called by: set_widths()win/X11/winstat.c

Global Function swap_fg_bg()

void swap_fg_bg ( Widget w )
Prototyped in: include/winX.h
Calls: XtGetValues(), XtSetValues()
Called by: ec_dismiss()win/X11/winmisc.c
  ec_key()win/X11/winmisc.c
  extend_select()win/X11/winmisc.c
  hilight_value()win/X11/winval.c