Changeset 120 in Sophya for trunk/SophyaPI/PI/piwdgx.h
- Timestamp:
- Jul 15, 1998, 7:08:53 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piwdgx.h
r114 r120 29 29 virtual ~PIWdgX(); 30 30 31 int CreateXtWdg(char *nom, SysDWdgClass wdgcl=NULL, SysDWdg pwdg=NULL,32 int sx=10, int sy=10, int px=0, int py=0 );33 34 31 virtual void FinishCreate(); // apres avoir installe les sous-vues 35 32 36 33 virtual void SetSize(int sx, int sy); 37 34 virtual void SetPos(int px, int py); 38 virtual void SetBorderWidth(int bw);39 35 virtual void SetLabel(string const & lab); 40 36 virtual void SetBinding(PIBindingKind left, PIBindingKind top, … … 45 41 virtual int XPos(); 46 42 virtual int YPos(); 47 virtual int BorderWidth();48 43 49 44 virtual string Nom(); … … 67 62 virtual void PasteSelection(unsigned int typ, void *, unsigned int l); 68 63 64 // Usage limite a a la version X11 69 65 inline SysDWdg XtWdg() const {return(sdw); }; 70 66 inline SysDWdg& XtWdg() {return(sdw); }; 67 int CreateXtWdg(char *nom, SysDWdgClass wdgcl=NULL, SysDWdg pwdg=NULL, 68 int sx=10, int sy=10, int px=0, int py=0, Arg* oarg=NULL, int na=0); 69 int BorderWidth(); 70 void SetBorderWidth(int bw); 71 71 72 72 protected: 73 int InitXt(int narg=0, char *arg[]=NULL); 74 73 int InitXt(int narg=0, char *arg[]=NULL); 75 74 76 75 SysDWdg sdw;
Note:
See TracChangeset
for help on using the changeset viewer.