mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
menu: add menu_finish()
This commit is contained in:
parent
4d1acf645c
commit
d39b158cec
3 changed files with 23 additions and 3 deletions
|
|
@ -22,6 +22,7 @@ struct menu {
|
|||
|
||||
/* menu_create - create menu */
|
||||
void menu_init(struct server *server, struct menu *menu);
|
||||
void menu_finish(struct menu *menu);
|
||||
|
||||
/* menu_move - move to position (x, y) */
|
||||
void menu_move(struct menu *menu, int x, int y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue