|
XenevaOS
|

Functions | |
| void | draw_rrect_filled (ChCanvas *canv, int x, int y, int w, int h, int radius, uint32_t color) |
| draw_rrect_filled – draws rounded rectangle filled | |
| void | XESearchBarPaint (ChWidget *wid, ChWindow *win) |
| void | XESearchMouseEvent (ChWidget *wid, ChWindow *win, int x, int y, int button) |
| XESearchMouseEvent – mouse event handler for search bar. | |
| XESearchBar * | XECreateSearchBar (int x, int y, int w, int h) |
| XECreateSearchBar – create the app search bar. | |
|
extern |
draw_rrect_filled – draws rounded rectangle filled
| canv | – Pointer to canvas |
| x | – X coordinate |
| y | – Y coordinate |
| w | – width of the rounded rect |
| h | – Height of the rounded rectangle |
| XESearchBar * XECreateSearchBar | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
XECreateSearchBar – create the app search bar.
| x | – x location within launcher |
| y | – Y location within launcher |
| w | – width of the search bar |
| h | – height of the search bar |
XESearchBarPaint – paint the search bar
| wid | – Pointer to chitralekha widget |
| win | – Pointer to root window |
check once if scrolling is turned off, but scrolloffset still is in 1,