Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoApplication.cpp18 fInfoWindow = new InfoWindow(); in InfoApplication()
41 fInfoWindow -> GetPrefs(); in MessageReceived()
42 fInfoWindow -> Show(); in MessageReceived()
48 messenger = BMessenger(fInfoWindow); in MessageReceived()
H A DInfoApplication.h27 InfoWindow *fInfoWindow; variable