Changeset 8c72f533 in mainline for uspace/app/nav/panel.h
- Timestamp:
- 2021-10-25T00:32:45Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fb49522
- Parents:
- be1d74c1
- git-author:
- Jiri Svoboda <jiri@…> (2021-10-12 19:41:17)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/panel.h
rbe1d74c1 r8c72f533 108 108 extern ui_control_t *panel_ctl(panel_t *); 109 109 extern void panel_set_rect(panel_t *, gfx_rect_t *); 110 extern unsigned panel_page_size(panel_t *); 110 111 extern errno_t panel_entry_append(panel_t *, const char *, uint64_t); 111 112 extern void panel_entry_delete(panel_entry_t *); … … 121 122 extern void panel_cursor_top(panel_t *); 122 123 extern void panel_cursor_bottom(panel_t *); 124 extern void panel_page_up(panel_t *); 125 extern void panel_page_down(panel_t *); 123 126 124 127 #endif
Note:
See TracChangeset
for help on using the changeset viewer.