Identifying active buttons/windows
Posted: Sat Jul 22, 2006 22:02
I have implemented my own taborder widgit, I give it a std::list of CEGUI::Window pointers and it handles tabbing between each one.
I have 2 issues i have not been able to solve.
1: I want to have my tab widget be destroyable. I need to unsubscribe from windows to do this safly. I don't know how to unsubscribe from events.
2: I want to have it more obvious which window is active. Right now the only way to tell which window is active is where the cursor is. This is only really usefull in edit boxes. But buttons and other controls can be active. Is there a way to highlight or outline the current active window?
Thanks,
Scorch.
I have 2 issues i have not been able to solve.
1: I want to have my tab widget be destroyable. I need to unsubscribe from windows to do this safly. I don't know how to unsubscribe from events.
2: I want to have it more obvious which window is active. Right now the only way to tell which window is active is where the cursor is. This is only really usefull in edit boxes. But buttons and other controls can be active. Is there a way to highlight or outline the current active window?
Thanks,
Scorch.