Home
last modified time | relevance | path

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

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