Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Comments on What is the formal terminology to describe the hierarchy from a screen to a window?

Post

What is the formal terminology to describe the hierarchy from a screen to a window?

+2
−5

I figure that there are few concepts behind working with modern computer screens and GUI operating system windows.

  • Screen size: The screen's physical size; everything including its physical perimeter
  • Screen viewport: Anything that comes between the inner part of the physical perimeter (any "display")
  • Window size
  • Window viewport: Anything that comes between the inner part of the virtual perimeter (border)
  • Window scroll offset: If there is anywhere to scroll to in the window (vertically, horizontally or both), this is it

Is this the formal terminology? Was I wrong about anything or missed anything?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

You're forgetting at least several aspects (2 comments)
You're forgetting at least several aspects
Canina‭ wrote over 2 years ago · edited over 2 years ago

The pixel size of the desktop (for want of a better word here) can be larger than the pixel size of the portion that's actually displayed on the physical screen at any one time. I don't know how easy that would be to set up today, but historically, Linux/X11 used that trick to provide more screen real estate than what the physical display was capable of displaying at any one time.

Also, a single window can have multiple, possibly nested, independently scrollable regions. As I am typing this, the smaller comment input field scrolls within the context of the larger web page. There's also technically scrollable regions that we normally don't think of as such; single-line text entry fields are generally horizontally scrollable, but typically don't have any scroll bars.

Whether one counts window chrome into window size or not depends on whether one is wearing window manager glasses or application glasses. Both approaches are valid and have different uses.

There's almost certainly more.

deleted user wrote over 2 years ago · edited over 2 years ago

I can't quote all passages because I will exceed the character limit but here is a passage by passage response (sadly, also, Markdown isn't supported in threaded comments):

--- A desktop directory larger just without being able to use scroll bars? I grasp it as some sophisticated 2D or 2.5D behavior (I don't know anything about 3D operating systems).

--- I think you meant to the JavaScript phenomenon of making "collapsed" boxes "uncollapsed".

--- I never tried such glasses so I have no idea what you mean to; I would assume there is some 3D behavior which quite "strips out" the entire 2D or 2.5D situations common with operating systems today