GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmSimpleSpinBoxSetItem(3) FreeBSD Library Functions Manual XmSimpleSpinBoxSetItem(3)

XmSimpleSpinBoxSetItem — set an item in the XmSimpleSpinBox list

#include <Xm/SpinB.h>
void XmSimpleSpinBoxSetItem(
Widget w,
XmString item);

The XmSimpleSpinBoxSetItem function selects an item in the list of the given XmSimpleSpinBox widget and makes it the current value.

The w argument specifies the widget ID.

The item argument specifies the XmString for the item to be set in the XmSimpleSpinBox. If the item is not found on the list, XmSimpleSpinBoxSetItem notifies the user via the XtWarning function.

The XmSimpleSpinBoxSetItem function returns no value.

XmSimpleSpinBox(3),

XmSimpleSpinBoxAddItem(3), XmSimpleSpinBoxDeletePos(3); XtWarning(3). in the CAE Specification, Window Management: X Toolkit Intrinsics.


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.