Lines Matching refs:column
30 than a single row or column. The indexing of columns and rows is zero based,
141 \fn float BGridLayout::ColumnWeight(int32 column) const
142 \brief Returns the weight for the specified \a column.
144 \returns The \a column weight as a float.
151 \fn void BGridLayout::SetColumnWeight(int32 column, float weight)
152 \brief Set the weight for \a column to \a weight.
154 \param column The column to set.
162 \fn float BGridLayout::MinColumnWidth(int32 column) const
163 \brief Returns the minimum width for \a column.
165 \param column The column to get the minimum width of.
167 \returns The minimum width for \a column as a float.
174 \fn void BGridLayout::SetMinColumnWidth(int32 column, float width)
175 \brief Sets the minimum width for \a column to \a width.
177 \param column The \a column to set the minimum width of.
185 \fn float BGridLayout::MaxColumnWidth(int32 column) const
186 \brief Returns the maximum width for \a column.
188 \param column The column to get the maximum width of.
190 \returns The maximum width for \a column as a float.
197 \fn void BGridLayout::SetMaxColumnWidth(int32 column, float width)
198 \brief Sets the maximum width for \a column to \a width.
200 \param column The column to set the maximum width of.
261 \fn BLayoutItem* BGridLayout::ItemAt(int32 column, int32 row) const
264 \param column The column, starting with \c 0 for the leftmost column. Note
277 in a new column in the first row if there are no emtpy cells.
292 \fn BLayoutItem* BGridLayout::AddView(BView* child, int32 column, int32 row,
294 \brief Adds \a child to this layout at \a column and \a row. \a child may
308 in a new column in the first row if there are no emtpy cells.
321 \fn BLayoutItem* BGridLayout::AddItem(BLayoutItem* item, int32 column,
323 \brief Adds \a item to this layout at \a column and \a row. \a item may