Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. void Resize(int cx, int cy)
  2. {
  3. foolabel;
  4. foolabel.MoveWindow(LEFT_SPACE, y,foolabel.calculatewidth, height );
  5.  
  6. if(bisAdditionalHeightNeeded)
  7. {
  8. Height = Height+20;
  9. foolabel.MoveWindow(LEFT_SPACE, y,foolabel.calculatewidth, Height);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement