Line 91... |
Line 91... |
91 |
void addBackground(ulong handle, TBitmap& image, int width, int height, ulong color);
|
91 |
void addBackground(ulong handle, TBitmap& image, int width, int height, ulong color);
|
92 |
#else
|
92 |
#else
|
93 |
void addSubPage(ulong handle, ulong parent, int left, int top, int width, int height, ANIMATION_t anim, int opacity=255);
|
93 |
void addSubPage(ulong handle, ulong parent, int left, int top, int width, int height, ANIMATION_t anim, int opacity=255);
|
94 |
void addBackground(ulong handle, TBitmap& image, size_t size, int width, int height, ulong color, int opacity=255);
|
94 |
void addBackground(ulong handle, TBitmap& image, size_t size, int width, int height, ulong color, int opacity=255);
|
95 |
#endif
|
95 |
#endif
|
96 |
void addVideo(ulong handle, ulong parent, ulong left, ulong top, ulong width, ulong height, std::string url, std::string user, std::string pw);
|
96 |
void addVideo(ulong handle, ulong parent, int left, int top, int width, int height, std::string url, std::string user, std::string pw);
|
97 |
void addInText(ulong handle, Button::TButton *button, Button::BITMAP_t bm, int frame);
|
97 |
void addInText(ulong handle, Button::TButton *button, Button::BITMAP_t bm, int frame);
|
98 |
void addListBox(Button::TButton *button, Button::BITMAP_t bm, int frame);
|
98 |
void addListBox(Button::TButton *button, Button::BITMAP_t bm, int frame);
|
99 |
|
99 |
|
100 |
bool getButton(ulong *handle, ulong *parent, TBitmap *buffer, int *left, int *top, int *width, int *height, bool *passthrough);
|
100 |
bool getButton(ulong *handle, ulong *parent, TBitmap *buffer, int *left, int *top, int *width, int *height, bool *passthrough);
|
101 |
bool getViewButton(ulong *handle, ulong *parent, bool *vertical, TBitmap *buffer, int *left, int *top, int *width, int *height, int *space, TColor::COLOR_T *fillColor);
|
101 |
bool getViewButton(ulong *handle, ulong *parent, bool *vertical, TBitmap *buffer, int *left, int *top, int *width, int *height, int *space, TColor::COLOR_T *fillColor);
|