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

Diff of /paragui/include/pgtheme.h

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

revision 1.3.2.1 by braindead, Mon Nov 24 09:17:21 2003 UTC revision 1.3.2.2 by braindead, Tue Dec 2 15:27:58 2003 UTC
# Line 29  Line 29 
29  #ifndef PG_THEME_H  #ifndef PG_THEME_H
30  #define PG_THEME_H  #define PG_THEME_H
31    
 #ifdef SWIG  
 %module theme  
 %{  
 #include "pgtheme.h"  
 %}  
 #endif  
   
32  #include "paragui.h"  #include "paragui.h"
33    #include "pglabel.h"
34    
35  /**  /**
36          @short Theme/style definition class          @short Theme/style definition class
# Line 67  public: Line 61  public:
61                  }                  }
62                  prop = (Uint16)b;                  prop = (Uint16)b;
63          }          }
64            virtual void GetAlignment(const char* widgettype, const char* object, const char* name, PG_Label::TextAlign& align) = 0;
65          virtual void GetColor(const char* widgettype, const char* object, const char* name, PG_Color& color) = 0;          virtual void GetColor(const char* widgettype, const char* object, const char* name, PG_Color& color) = 0;
66          virtual const char* FindString(const char* widgettype, const char* object, const char* name) = 0;          virtual const char* FindString(const char* widgettype, const char* object, const char* name) = 0;
67    

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