Changeset 89bca606 in mainline
- Timestamp:
- 2023-04-14T12:57:30Z (20 months ago)
- Children:
- 4bfb5a0
- Parents:
- e1f5fb19
- git-author:
- SimonJRiddix <69309548+simonjriddix@…> (2023-04-14 12:57:30)
- git-committer:
- GitHub <noreply@…> (2023-04-14 12:57:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/window.h
re1f5fb19 r89bca606 1 1 /* 2 2 * Copyright (c) 2023 Jiri Svoboda 3 * Copyright (c) 2023 SimonJRiddix 3 4 * All rights reserved. 4 5 * … … 53 54 /** Place window to the top-right corner of the screen */ 54 55 ui_wnd_place_top_right, 56 /** Place window to the bottom-left corner of the screen on top of taskbar */ 57 ui_wnd_place_bottom_left, 58 /** Place window to the bottom-right corner of the screen on top of taskbar */ 59 ui_wnd_place_bottom_right, 55 60 /** Place window to the bottom-left corner of the screen */ 56 ui_wnd_place_bottom_left ,61 ui_wnd_place_bottom_left_absolute, 57 62 /** Place window to the bottom-right corner of the screen */ 58 ui_wnd_place_bottom_right ,63 ui_wnd_place_bottom_right_absolute, 59 64 /** Place window accross the entire screen */ 60 65 ui_wnd_place_full_screen,
Note:
See TracChangeset
for help on using the changeset viewer.