Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmComboBoxUpdate(3)	    Library Functions Manual	     XmComboBoxUpdate(3)

NAME
     XmComboBoxUpdate -- A ComboBox function that resynchronizes data

SYNOPSIS
     #include <Xm/ComboBox.h>
     void XmComboBoxUpdate(
     Widget widget);

DESCRIPTION
     XmComboBoxUpdate resynchronizes the internal data structures of a specified
     ComboBox  widget.	This  function is useful when an application manipulates
     ComboBox's child widgets, possibly changing data structures.  For	example,
     you  might  want to use the XmComboBoxUpdate function after a ComboBox List
     child selection has been changed without notification.

     widget    Specifies the ComboBox widget ID.

RELATED INFORMATION
     XmComboBox(3).

							     XmComboBoxUpdate(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmComboBoxUpdate&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help