Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp102 fColorCountMF = new BMenuField(B_TRANSLATE("Colors:"), fColorCountM); in GIFView()
103 fColorCountMF->SetAlignment(B_ALIGN_RIGHT); in GIFView()
170 .Add(fColorCountMF->CreateLabelLayoutItem(), 0, 1) in GIFView()
172 .Add(fColorCountMF->CreateMenuBarLayoutItem(), 0.0f) in GIFView()
197 delete fColorCountMF; in ~GIFView()
207 fColorCountMF->SetEnabled(false); in RestorePrefs()
226 fColorCountMF->SetEnabled(true); in RestorePrefs()
238 if (fColorCountMF->IsEnabled() in RestorePrefs()
329 fColorCountMF->SetEnabled(false); in MessageReceived()
339 fColorCountMF->SetEnabled(false); in MessageReceived()
[all …]
H A DGIFView.h82 BMenuField* fColorCountMF; variable