Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DWindow.cpp1003 int32 nextWidth; in DispatchMessage() local
1004 if (pendingMessage->FindInt32("width", &nextWidth) == B_OK) in DispatchMessage()
1005 width = nextWidth; in DispatchMessage()