void _BTextInput_::FrameResized(float width, float height) { BTextView::FrameResized(width, height); AlignTextRect(); }
void BComboBox::TextInput::FrameResized(float x, float y) { BTextView::FrameResized(x, y); AlignTextRect(); }