Advertisement
Guest User

Untitled

a guest
Jun 11th, 2022
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Window is child
  2.  
  3. windows is parent
  4.  
  5. window is active
  6.  
  7. window is inactive
  8.  
  9. window is movable
  10.  
  11. window is resizable at sides
  12.  
  13. window is resizable at corners and sides
  14.  
  15. window is has resize handle at bottom right corner
  16.  
  17. window is resizable at a fixed aspect ratio only
  18.  
  19. window has titlebar
  20.  
  21. window has titlebar button on left instead of on right hand side
  22.  
  23. window has thin border
  24.  
  25. window can be clicked outside of
  26.  
  27. window blinks if user tries to click outside of it
  28.  
  29. window can be hidden (for dialogs only, not the same as minimized, that would have a task bar task button)
  30.  
  31. window cant be hidden (for dialogs only, not the same as minimized, that would have a task bar task button)
  32.  
  33. window has close button
  34.  
  35. window has minimize button
  36.  
  37. window has maximize button
  38.  
  39. window has help button
  40.  
  41. window has vertical scroll bar
  42.  
  43. window has horizontal scroll bar
  44.  
  45. window can be maximised/restored down on taskbar double click
  46.  
  47. window has hidden close button on left hand side of titlebar (double click)
  48.  
  49.  
  50.  
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement