/[paragui]/paragui/include/paragui.h
ViewVC logotype

Diff of /paragui/include/paragui.h

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

revision 1.3.6.5.2.1 by braindead, Fri Nov 21 12:27:51 2003 UTC revision 1.3.6.5.2.2 by braindead, Mon Nov 24 09:17:20 2003 UTC
# Line 46  Line 46 
46  %include "paragui_types.h"  %include "paragui_types.h"
47  %include "pgrect.h"  %include "pgrect.h"
48  %include "pgmessageobject.h"  %include "pgmessageobject.h"
 %include "pgeventobject.h"  
49  %include "pgwidget.h"  %include "pgwidget.h"
50  %include "pgthemewidget.h"  %include "pgthemewidget.h"
51  %include "pglayout.h"  %include "pglayout.h"
# Line 158  using namespace std; Line 157  using namespace std;
157  /**  /**
158          Buttonstate: Normal (up).          Buttonstate: Normal (up).
159  */  */
160  #define BTN_STATE_NORMAL                0  //#define BTN_STATE_NORMAL              PG_Button::UNPRESSED
161  /**  /**
162          Buttonstate: Pressed (down).          Buttonstate: Pressed (down).
163  */  */
164  #define BTN_STATE_PRESSED               1  //#define BTN_STATE_PRESSED             PG_Button::PRESSED
165  /**  /**
166          Buttonstate: Highlited.          Buttonstate: Highlited.
167  */  */
168  #define BTN_STATE_HIGH                  2  //#define BTN_STATE_HIGH                        PG_Button::HIGHLITED
169    
170    
171  // Text alignment  // Text alignment

Legend:
Removed from v.1.3.6.5.2.1  
changed lines
  Added in v.1.3.6.5.2.2

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