Changeset 106 in Sophya for trunk/SophyaPI/PI/piwdgx.cc
- Timestamp:
- May 12, 1998, 7:13:34 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piwdgx.cc
r90 r106 227 227 } 228 228 229 /* --Methode-- */ 230 void PIWdgX::SetSensitive() 231 { 232 XtSetSensitive(XtWdg(), TRUE); 233 } 234 235 /* --Methode-- */ 236 void PIWdgX::SetUnSensitive() 237 { 238 XtSetSensitive(XtWdg(), FALSE); 239 } 240 241 /* --Methode-- */ 242 bool PIWdgX::IfSensitive() 243 { 244 if (XtIsSensitive(XtWdg()) == TRUE) return(true); 245 else return(false); 246 } 229 247 230 248 /* --Methode-- */
Note:
See TracChangeset
for help on using the changeset viewer.