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

Diff of /paragui/include/pglayout.h

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

revision 1.3.6.5 by braindead, Fri Nov 1 15:00:59 2002 UTC revision 1.3.6.5.2.1 by braindead, Tue Dec 2 15:27:57 2003 UTC
# Line 29  Line 29 
29  #ifndef PG_LAYOUT_H  #ifndef PG_LAYOUT_H
30  #define PG_LAYOUT_H  #define PG_LAYOUT_H
31    
 #ifdef SWIG  
 %include "swigcommon.h"  
 %module pglayout  
 %{  
 #include "pglayout.h"  
 %}  
 #endif  
32  #include "pgwidget.h"  #include "pgwidget.h"
33  #include "pgapplication.h"  #include "pgapplication.h"
34    #include "pglabel.h"
35    #include "pgscrollbar.h"
36    
37  /**  /**
38          @author Ales Teska          @author Ales Teska
# Line 70  namespace PG_Layout { Line 65  namespace PG_Layout {
65  DECLSPEC bool Load(PG_Widget* parent, const char *filename, void (* WorkCallback)(int now, int max), void *UserSpace);  DECLSPEC bool Load(PG_Widget* parent, const char *filename, void (* WorkCallback)(int now, int max), void *UserSpace);
66    
67  DECLSPEC int GetParamInt(const char **Source, char *What);  DECLSPEC int GetParamInt(const char **Source, char *What);
68    DECLSPEC PG_ScrollBar::ScrollDirection PG_Layout::GetParamScrollDirection(const char **Source, char *What);
69  DECLSPEC char* GetParamStr(const char **Source, char *What);  DECLSPEC char* GetParamStr(const char **Source, char *What);
70  DECLSPEC void GetParamRect(const char **Source, char *What, PG_Rect& Rect, PG_Widget* parent = NULL);  DECLSPEC void GetParamRect(const char **Source, char *What, PG_Rect& Rect, PG_Widget* parent = NULL);
71  DECLSPEC int GetParamAlign(const char **Source, char *What);  DECLSPEC PG_Label::TextAlign GetParamAlign(const char **Source, char *What);
72  DECLSPEC int GetParamIMode(const char **Source, char *What);  DECLSPEC int GetParamIMode(const char **Source, char *What);
73  DECLSPEC int GetParamGrad(const char **Source, char *What, PG_Gradient *grad);  DECLSPEC int GetParamGrad(const char **Source, char *What, PG_Gradient *grad);
74    

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

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