Home
last modified time | relevance | path

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

/haiku/src/apps/fontdemo/
H A Dmessages.h14 const uint32 SPACING_MSG = 'spac'; variable
H A DControlView.cpp97 fSpacingSlider->SetModificationMessage(new BMessage(SPACING_MSG)); in AttachedToWindow()
211 case SPACING_MSG: in MessageReceived()
218 BMessage msg(SPACING_MSG); in MessageReceived()
H A DFontDemoView.cpp239 case SPACING_MSG: in MessageReceived()