diff options
Diffstat (limited to 'Dalos/Hexview.h')
-rw-r--r-- | Dalos/Hexview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dalos/Hexview.h b/Dalos/Hexview.h index 1d604cc..a550e04 100644 --- a/Dalos/Hexview.h +++ b/Dalos/Hexview.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Hexview.h,v 1.2 2004-12-29 01:58:33 pixel Exp $ */ +/* $Id: Hexview.h,v 1.3 2005-06-20 22:43:35 pixel Exp $ */ #ifndef __HEXVIEW_H__ #define __HEXVIEW_H__ @@ -45,6 +45,7 @@ class hexview : public mogltk::widget { int get_shift(); void bind_handle(Handle * _h); Uint8 * get_data(); + void refresh_data(); virtual void draw(); protected: virtual void resize_notify(); |