[Igarden-commit] CommonSource/YAAFExtensions RGPaletteView.h, 1.3, 1.3.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-10 16:47:32
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10805 Modified Files: Tag: Release_branch_v1 RGPaletteView.h Log Message: Change a method to public Index: RGPaletteView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPaletteView.h,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** RGPaletteView.h 31 Mar 2005 01:33:18 -0000 1.3 --- RGPaletteView.h 10 Feb 2007 16:47:27 -0000 1.3.2.1 *************** *** 99,102 **** --- 99,103 ---- virtual short GetMinHeight(short width); Rect CalcButton(long); + short GetToolLength(void); private: *************** *** 107,111 **** void OutlineButton(long); - short GetToolLength(void); short GetItemIcon(long); short GetItemCommand(long); --- 108,111 ---- *************** *** 113,117 **** void GetItemHelp(long,char *); long GetItemOffset(long); - short GetNumButtons(); XGHandle fToolbar; --- 113,116 ---- |