#include <opdupbar.h>
Inheritance diagram for OpParamShortenBar:
Public Member Functions | |
OpParamShortenBar () | |
OpParamShortenBar (String_256 BarName, INT32 NoOfButtons) | |
Public Attributes | |
String_256 | m_BarName |
INT32 | m_NoOfButtons |
Definition at line 196 of file opdupbar.h.
|
Definition at line 199 of file opdupbar.h. 00200 { 00201 m_BarName = _T("Bar1"); 00202 m_NoOfButtons = 4; 00203 }
|
|
Definition at line 205 of file opdupbar.h. 00206 { 00207 m_BarName = BarName; 00208 m_NoOfButtons = NoOfButtons; 00209 }
|
|
Definition at line 211 of file opdupbar.h. |
|
Definition at line 212 of file opdupbar.h. |