Changeset 329 in Sophya for trunk/SophyaPI/PI/pioptmenux.h
- Timestamp:
- Jun 24, 1999, 4:24:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pioptmenux.h
r110 r329 8 8 class PIOptMenuX : public PIOptMenuGen { 9 9 public: 10 PIOptMenuX(PIContainerGen* par, c har* nom, int sx=50, int sy=15, int px=0, int py=0);10 PIOptMenuX(PIContainerGen* par, const char* nom, int sx=50, int sy=15, int px=0, int py=0); 11 11 ~PIOptMenuX(); 12 12 … … 20 20 virtual void SetValue(PIMessage msg); 21 21 22 // Pour utilisation privee dans call-back 22 23 // Pour utilisation privee dans call-back, .... 24 virtual void SetLabel(string const&); 23 25 inline GC myGC() {if (mgc == 0) createmygc(); return(mgc); } 24 26
Note:
See TracChangeset
for help on using the changeset viewer.