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

XmIconBoxIsCellEmpty — A function that determines whether a cell in the IconBox is empty

#include <Xm/IconBox.h>
Boolean   XmIconBoxIsCellEmpty(
Position  cell_x,
Position  cell_y,
Widget    ignore);

XmIconBoxIsCellEmpty returns True if specified cell contains no child and False otherwise.
widget
Specifies the IconBox widget ID
cell_x
Specifies the X location of the cell to check
cell_y
Specifies the Y location of the cell to check
ignore
If the widget ID specified by ignore is present in the specified cell, it will be ignored and the function will return True

Returns True if the specified cell contains no child, and False otherwide.

XmIconBox(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.