Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/CStaticCtrl.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Sun Aug 15 01:53:13 2010 UTC (13 years, 9 months ago) by okadu
File MIME type: text/x-chdr
File size: 405 byte(s)


1 #ifndef CSTATICCTRL_H_INCLUDED
2 #define CSTATICCTRL_H_INCLUDED
3
4 #include "CInterface.h"
5
6 /*
7 * スタティックコントロール
8 */
9 class CStaticCtrl: public CInterface{
10 private:
11 int m_HorzPos; // 水平位置 (0: left, 1: center, 2: right)
12 int m_VertPos; // 垂直位置 (0: top, 1: center, 2: bottom)
13 public:
14 void Init(int, int, int, int, char *, CInterface *, int, int);
15 void Render();
16 };
17
18 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26