Home
last modified time | relevance | path

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

/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp119 static const char* kCategoryID = "id"; variable
629 message->AddInt32(kCategoryID, category); in AddIntSlider()
669 message->AddInt32(kCategoryID, category); in AddDoubleSlider()
848 if (message->FindInt32(kCategoryID, &id) != B_OK) in UpdateIntSlider()
859 if (message->FindInt32(kCategoryID, &id) != B_OK) in UpdateDoubleSlider()