URLTextView
URLTextView(URLInputGroup* parent);
virtual ~URLTextView();
URLInputGroup::URLTextView::URLTextView(URLInputGroup* parent)
URLInputGroup::URLTextView::~URLTextView()
URLInputGroup::URLTextView::MessageReceived(BMessage* message)
URLInputGroup::URLTextView::MouseDown(BPoint where)
URLInputGroup::URLTextView::KeyDown(const char* bytes, int32 numBytes)
URLInputGroup::URLTextView::MakeFocus(bool focus)
URLInputGroup::URLTextView::MinSize()
URLInputGroup::URLTextView::MaxSize()
URLInputGroup::URLTextView::SetUpdateAutoCompleterChoices(bool update)
URLInputGroup::URLTextView::InsertText(const char* inText, int32 inLength,
URLInputGroup::URLTextView::DeleteText(int32 fromOffset, int32 toOffset)
fTextView = new URLTextView(this);
class URLTextView;
URLTextView* fTextView;