table of contents
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.