Enumeration

MetaButtonFunction

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.

Members

Name Description
META_BUTTON_FUNCTION_MENU

Menu.

META_BUTTON_FUNCTION_MINIMIZE

Minimize.

META_BUTTON_FUNCTION_MAXIMIZE

Maximize.

META_BUTTON_FUNCTION_CLOSE

Close.

META_BUTTON_FUNCTION_LAST

Marks the end of the MetaButtonFunction enumeration.