Subversion Repositories tpanel

Rev

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

Rev 306 Rev 404
Line 183... Line 183...
183
    std::string r;          // right
183
    std::string r;          // right
184
    std::string tr;         // top right corner
184
    std::string tr;         // top right corner
185
    std::string t;          // top
185
    std::string t;          // top
186
    std::string tl;         // top left corner
186
    std::string tl;         // top left corner
187
    std::string l;          // left
187
    std::string l;          // left
-
 
188
    std::string bl_alpha;   // bottom left corner
-
 
189
    std::string b_alpha;    // bottom
-
 
190
    std::string br_alpha;   // bottom right corner
-
 
191
    std::string r_alpha;    // right
-
 
192
    std::string tr_alpha;   // top right corner
-
 
193
    std::string t_alpha;    // top
-
 
194
    std::string tl_alpha;   // top left corner
-
 
195
    std::string l_alpha;    // left
188
    BORDER_DATA_t border;   // Border data
196
    BORDER_DATA_t border;   // Border data
189
    BORDER_STYLE_t bdStyle; // The border style data
197
    BORDER_STYLE_t bdStyle; // The border style data
190
}BORDER_t;
198
}BORDER_t;
191
 
199
 
192
typedef struct SLIDER_t
200
typedef struct SLIDER_t