Guest User

Untitled

a guest
Apr 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. window1.SetTitle("My Program")
  2. ->SetSize({ 640,480 })
  3. ->SetPosition({ 100,100 })
  4. ->SetClosesProgram(true)
  5. ->Show();
  6.  
  7. Control* Control::SetSomething(int something)
  8. {
  9. //Тут оснвной код метода
  10.  
  11. return this;
  12. }
Add Comment
Please, Sign In to add comment