Home
last modified time | relevance | path

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

/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp343 fHalftoneBox->AddChild(halftoneGroup); in AttachedToWindow()
357 qualityGridLayout->AddView(fHalftoneBox, 0, 4, 2); in AttachedToWindow()
473 fHalftoneBox = new BBox("halftoneBox"); in CreateHalftoneConfigurationUI()
474 fHalftoneBox->SetBorder(B_PLAIN_BORDER); in CreateHalftoneConfigurationUI()
/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h164 BBox* fHalftoneBox; variable