Searched refs:fScaleControl (Results 1 – 2 of 2) sorted by relevance
187 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()
49 BTextControl * fScaleControl; variable