table of contents
XmIconBoxIsCellEmpty(3) | Library Functions Manual | XmIconBoxIsCellEmpty(3) |
NAME¶
XmIconBoxIsCellEmpty — A function that determines whether a cell in the IconBox is empty "XmIconBoxIsCellEmpty" "IconBox functions" "XmIconBoxIsCellEmpty"
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.