mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
Add WindowMenu button
This commit is contained in:
parent
759b26b5c1
commit
b7b1e8064f
10 changed files with 61 additions and 4 deletions
|
|
@ -66,6 +66,8 @@ context_from_str(const char *str)
|
|||
return LAB_SSD_BUTTON_MAXIMIZE;
|
||||
} else if (!strcasecmp(str, "Iconify")) {
|
||||
return LAB_SSD_BUTTON_ICONIFY;
|
||||
} else if (!strcasecmp(str, "WindowMenu")) {
|
||||
return LAB_SSD_BUTTON_WINDOW_MENU;
|
||||
} else if (!strcasecmp(str, "Titlebar")) {
|
||||
return LAB_SSD_PART_TITLEBAR;
|
||||
} else if (!strcasecmp(str, "Title")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue