Changeset 63 in Sophya for trunk/SophyaPI/PI/piwdgx.h
- Timestamp:
- Dec 5, 1997, 11:13:15 PM (28 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piwdgx.h
r52 r63 52 52 virtual void Manage(); 53 53 virtual void UnManage(); 54 virtual int IfManaged(); 54 virtual bool IfManaged(); 55 virtual bool IsVisible(); 56 57 // Gestion de copier-coller 58 virtual bool ClaimSelection(); 59 virtual void LoseSelection(); 60 virtual void RequestSelection(); 61 virtual void CopyFromSelection(char *, int l); 62 virtual char* SelectionString(int& len); 55 63 56 64 inline SysDWdg XtWdg() const {return(sdw); }; … … 63 71 SysDWdg sdw; 64 72 WmIntState wmis; 65 intstmng;73 bool stmng; 66 74 67 75 };
Note:
See TracChangeset
for help on using the changeset viewer.