Subversion Repositories tpanel

Rev

Rev 394 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 394 Rev 395
Line 220... Line 220...
220
        int ww{0};              // line break when 1
220
        int ww{0};              // line break when 1
221
        int et{0};              // Text effect (^TEF)
221
        int et{0};              // Text effect (^TEF)
222
        int oo{-1};             // Over all opacity
222
        int oo{-1};             // Over all opacity
223
        int md{0};              // Marquee type: 1 = scroll left, 2 = scroll right, 3 = ping pong, 4 = scroll up, 5 = scroll down
223
        int md{0};              // Marquee type: 1 = scroll left, 2 = scroll right, 3 = ping pong, 4 = scroll up, 5 = scroll down
224
        int mr{0};              // Marquee enabled: 1 = enabled, 0 = disabled
224
        int mr{0};              // Marquee enabled: 1 = enabled, 0 = disabled
-
 
225
        int ms{1};              // Marquee speed: Range: 1 to 10
225
    } SR_T;
226
    } SR_T;
226
 
227
 
227
    typedef struct EXTBUTTON_t
228
    typedef struct EXTBUTTON_t
228
    {
229
    {
229
        BUTTONTYPE type;
230
        BUTTONTYPE type;
Line 430... Line 431...
430
            bool isMultiLine() { return ( dt.compare("multiple") == 0); }
431
            bool isMultiLine() { return ( dt.compare("multiple") == 0); }
431
            int getTextMaxChars() { return mt; }
432
            int getTextMaxChars() { return mt; }
432
            void setTextMaxChars(int m) { mt = m; }
433
            void setTextMaxChars(int m) { mt = m; }
433
            bool getTextWordWrap(int inst=0);
434
            bool getTextWordWrap(int inst=0);
434
            bool setTextWordWrap(bool ww, int inst=-1);
435
            bool setTextWordWrap(bool ww, int inst=-1);
-
 
436
            void setMarqueeSpeed(int speed, int inst=-1);
-
 
437
            int getMarqueeSpeed(int inst=0);
435
            int getFontIndex(int inst=0);
438
            int getFontIndex(int inst=0);
436
            bool setFontIndex(int fi, int inst=-1);
439
            bool setFontIndex(int fi, int inst=-1);
437
            int getIconIndex(int inst=0);
440
            int getIconIndex(int inst=0);
438
            std::string getSound(int inst=0);
441
            std::string getSound(int inst=0);
439
            void setSound(const std::string& sd, int inst=-1);
442
            void setSound(const std::string& sd, int inst=-1);