コード例 #1
0
ファイル: TextInput.cpp プロジェクト: AmirAbrams/haiku
void
_BTextInput_::FrameResized(float width, float height)
{
	BTextView::FrameResized(width, height);

	AlignTextRect();
}
コード例 #2
0
ファイル: ComboBox.cpp プロジェクト: anevilyak/haiku
void
BComboBox::TextInput::FrameResized(float x, float y)
{
	BTextView::FrameResized(x, y);
	AlignTextRect();
}