Searched refs:windFrame (Results 1 – 2 of 2) sorted by relevance
161 BRect windFrame; in GetPrefs() local167 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()
653 BRect windFrame; in GetPrefs() local659 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()