Searched refs:XmIconBox_cell_width (Results 1 – 2 of 2) sorted by relevance
276 &(XmIconBox_cell_width(ibw)), &(XmIconBox_cell_height(ibw))); in Initialize()307 &(XmIconBox_cell_width(ibw)), &(XmIconBox_cell_height(ibw))); in Resize()337 &(XmIconBox_cell_width(set_ibw)), &(XmIconBox_cell_height(set_ibw))); in SetValues()490 &(XmIconBox_cell_width(ibw)), &(XmIconBox_cell_height(ibw))); in GeometryManager()547 &(XmIconBox_cell_width(ibw)), &(XmIconBox_cell_height(ibw))); in ChangeManaged()603 &(XmIconBox_cell_width(ibw)), &(XmIconBox_cell_height(ibw))); in ChangeManaged()721 *cell_x = (int)x / (int)(XmIconBox_cell_width(ibw) + XmIconBox_h_margin(ibw)); in GetCellFromXY()740 width = XmIconBox_cell_width(ibw); in FindNearestCellLocation()764 x_temp * (XmIconBox_cell_width(ibw) + XmIconBox_h_margin(ibw)); in GetXYFromCell()793 child->core.width = XmIconBox_cell_width(ibw); in PlaceChildren()[all …]
62 #define XmIconBox_cell_width(w) (((XmIconBoxWidget)(w))->box.cell_width) macro