DeskbarShelf
TBarView::ItemInfo(int32 id, const char** name, DeskbarShelf* shelf)
TBarView::ItemInfo(const char* name, int32* id, DeskbarShelf* shelf)
TBarView::ItemExists(int32 id, DeskbarShelf)
TBarView::ItemExists(const char* name, DeskbarShelf)
TBarView::CountItems(DeskbarShelf)
TBarView::MaxItemSize(DeskbarShelf shelf)
TBarView::AddItem(BMessage* item, DeskbarShelf, int32* id)
TBarView::AddItem(BEntry* entry, DeskbarShelf, int32* id)
TBarView::RemoveItem(const char* name, DeskbarShelf)
DeskbarShelf* shelf);
DeskbarShelf* shelf);
bool ItemExists(int32 id, DeskbarShelf shelf);
bool ItemExists(const char* name, DeskbarShelf shelf);
int32 CountItems(DeskbarShelf shelf);
BSize MaxItemSize(DeskbarShelf shelf);
status_t AddItem(BMessage* archive, DeskbarShelf shelf,
status_t AddItem(BEntry* entry, DeskbarShelf shelf,
void RemoveItem(const char* name, DeskbarShelf shelf);
DeskbarShelf shelf;
DeskbarShelf shelf;
DeskbarShelf shelf;
DeskbarShelf shelf;
DeskbarShelf shelf = B_DESKBAR_TRAY;