19 #ifndef WIN_SCROLLED_H
20 #define WIN_SCROLLED_H
22 #include "win_container.h"
23 #include "win_scrollbar.h"
33 u_int16 amplitude(){
return max_amplitude_;}
39 virtual void remove_all();
51 void set_space_between_border(
u_int16 );
53 void set_space_between_object(
u_int16 );
55 virtual void set_pos (
const u_int8 pos);
57 u_int16 cursor_y(){
return cursor_y_;}
59 void set_auto_scrollbar(
bool b){auto_scrollbar_=b;}
61 void set_auto_refresh(
bool b){auto_refresh_=b;}
67 const static u_int8 PAD_DEFAULT = 5;
75 void find_amplitude();
77 void update_amplitude();
Common properties for each win_base's object.
#define u_int8
8 bits long unsigned integer
#define u_int16
16 bits long unsigned integer
virtual void set_brightness(bool b)
Set the transluency parameter.
virtual void set_trans(bool b)
Set the transluency parameter.