[Fxpy-commits] FXPy/includes-archive FXColorBar.h,1.1,1.2 fxdefs.h,1.17,1.18
Status: Inactive
Brought to you by:
lyle
From: Bastian K. <ca...@us...> - 2003-02-21 23:50:16
|
Update of /cvsroot/fxpy/FXPy/includes-archive In directory sc8-pr-cvs1:/tmp/cvs-serv15630 Modified Files: FXColorBar.h fxdefs.h Log Message: updated to 1.0.32 Index: FXColorBar.h =================================================================== RCS file: /cvsroot/fxpy/FXPy/includes-archive/FXColorBar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- FXColorBar.h 28 Mar 2002 22:33:48 -0000 1.1 +++ FXColorBar.h 21 Feb 2003 23:50:12 -0000 1.2 @@ -67,7 +67,7 @@ long onQueryTip(FXObject*,FXSelector,void*); public: - /// Construct color well with initial color clr + /// Construct color bar FXColorBar(FXComposite* p,FXObject* tgt=NULL,FXSelector sel=0,FXuint opts=FRAME_NORMAL,FXint x=0,FXint y=0,FXint w=0,FXint h=0,FXint pl=DEFAULT_PAD,FXint pr=DEFAULT_PAD,FXint pt=DEFAULT_PAD,FXint pb=DEFAULT_PAD); /// Create server-side resources @@ -106,22 +106,22 @@ /// Get the color bar style void setBarStyle(FXuint style); - /// Set status line help text for this color well + /// Set status line help text for this color bar void setHelpText(const FXString& text){ help=text; } - /// Get status line help text for this color well + /// Get status line help text for this color bar FXString getHelpText() const { return help; } - /// Set tool tip message for this color well + /// Set tool tip message for this color bar void setTipText(const FXString& text){ tip=text; } - /// Get tool tip message for this color well + /// Get tool tip message for this color bar FXString getTipText() const { return tip; } - /// Save color well to a stream + /// Save color bar to a stream virtual void save(FXStream& store) const; - /// Load color well from a stream + /// Load color bar from a stream virtual void load(FXStream& store); /// Destructor Index: fxdefs.h =================================================================== RCS file: /cvsroot/fxpy/FXPy/includes-archive/fxdefs.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 |