XenevaOS
Loading...
Searching...
No Matches
searchbar.h
Go to the documentation of this file.
1
32#ifndef __SEARCHBAR_H__
33#define __SEARCHBAR_H__
34
35#include <chitralekha.h>
36#include <widgets/base.h>
37#include <widgets/window.h>
38
52
60extern XESearchBar* XECreateSearchBar(int x, int y, int w, int h);
61
62#endif
unsigned short int uint16_t
Definition acefiex.h:162
struct _searchbar_ XESearchBar
XESearchBar * XECreateSearchBar(int x, int y, int w, int h)
XECreateSearchBar – create the app search bar.
Definition searchbar.cpp:157
Definition window.h:114
Definition searchbar.h:44
ChWidget wid
Definition searchbar.h:45
char text[1024]
Definition searchbar.h:46
uint16_t scrollOffset
Definition searchbar.h:50
uint16_t prevTextPos
Definition searchbar.h:48
uint16_t textPos
Definition searchbar.h:47
bool _need_scroll
Definition searchbar.h:49