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

Diff of /paragui/include/pglineedit.h

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

revision 1.3.6.1.2.1 by braindead, Fri Nov 21 12:27:52 2003 UTC revision 1.3.6.1.2.2 by braindead, Tue Dec 2 15:27:58 2003 UTC
# Line 29  Line 29 
29  #ifndef PG_LINEEDIT  #ifndef PG_LINEEDIT
30  #define PG_LINEEDIT  #define PG_LINEEDIT
31    
 #ifdef SWIG  
 %include "swigcommon.h"  
 %module pglineedit  
 %{  
 #include "pglineedit.h"  
 %}  
 #endif  
   
32  #include "pgthemewidget.h"  #include "pgthemewidget.h"
33  #include "pgsignals.h"  #include "pgsignals.h"
34  #include <string>  #include <string>
# Line 70  public: Line 62  public:
62    
63          void LoadThemeStyle(const char* widgettype);          void LoadThemeStyle(const char* widgettype);
64    
 #ifndef SWIG  
65          /** */          /** */
66          void LoadThemeStyle(const char* widgettype, const char* objectname);          void LoadThemeStyle(const char* widgettype, const char* objectname);
 #endif  
67    
68          /** start edit */          /** start edit */
69          void EditBegin();          void EditBegin();
# Line 144  public: Line 134  public:
134          */          */
135          char GetPassHidden(void);          char GetPassHidden(void);
136    
137          bool Action(PG_ACTION action);          bool Action(KeyAction action);
138    
139          SignalEditBegin<> sigEditBegin;          SignalEditBegin<> sigEditBegin;
140          SignalEditEnd<> sigEditEnd;          SignalEditEnd<> sigEditEnd;
# Line 197  protected: Line 187  protected:
187          int my_cursorPosition;          int my_cursorPosition;
188    
189  private:  private:
 #ifndef SWIG  
190    
191          PG_LineEdit(const PG_LineEdit&);          PG_LineEdit(const PG_LineEdit&);
192          PG_LineEdit& operator=(PG_LineEdit&);          PG_LineEdit& operator=(PG_LineEdit&);
 #endif  
193    
194          void DrawText(const PG_Rect& dst);          void DrawText(const PG_Rect& dst);
195          void DrawTextCursor();          void DrawTextCursor();

Legend:
Removed from v.1.3.6.1.2.1  
changed lines
  Added in v.1.3.6.1.2.2

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