mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
LibGUI+WindowServer: Add menu minimum width support
This commit is contained in:
parent
adc845e0cb
commit
350affe406
8 changed files with 56 additions and 10 deletions
|
@ -4,8 +4,9 @@
|
|||
|
||||
endpoint WindowServer
|
||||
{
|
||||
create_menu(i32 menu_id, [UTF8] String name) =|
|
||||
create_menu(i32 menu_id, [UTF8] String name, i32 minimum_width) =|
|
||||
set_menu_name(i32 menu_id, String name) =|
|
||||
set_menu_minimum_width(i32 menu_id, i32 minimum_width) =|
|
||||
destroy_menu(i32 menu_id) =|
|
||||
|
||||
add_menu(i32 window_id, i32 menu_id) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue