Questions tagged [window]

In computers, a window is one of the fundamental elements of a GUI (graphical user interface), usually rectangular in shape and connected to a process, allowing that process to display output as well as accept input. In modern operating systems, multiple windows can overlap each other and be resized and arranged at will by the user.

In computers, a window is one of the fundamental building blocks of a graphical user interface (GUI), along with icons, menus and the pointer. It is primarily used as a container for other interface elements, such as menus, buttons, icons, text, as well as data being worked on by the user. A window is thus the most visible part of a process running on a computer, and allows that process to display information to, and accept input from, the user.

Windows have distinct boundaries, to enable the user to distinguish interface elements belonging to different processes. They also expose standard controls to the user, for manipulating (resizing, moving, hiding and closing) the window. In most modern operating systems, windows can overlap each other, and in some cases contain child windows in what's known as a multiple document interface (MDI).

Several operating systems (or components thereof) are named after the word "window", including Microsoft Windows and the X Window System. Ironically, the latest version of Microsoft Windows, Windows 8, forgoes windows in its default Modern user interface in favor of full-screen applications.

760 questions
498
votes
5 answers

How to open files in vertically/horizontal split windows in Vim from the command line

There must be a way, something like this: vim -[option] to open files from command prompt and not from within Vim. split windows vertically or/and horizontally in separate tabs
93
votes
4 answers

What is the difference between pressing Alt+Tab and Ctrl+Alt+Tab?

When I press Alt+Tab, then I get a window to switch between windows. With Ctrl+Alt+Tab, I get the same result. What is the difference between them?
wasif
  • 9,176
78
votes
13 answers

Reset Mac OS X Windows Position after de-attaching external monitor

Using Mac OS on multiple monitor is great, but after removing external monitor (2nd monitor) usually windows position originally on the external monitor doesn't get re-positioned to default monitor. Is there any shortcut key or utilities that can…
68
votes
8 answers

Alt+click-drag window resizing on a Mac? (Similar to X-Windows)

Is there a way I can get this behavior on Mac OS? alt + right-click-drag will resize the window, relative to where you've clicked within the window and the window's center alt + left-click-drag will move the window, regardless of where you've…
Aaron F.
  • 883
67
votes
12 answers

What can I do to retrieve windows that have gone off screen?

I am having a weird issue with a machine where sometimes when a window is initialized, it will shoot off screen and out of sight. I am unable to click on it to drag it back to sight. Are there any programs or fixes for this in Windows XP? I know…
qroberts
  • 5,329
66
votes
8 answers

Getting Mac OS X applications to close after last window closed

I know it's just a pet peeve, but I hate it that Mac OS X's Preview.app stays open when it has no windows open. Is there any way to make it close when its last window is closed? Since I don't see any option inside Preview to make that happen, I…
wfaulk
  • 6,307
63
votes
8 answers

How to close window at byobu?

I started to use byobu, and find the it really cool thing. It has a lot of hot keys. But I couldn't find one of them, and I stuck with one tricky point. With F2 - you create a new window, but how to close this window when you don't need it…
catch32
  • 1,193
62
votes
7 answers

How to identify which process is running which window in Mac OS X?

I’d like to know if it is possible to identify which process is responsible for creating/managing a window in Mac OS X. For example, when multiple instances of an application are started, how can I get the process ID (PID) corresponding to one…
62
votes
9 answers

Make window always on top?

Some applications do not have the functionality like Task Manager's "Always on top" feature. Is there a way around this?
Adam
60
votes
9 answers

Disable or delay Alt+Tab Aero Peek effect in Windows 7

In Windows 7 pressing Alt+Tab shows the transparent windows (Aero) effect. The screen change is distracting while I'm trying to figure out which window to switch to based on the thumbnail preview (which is sufficient for me most of the time). Is…
huggie
  • 1,197
58
votes
16 answers

Shortcut in Windows 7 to switch between same application's windows, like Cmd + ` in OS X

Is there a shortcut in Windows 7 to switch between windows in a given application only? I very much like this feature in OS X; what is its equivalent in Windows?
jiejieup
  • 583
57
votes
8 answers

Is there a way to resize a window to specific sizes (eg.800x600, 1024x768..)?

I need a way to resize any window (not just Firefox!) to specific sizes. I need to check what the application I'm writing looks like at these resolutions - how many columns are visible in grids, that sort of thing. I know I could just change my…
Blorgbeard
  • 3,013
50
votes
12 answers

How to take a screenshot of a window larger than the screen

I want to take a screen shot of a window that's larger than the screen size. If I zoom out of the window and I take the screenshot, I lose quality since zooming into the image will not work. A large monitor would help me with this but I don't have…
Cat
  • 611
40
votes
1 answer

How to find source process of unknown popup in Windows 7

A random popup appears in Windows 7 titled as Information with a progress bar and a clock. The window sometimes says Please wait a moment..., and the progress bar moves very slowly and disappears. I don't know the source of this popup. I tried to…
krg265
  • 511
39
votes
3 answers

Why isn't 255.255.249.0 a valid subnet mask?

I was just wondering about this question above and I would greatly appreciate it if someone can explain why 255.255.249.0 isn't a valid subnet mask.
bobby
  • 515
1
2 3
50 51