Home
last modified time | relevance | path

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

/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp159 fAllPages(NULL), in JobSetupView()
318 fAllPages = CreatePageSelectionItem("allPages", "All pages", in AttachedToWindow()
410 groupLayout->AddView(fAllPages); in AttachedToWindow()
794 fAllPages->SetEnabled(pageSelectionEnabled); in UpdateButtonEnabledState()
/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h172 BRadioButton* fAllPages; variable