I have written an RTOS-aware plugin for Ozone that displays threads, timers, mutexes and semaphores. However, when the window is first opened, I only want to display the threads. Is there an API call that I can use to programmatically hide the other queues during initialization, that doesn't require using the right mouse-click?