Derived from: public MView, public BListView
Declared in: <MListView.h>
An MListView is liblayout's version of a BListView. Please see the BeBook for more information on BListView.
MListView(list_view_type type=B_SINGLE_SELECTION_LIST, minimax size=minimax(50,50)) MListView(BMessage *archive)Constructs an MListView of the given type and size.
virtual ~MListView()Cleans up after the MListView.
static BArchivable *Instantiate(BMessage *archive)Not yet implemented.
virtual long Archive(BMessage *archive, bool deep=true) constNot yet implemented.
virtual void AttachedToWindow()Implementation detail.
virtual void DetachedFromWindow()Implementation detail.
virtual void MessageReceived(BMessage*)Handles font and color drops. If you override this function, be sure to call the inherited version.
virtual void reloadfont(BFont *font[])Handles font changes in the MListView.