mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
paintButtons: add max txt length option
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1960 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#include <system/localize.h>
|
||||
#include <gui/color.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
typedef struct button_label
|
||||
{
|
||||
const char * button;
|
||||
@@ -44,6 +46,7 @@ int paintButtons( const int &x,
|
||||
const unsigned char fcolor = COL_INFOBAR_SHADOW,
|
||||
const char * alt_buttontext = NULL,
|
||||
const uint &buttontext_id = 0,
|
||||
bool show = true);
|
||||
bool show = true,
|
||||
const std::vector<neutrino_locale_t>& all_buttontext_id = std::vector<neutrino_locale_t>());
|
||||
|
||||
#endif /* __gui_widget_buttons_h__ */
|
||||
|
Reference in New Issue
Block a user