table of contents
other versions
- Tumbleweed 2.3.8-4.1
- Leap-15.6
XmIconBoxIsCellEmpty(library call) | XmIconBoxIsCellEmpty(library call) |
NAME¶
XmIconBoxIsCellEmpty — A function that determines whether a cell in the IconBox is empty
SYNOPSIS¶
#include <Xm/IconBox.h> Boolean XmIconBoxIsCellEmpty( Position cell_x, Position cell_y, Widget ignore);
DESCRIPTION¶
XmIconBoxIsCellEmpty returns True if specified cell contains no child and False otherwise.
RETURN¶
Returns True if the specified cell contains no child, and False otherwide.