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
XmComboBoxDeletePos(3) FreeBSD Library Functions Manual XmComboBoxDeletePos(3)

XmComboBoxDeletePos — Delete a XmComboBox item

#include <Xm/ComboBox.h>
void XmComboBoxDeletePos(
Widget w,
int pos);

The XmComboBoxDeletePos function deletes a specified item from a XmComboBox widget.

The w argument specifies the XmComboBox widget ID.

The pos argument specifies the position of the item to be deleted.

The XmComboBoxDeletePos function returns no value.

The functions XmComboBoxAddItem and XmComboBoxDeletePos have different naming conventions (Item versus Pos) because of the objects they are manipulating. The Item is a string to be added, the Pos is a numeric position number.

XmComboBoxAddItem(3), XmComboBoxSetItem(3), XmComboBoxSelectItem(3).

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.