Home
last modified time | relevance | path

Searched refs:fScaleControl (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp187 fScaleControl = new BTextControl("scale", "Scale [%]:", in PageSetupWindow()
191 fScaleControl->TextView()->DisallowChar(i); in PageSetupWindow()
194 fScaleControl->TextView()->DisallowChar(i); in PageSetupWindow()
196 fScaleControl->TextView()->SetMaxBytes(3); in PageSetupWindow()
212 settingsLayout->AddItem(fScaleControl->CreateLabelLayoutItem(), 0, 2); in PageSetupWindow()
213 settingsLayout->AddItem(fScaleControl->CreateTextViewLayoutItem(), 1, 2); in PageSetupWindow()
252 float scale = atoi(fScaleControl->Text()); in UpdateSetupMessage()
H A DPageSetupWindow.h49 BTextControl * fScaleControl; variable