Searched refs:rctframe (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp42 BRect rctframe = Bounds(); local
43 rctframe.right -= B_V_SCROLL_BAR_WIDTH;
44 rctframe.bottom -= B_H_SCROLL_BAR_HEIGHT;
46 BRect rcttext = rctframe;
49 fptextView = new BTextView(rctframe, "infoview", rcttext,
H A DActiveTranslatorsWindow.cpp55 BRect rctframe = Bounds(); local
56 rctframe.right -= B_V_SCROLL_BAR_WIDTH;
58 fpListView = new BOutlineListView(rctframe, "translators_list",

Completed in 32 milliseconds