Lines Matching refs:items
113 items.clear();
129 items.push_back(preview);
132 int i = items.size() - 1;
157 Gtk::Widget* thing = Gtk::manage(items[i]->getPreview(PREVIEW_STYLE_PREVIEW, VIEW_TYPE_GRID, _baseSize, _ratio, _border));
161 calcGridSize( thing, items.size(), width, height );
326 // g_message(" items:%d", (int)items.size());
333 * \param[in] itemCount The number of items to pack into the grid
339 // Initially set all items in a horizontal row
432 for ( unsigned int i = 0; i < items.size(); i++ ) {
433 Gtk::Widget* label = Gtk::manage(items[i]->getPreview(PREVIEW_STYLE_BLURB, _view, _baseSize, _ratio, _border));
436 Gtk::Widget* thing = Gtk::manage(items[i]->getPreview(PREVIEW_STYLE_PREVIEW, _view, _baseSize, _ratio, _border));
463 for ( unsigned int i = 0; i < items.size(); i++ ) {
467 Gtk::Widget* thing = Gtk::manage(items[i]->getPreview(PREVIEW_STYLE_PREVIEW, _view, _baseSize, _ratio, border));
470 calcGridSize( thing, items.size(), width, height );