Exemple #1
0
 public XTitleBarButton(
     XTitleBarButtonType type,
     Color clrStart,
     Color clrEnd
     )
 {
     m_eButtonType  = type;
     m_clrRectStart = clrStart;
     m_clrRectEnd   = clrEnd;
 }
 public XTitleBarButton(
     XTitleBarButtonType type,
     Color clrStart,
     Color clrEnd
     )
 {
     m_eButtonType = type;
     m_clrRectStart = clrStart;
     m_clrRectEnd = clrEnd;
 }
 public XTitleBarButton(XTitleBarButtonType type)
 {
     m_eButtonType = type;
 }
Exemple #4
0
 public XTitleBarButton(XTitleBarButtonType type)
 {
     m_eButtonType = type;
 }