/[paragui]/paragui/src/widgets/pgcheckbutton.cpp
ViewVC logotype

Diff of /paragui/src/widgets/pgcheckbutton.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.1 by braindead, Fri Nov 21 12:27:56 2003 UTC revision 1.3.2.2 by braindead, Tue Dec 2 15:27:59 2003 UTC
# Line 27  Line 27 
27  */  */
28    
29  #include "pgcheckbutton.h"  #include "pgcheckbutton.h"
30    #include "pgbutton.h"
31    
32  PG_CheckButton::PG_CheckButton(PG_Widget* parent, int id, const PG_Rect& r, const char* text, const char* style)  PG_CheckButton::PG_CheckButton(PG_Widget* parent, int id, const PG_Rect& r, const char* text, const char* style)
33          : PG_RadioButton(parent, id, r, text, NULL)          : PG_RadioButton(parent, id, r, text, NULL)

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26