Enumeration

MetaButtonFunction

since: 13

Declaration

enum Meta.ButtonFunction

Description [src]

Function a window button can have.

Note, you can’t add stuff here without extending the theme format to draw a new function and breaking all existing themes.

Available since: 13

Members

META_BUTTON_FUNCTION_MENU

Menu.

  • Value: 0
  • Nickname: menu
  • Available since: 13
META_BUTTON_FUNCTION_MINIMIZE

Minimize.

  • Value: 1
  • Nickname: minimize
  • Available since: 13
META_BUTTON_FUNCTION_MAXIMIZE

Maximize.

  • Value: 2
  • Nickname: maximize
  • Available since: 13
META_BUTTON_FUNCTION_CLOSE

Close.

  • Value: 3
  • Nickname: close
  • Available since: 13
META_BUTTON_FUNCTION_LAST

Marks the end of the MetaButtonFunction enumeration.

  • Value: 4
  • Nickname: last
  • Available since: 13