Is there a name for the close, minimize and restore buttons?
It seems to me that there should be a generic name for the close, restore, and minimize buttons on the title bar in window managers. It's been getting hard to search for answers associated with them. I am also a developer, and I'll be working with low-level window manager stuff on Linux, so this would be a good thing to know.
Is there some kind of generic term for this?
Title Bar Buttons
is the best term that I've come up with, but this is in no way official. If it's different for each window manager, then that would also be good to know. I couldn't find much searching around...
Note:
It would be nice to know the terms used by all platforms: Windows, Mac OS, GNOME, KDE, XFCE, etc.
window-manager title-bar
add a comment |
It seems to me that there should be a generic name for the close, restore, and minimize buttons on the title bar in window managers. It's been getting hard to search for answers associated with them. I am also a developer, and I'll be working with low-level window manager stuff on Linux, so this would be a good thing to know.
Is there some kind of generic term for this?
Title Bar Buttons
is the best term that I've come up with, but this is in no way official. If it's different for each window manager, then that would also be good to know. I couldn't find much searching around...
Note:
It would be nice to know the terms used by all platforms: Windows, Mac OS, GNOME, KDE, XFCE, etc.
window-manager title-bar
add a comment |
It seems to me that there should be a generic name for the close, restore, and minimize buttons on the title bar in window managers. It's been getting hard to search for answers associated with them. I am also a developer, and I'll be working with low-level window manager stuff on Linux, so this would be a good thing to know.
Is there some kind of generic term for this?
Title Bar Buttons
is the best term that I've come up with, but this is in no way official. If it's different for each window manager, then that would also be good to know. I couldn't find much searching around...
Note:
It would be nice to know the terms used by all platforms: Windows, Mac OS, GNOME, KDE, XFCE, etc.
window-manager title-bar
It seems to me that there should be a generic name for the close, restore, and minimize buttons on the title bar in window managers. It's been getting hard to search for answers associated with them. I am also a developer, and I'll be working with low-level window manager stuff on Linux, so this would be a good thing to know.
Is there some kind of generic term for this?
Title Bar Buttons
is the best term that I've come up with, but this is in no way official. If it's different for each window manager, then that would also be good to know. I couldn't find much searching around...
Note:
It would be nice to know the terms used by all platforms: Windows, Mac OS, GNOME, KDE, XFCE, etc.
window-manager title-bar
window-manager title-bar
asked Apr 20 '11 at 17:25
beatgammitbeatgammit
1,06711016
1,06711016
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
Apple calls them Title Bar Buttons. Note that they're named Close, Minimize and Zoom. These are also the names assigned in the AppleScript accessibility API:
{"close button", "zoom button", "minimize button"}
It seems Microsoft does not give them a name (anymore?), as they're always listed like the following:
An application window includes elements such as a title bar, a menu bar, the window menu (formerly known as the system menu), the minimize button, the maximize button, the restore button, the close button, a sizing border, a client area, a horizontal scroll bar, and a vertical scroll bar. [...]
The buttons in the upper-right corner affect the size and position of the window. When you click the maximize button, the system enlarges the window to the size of the screen and positions the window, so it covers the entire desktop, minus the taskbar. At the same time, the system replaces the maximize button with the restore button. When you click the restore button, the system restores the window to its previous size and position. When you click the minimize button, the system reduces the window to the size of its taskbar button, positions the window over the taskbar button, and displays the taskbar button in its normal state. To restore the application to its previous size and position, click its taskbar button. When you click the close button, the application exits.
The glossary also does not contain a common term for these buttons.
The GNOME folks call them Window Commands (also here):
Different window commands are appropriate to different types of window. See the description of each particular window type for a list of appropriate window commands. These are the possible window commands:
Close
Closes the window. Always draw this as a button on the window border when relevant to the window type.
Maximize
Causes the window to use all unused screen space.
Minimize
Causes the window to be temporarily hidden. It will continue to appear on the desktop window list.
Roll-up/Unroll
Shows only the title bar of the window, as if it has been "rolled up".
I think this is what I was looking for. Thanks!
– beatgammit
Apr 20 '11 at 22:05
I bet part of the reason why there is no blanket name for them is because they are implemented differently. Note that before Windows 95, there was no close button. Also notice that the API to disable Max Min buttons are part of the GWL_Style. But the calls to disable the close button is through the system menu.
– surfasb
Dec 22 '11 at 21:15
add a comment |
Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons
.
+1 Good to know. I'm going to go with Daniel's answer because it's more thorough.
– beatgammit
Apr 20 '11 at 22:06
add a comment |
"Window state buttons", although that covers more than just those 3.
I am wondering if this is more of a programming question?
– Moab
Apr 20 '11 at 17:42
add a comment |
Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.
add a comment |
Windows Forms refers to the group of them as the ControlBox
internally.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f273335%2fis-there-a-name-for-the-close-minimize-and-restore-buttons%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Apple calls them Title Bar Buttons. Note that they're named Close, Minimize and Zoom. These are also the names assigned in the AppleScript accessibility API:
{"close button", "zoom button", "minimize button"}
It seems Microsoft does not give them a name (anymore?), as they're always listed like the following:
An application window includes elements such as a title bar, a menu bar, the window menu (formerly known as the system menu), the minimize button, the maximize button, the restore button, the close button, a sizing border, a client area, a horizontal scroll bar, and a vertical scroll bar. [...]
The buttons in the upper-right corner affect the size and position of the window. When you click the maximize button, the system enlarges the window to the size of the screen and positions the window, so it covers the entire desktop, minus the taskbar. At the same time, the system replaces the maximize button with the restore button. When you click the restore button, the system restores the window to its previous size and position. When you click the minimize button, the system reduces the window to the size of its taskbar button, positions the window over the taskbar button, and displays the taskbar button in its normal state. To restore the application to its previous size and position, click its taskbar button. When you click the close button, the application exits.
The glossary also does not contain a common term for these buttons.
The GNOME folks call them Window Commands (also here):
Different window commands are appropriate to different types of window. See the description of each particular window type for a list of appropriate window commands. These are the possible window commands:
Close
Closes the window. Always draw this as a button on the window border when relevant to the window type.
Maximize
Causes the window to use all unused screen space.
Minimize
Causes the window to be temporarily hidden. It will continue to appear on the desktop window list.
Roll-up/Unroll
Shows only the title bar of the window, as if it has been "rolled up".
I think this is what I was looking for. Thanks!
– beatgammit
Apr 20 '11 at 22:05
I bet part of the reason why there is no blanket name for them is because they are implemented differently. Note that before Windows 95, there was no close button. Also notice that the API to disable Max Min buttons are part of the GWL_Style. But the calls to disable the close button is through the system menu.
– surfasb
Dec 22 '11 at 21:15
add a comment |
Apple calls them Title Bar Buttons. Note that they're named Close, Minimize and Zoom. These are also the names assigned in the AppleScript accessibility API:
{"close button", "zoom button", "minimize button"}
It seems Microsoft does not give them a name (anymore?), as they're always listed like the following:
An application window includes elements such as a title bar, a menu bar, the window menu (formerly known as the system menu), the minimize button, the maximize button, the restore button, the close button, a sizing border, a client area, a horizontal scroll bar, and a vertical scroll bar. [...]
The buttons in the upper-right corner affect the size and position of the window. When you click the maximize button, the system enlarges the window to the size of the screen and positions the window, so it covers the entire desktop, minus the taskbar. At the same time, the system replaces the maximize button with the restore button. When you click the restore button, the system restores the window to its previous size and position. When you click the minimize button, the system reduces the window to the size of its taskbar button, positions the window over the taskbar button, and displays the taskbar button in its normal state. To restore the application to its previous size and position, click its taskbar button. When you click the close button, the application exits.
The glossary also does not contain a common term for these buttons.
The GNOME folks call them Window Commands (also here):
Different window commands are appropriate to different types of window. See the description of each particular window type for a list of appropriate window commands. These are the possible window commands:
Close
Closes the window. Always draw this as a button on the window border when relevant to the window type.
Maximize
Causes the window to use all unused screen space.
Minimize
Causes the window to be temporarily hidden. It will continue to appear on the desktop window list.
Roll-up/Unroll
Shows only the title bar of the window, as if it has been "rolled up".
I think this is what I was looking for. Thanks!
– beatgammit
Apr 20 '11 at 22:05
I bet part of the reason why there is no blanket name for them is because they are implemented differently. Note that before Windows 95, there was no close button. Also notice that the API to disable Max Min buttons are part of the GWL_Style. But the calls to disable the close button is through the system menu.
– surfasb
Dec 22 '11 at 21:15
add a comment |
Apple calls them Title Bar Buttons. Note that they're named Close, Minimize and Zoom. These are also the names assigned in the AppleScript accessibility API:
{"close button", "zoom button", "minimize button"}
It seems Microsoft does not give them a name (anymore?), as they're always listed like the following:
An application window includes elements such as a title bar, a menu bar, the window menu (formerly known as the system menu), the minimize button, the maximize button, the restore button, the close button, a sizing border, a client area, a horizontal scroll bar, and a vertical scroll bar. [...]
The buttons in the upper-right corner affect the size and position of the window. When you click the maximize button, the system enlarges the window to the size of the screen and positions the window, so it covers the entire desktop, minus the taskbar. At the same time, the system replaces the maximize button with the restore button. When you click the restore button, the system restores the window to its previous size and position. When you click the minimize button, the system reduces the window to the size of its taskbar button, positions the window over the taskbar button, and displays the taskbar button in its normal state. To restore the application to its previous size and position, click its taskbar button. When you click the close button, the application exits.
The glossary also does not contain a common term for these buttons.
The GNOME folks call them Window Commands (also here):
Different window commands are appropriate to different types of window. See the description of each particular window type for a list of appropriate window commands. These are the possible window commands:
Close
Closes the window. Always draw this as a button on the window border when relevant to the window type.
Maximize
Causes the window to use all unused screen space.
Minimize
Causes the window to be temporarily hidden. It will continue to appear on the desktop window list.
Roll-up/Unroll
Shows only the title bar of the window, as if it has been "rolled up".
Apple calls them Title Bar Buttons. Note that they're named Close, Minimize and Zoom. These are also the names assigned in the AppleScript accessibility API:
{"close button", "zoom button", "minimize button"}
It seems Microsoft does not give them a name (anymore?), as they're always listed like the following:
An application window includes elements such as a title bar, a menu bar, the window menu (formerly known as the system menu), the minimize button, the maximize button, the restore button, the close button, a sizing border, a client area, a horizontal scroll bar, and a vertical scroll bar. [...]
The buttons in the upper-right corner affect the size and position of the window. When you click the maximize button, the system enlarges the window to the size of the screen and positions the window, so it covers the entire desktop, minus the taskbar. At the same time, the system replaces the maximize button with the restore button. When you click the restore button, the system restores the window to its previous size and position. When you click the minimize button, the system reduces the window to the size of its taskbar button, positions the window over the taskbar button, and displays the taskbar button in its normal state. To restore the application to its previous size and position, click its taskbar button. When you click the close button, the application exits.
The glossary also does not contain a common term for these buttons.
The GNOME folks call them Window Commands (also here):
Different window commands are appropriate to different types of window. See the description of each particular window type for a list of appropriate window commands. These are the possible window commands:
Close
Closes the window. Always draw this as a button on the window border when relevant to the window type.
Maximize
Causes the window to use all unused screen space.
Minimize
Causes the window to be temporarily hidden. It will continue to appear on the desktop window list.
Roll-up/Unroll
Shows only the title bar of the window, as if it has been "rolled up".
answered Apr 20 '11 at 17:49
Daniel Beck♦Daniel Beck
93.1k12235288
93.1k12235288
I think this is what I was looking for. Thanks!
– beatgammit
Apr 20 '11 at 22:05
I bet part of the reason why there is no blanket name for them is because they are implemented differently. Note that before Windows 95, there was no close button. Also notice that the API to disable Max Min buttons are part of the GWL_Style. But the calls to disable the close button is through the system menu.
– surfasb
Dec 22 '11 at 21:15
add a comment |
I think this is what I was looking for. Thanks!
– beatgammit
Apr 20 '11 at 22:05
I bet part of the reason why there is no blanket name for them is because they are implemented differently. Note that before Windows 95, there was no close button. Also notice that the API to disable Max Min buttons are part of the GWL_Style. But the calls to disable the close button is through the system menu.
– surfasb
Dec 22 '11 at 21:15
I think this is what I was looking for. Thanks!
– beatgammit
Apr 20 '11 at 22:05
I think this is what I was looking for. Thanks!
– beatgammit
Apr 20 '11 at 22:05
I bet part of the reason why there is no blanket name for them is because they are implemented differently. Note that before Windows 95, there was no close button. Also notice that the API to disable Max Min buttons are part of the GWL_Style. But the calls to disable the close button is through the system menu.
– surfasb
Dec 22 '11 at 21:15
I bet part of the reason why there is no blanket name for them is because they are implemented differently. Note that before Windows 95, there was no close button. Also notice that the API to disable Max Min buttons are part of the GWL_Style. But the calls to disable the close button is through the system menu.
– surfasb
Dec 22 '11 at 21:15
add a comment |
Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons
.
+1 Good to know. I'm going to go with Daniel's answer because it's more thorough.
– beatgammit
Apr 20 '11 at 22:06
add a comment |
Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons
.
+1 Good to know. I'm going to go with Daniel's answer because it's more thorough.
– beatgammit
Apr 20 '11 at 22:06
add a comment |
Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons
.
Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons
.
answered Apr 20 '11 at 19:54
William HilsumWilliam Hilsum
108k16161253
108k16161253
+1 Good to know. I'm going to go with Daniel's answer because it's more thorough.
– beatgammit
Apr 20 '11 at 22:06
add a comment |
+1 Good to know. I'm going to go with Daniel's answer because it's more thorough.
– beatgammit
Apr 20 '11 at 22:06
+1 Good to know. I'm going to go with Daniel's answer because it's more thorough.
– beatgammit
Apr 20 '11 at 22:06
+1 Good to know. I'm going to go with Daniel's answer because it's more thorough.
– beatgammit
Apr 20 '11 at 22:06
add a comment |
"Window state buttons", although that covers more than just those 3.
I am wondering if this is more of a programming question?
– Moab
Apr 20 '11 at 17:42
add a comment |
"Window state buttons", although that covers more than just those 3.
I am wondering if this is more of a programming question?
– Moab
Apr 20 '11 at 17:42
add a comment |
"Window state buttons", although that covers more than just those 3.
"Window state buttons", although that covers more than just those 3.
answered Apr 20 '11 at 17:30
Ignacio Vazquez-AbramsIgnacio Vazquez-Abrams
96.4k6155211
96.4k6155211
I am wondering if this is more of a programming question?
– Moab
Apr 20 '11 at 17:42
add a comment |
I am wondering if this is more of a programming question?
– Moab
Apr 20 '11 at 17:42
I am wondering if this is more of a programming question?
– Moab
Apr 20 '11 at 17:42
I am wondering if this is more of a programming question?
– Moab
Apr 20 '11 at 17:42
add a comment |
Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.
add a comment |
Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.
add a comment |
Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.
Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.
answered Feb 5 at 1:08
archiTecharchiTech
112
112
add a comment |
add a comment |
Windows Forms refers to the group of them as the ControlBox
internally.
add a comment |
Windows Forms refers to the group of them as the ControlBox
internally.
add a comment |
Windows Forms refers to the group of them as the ControlBox
internally.
Windows Forms refers to the group of them as the ControlBox
internally.
answered Jul 2 '14 at 3:02
Eagle-EyeEagle-Eye
1398
1398
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f273335%2fis-there-a-name-for-the-close-minimize-and-restore-buttons%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown