Searched refs:fYPlacementText (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp99 fYPlacementText = new BTextControl(B_TRANSLATE("Y:"), NULL,
104 fYPlacementText->TextView()->SetAlignment(B_ALIGN_RIGHT);
108 fYPlacementText->TextView()->SetMaxBytes(5);
114 fYPlacementText->TextView()->DisallowChar(i);
139 .Add(fYPlacementText)
269 fYPlacementText->SetTarget(this);
333 fYPlacementText->SetText(ystring.String());
557 fYPlacementText->SetText(ytext.String());
583 BPoint offset(atoi(fXPlacementText->Text()), atoi(fYPlacementText->Text()));
868 if (fYPlacementText
[all...]
H A DBackgroundsView.h152 BTextControl* fYPlacementText; member in class:BackgroundsView

Completed in 98 milliseconds