Changes in uspace/lib/ui/private/pbutton.h [b769ca0:3c54869] in mainline
- File:
-
- 1 edited
-
uspace/lib/ui/private/pbutton.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/pbutton.h
rb769ca0 r3c54869 1 1 /* 2 * Copyright (c) 202 6Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 55 55 /** Callback argument */ 56 56 void *arg; 57 /** Custom ops or @c NULL */58 struct ui_pbutton_ ops *ops;59 /** Opsargument */60 void * ops_arg;57 /** Custom decoration ops or @c NULL */ 58 struct ui_pbutton_decor_ops *decor_ops; 59 /** Decoration argument */ 60 void *decor_arg; 61 61 /** Push button rectangle */ 62 62 gfx_rect_t rect;
Note:
See TracChangeset
for help on using the changeset viewer.
