aHardyX

Untitled

Oct 1st, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include "java_wxwindow.h"
  2.  
  3. class java_wxpanel : public wxPanel {
  4. public:
  5. java_wxpanel(java_wxwindow* parent, int id, int x, int y, int width, int height, long style, std::string name);
  6. };
Advertisement
Add Comment
Please, Sign In to add comment