logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

Return

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

Synopsis

       #include <Xm/IconBox.h>
       BooleanXmIconBoxIsCellEmpty(
       Positioncell_x,
       Positioncell_y,
       Widgetignore);

See Also