Is there a name for the close, minimize and restore buttons?












17















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.










share|improve this question



























    17















    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.










    share|improve this question

























      17












      17








      17


      2






      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 20 '11 at 17:25









      beatgammitbeatgammit

      1,06711016




      1,06711016






















          5 Answers
          5






          active

          oldest

          votes


















          15














          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".








          share|improve this answer
























          • 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





















          17














          Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons.



          enter image description here






          share|improve this answer
























          • +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



















          4














          "Window state buttons", although that covers more than just those 3.






          share|improve this answer
























          • I am wondering if this is more of a programming question?

            – Moab
            Apr 20 '11 at 17:42



















          1














          Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.






          share|improve this answer































            0














            Windows Forms refers to the group of them as the ControlBox internally.






            share|improve this answer























              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              15














              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".








              share|improve this answer
























              • 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


















              15














              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".








              share|improve this answer
























              • 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
















              15












              15








              15







              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".








              share|improve this answer













              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".









              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Apr 20 '11 at 17:49









              Daniel BeckDaniel 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





















              • 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















              17














              Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons.



              enter image description here






              share|improve this answer
























              • +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
















              17














              Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons.



              enter image description here






              share|improve this answer
























              • +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














              17












              17








              17







              Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons.



              enter image description here






              share|improve this answer













              Going all the way back to the Windows 95 evaluators guide, it simply calls these the Window Buttons.



              enter image description here







              share|improve this answer












              share|improve this answer



              share|improve this answer










              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



















              • +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











              4














              "Window state buttons", although that covers more than just those 3.






              share|improve this answer
























              • I am wondering if this is more of a programming question?

                – Moab
                Apr 20 '11 at 17:42
















              4














              "Window state buttons", although that covers more than just those 3.






              share|improve this answer
























              • I am wondering if this is more of a programming question?

                – Moab
                Apr 20 '11 at 17:42














              4












              4








              4







              "Window state buttons", although that covers more than just those 3.






              share|improve this answer













              "Window state buttons", although that covers more than just those 3.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              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



















              • 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











              1














              Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.






              share|improve this answer




























                1














                Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.






                share|improve this answer


























                  1












                  1








                  1







                  Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.






                  share|improve this answer













                  Microsoft calls them System Caption Buttons in the Windows Dev Center's Universal Windows Platform Documentation, specifically in this section.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 5 at 1:08









                  archiTecharchiTech

                  112




                  112























                      0














                      Windows Forms refers to the group of them as the ControlBox internally.






                      share|improve this answer




























                        0














                        Windows Forms refers to the group of them as the ControlBox internally.






                        share|improve this answer


























                          0












                          0








                          0







                          Windows Forms refers to the group of them as the ControlBox internally.






                          share|improve this answer













                          Windows Forms refers to the group of them as the ControlBox internally.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jul 2 '14 at 3:02









                          Eagle-EyeEagle-Eye

                          1398




                          1398






























                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                              is 'sed' thread safe

                              How to make a Squid Proxy server?