Package: gtk
Accessor gtk:window-controls-decoration-layout
Lambda Listgtk:window-controls-decoration-layout (object) SyntaxArgumentsDetails              The accessor for the decoration-layout slot of    the gtk:window-controls class gets or sets the decoration layout for    the title buttons, overriding the gtk-decoration-layout
    setting.   The format of the string is button names, separated by commas. A colon separates the buttons that should appear on the left from those on the right. Recognized button names are minimize, maximize, close and icon (the window icon). For example, "icon:minimize,maximize,close" specifies a icon on the left, and Minimize, Maximize and Close buttons on the right. If the side property is the :start value from the gtk:pack-type enumeration, object will display the part before the colon, otherwise after that.  | See also | 
2025-08-13