rewrote Button and ToggleButton to use the new PixmapButton as baseclass.

This commit is contained in:
Thomas Frauendorfer 2008-01-27 07:58:02 +01:00
parent e2fdb4e009
commit efa16e9236
15 changed files with 115 additions and 146 deletions

View file

@ -37,6 +37,8 @@ class PosButton : public Button
PosBar *m_slider;
bool m_moving;
uint m_pos;
uint m_diffx;
uint m_diffy;
};
class PosBar : public PixWidget