Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.cpp161 BRect windFrame; in GetPrefs() local
167 windFrame = Frame(); // get window frame in GetPrefs()
168 fPrefs -> SetRect ("WindowFrame", windFrame ); in GetPrefs()
171 err = (fPrefs -> FindRect ("WindowFrame", &windFrame) ); in GetPrefs()
174 ResizeTo(windFrame.Width(), windFrame.Height() ); // window position and size in GetPrefs()
175 MoveTo(windFrame.left, windFrame.top); in GetPrefs()
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp653 BRect windFrame; in GetPrefs() local
659 windFrame = Frame(); // Window Frame aus Resource ermitteln in GetPrefs()
660 fPrefs -> SetRect ("WindowFrame", windFrame ); in GetPrefs()
666 err = (fPrefs -> FindRect ("WindowFrame", &windFrame) ); in GetPrefs()
669 ResizeTo(windFrame.Width(), windFrame.Height() ); // Fensterposition und Größe in GetPrefs()
670 MoveTo(windFrame.left, windFrame.top); // aus Preferences in GetPrefs()