Hi All,
I was thinking about implementing a new feature in AUI (which will
be very easy to do), namely something like RequestUserAttention for
AUI panes and notebook tabs in AuiNotebook. As per wxWidgets
documentation:
"""
wxTopLevelWindow::RequestUserAttention
void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO)
Use a system-dependent way to attract users attention to the window
when it is in background.
flags may have the value of either wxUSER_ATTENTION_INFO (default) or
wxUSER_ATTENTION_ERROR which results in a more drastic action. When in
doubt, use the default value.
Note that this function should normally be only used when the
application is not already in foreground.
This function is currently implemented for Win32 where it flashes the
window icon in the taskbar, and for wxGTK with task bars supporting
it.
"""
On my system, this flashes the title bar in some kind on orange
colour: after perusing Cody's demo SystemSettings in the wxPython
demo, I wasn't able to find this colour in the list of system colours.
Does anyone know where I could get this colour from? Just to be
consistent with the platform colours...
Thank you for your suggestions.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
http://thedoomedcity.blogspot.com/