Searched refs:BComboBox (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/apps/mail/
H A DComboBox.cpp115 // BComboBox. BListView is not used because it requires that a BStringItem be
117 // directly from the BComboBox and draws them.
118 class BComboBox::ChoiceListView : public BView
121 ChoiceListView( BRect frame, BComboBox *parent);
148 BComboBox *fParent;
158 class BComboBox::TextInput : public BTextView {
191 class BComboBox::ComboBoxWindow : public BWindow
194 ComboBoxWindow(BComboBox *box);
200 BComboBox::ChoiceListView *ListView();
208 BComboBox *fParen
983 BComboBox::BComboBox(BRect frame, const char *name, const char *label, function in class:BComboBox
[all...]
H A DComboBox.h49 class BComboBox;
60 // Abstract class provides an interface for BComboBox to access possible choices.
87 BDefaultChoiceList(BComboBox *owner = NULL);
100 void SetOwner(BComboBox *owner);
101 BComboBox *Owner();
105 BComboBox *fOwner;
110 class BComboBox : public BControl { class in inherits:BControl
112 BComboBox(BRect frame, const char *name, const char *label,
115 // BComboBox(BMessage *data);
116 virtual ~BComboBox();
[all...]
H A DHeader.h118 class TTextControl : public BComboBox {
H A DHeader.cpp760 : BComboBox(rect, "happy", label, msg, resizingMode),
776 BComboBox::AttachedToWindow();
949 BComboBox::MessageReceived(msg);
H A DMailWindow.cpp988 length = ((BComboBox *)source)->TextView()->TextLength();

Completed in 51 milliseconds