Go to the source code of this file.
Classes | |
class | BarMsg |
Enumerations | |
enum | BarMsg_Reason { BAR_CREATE, BAR_DELETE, BAR_CHANGESTATE, BAR_OPEN, BAR_CLOSE } |
This message is sent whenever some aspect of the bars system has changed. The Reason field specifies what changed and the pBar field points to the DialogBarOp which changed. More... |
|
This message is sent whenever some aspect of the bars system has changed. The Reason field specifies what changed and the pBar field points to the DialogBarOp which changed.
Definition at line 121 of file barmsg.h. 00121 { BAR_CREATE, BAR_DELETE, BAR_CHANGESTATE, BAR_OPEN, BAR_CLOSE};
|