|
7353 | 7353 | </arg> |
7354 | 7354 | <arg nr="2"/> |
7355 | 7355 | </function> |
| 7356 | + <!--void wxPropertyGridInterface::SetPropertyAttribute(wxPGPropArg id, const wxString & attrName, wxVariant value, long argFlags = 0)--> |
| 7357 | + <!--void wxPropertyGridPage::SetPropertyAttribute(wxPGPropArg id, const wxString & attrName, wxVariant value, long argFlags = 0)--> |
| 7358 | + <function name="wxPropertyGridInterface::SetPropertyAttribute,wxPropertyGridPage::SetPropertyAttribute"> |
| 7359 | + <noreturn>false</noreturn> |
| 7360 | + <returnValue type="void"/> |
| 7361 | + <arg nr="4" default="0"> |
| 7362 | + <not-uninit/> |
| 7363 | + </arg> |
| 7364 | + </function> |
7356 | 7365 | <!-- void wxStyledTextCtrl::MarkerDefine(int markerNumber, int markerSymbol, const wxColour & foreground = wxNullColour, const wxColour & background = wxNullColour) --> |
7357 | 7366 | <function name="wxStyledTextCtrl::MarkerDefine"> |
7358 | 7367 | <noreturn>false</noreturn> |
|
7366 | 7375 | <arg nr="3" default="wxNullColour"/> |
7367 | 7376 | <arg nr="4" default="wxNullColour"/> |
7368 | 7377 | </function> |
| 7378 | + <!-- void wxSleep( int nSecs ) --> |
| 7379 | + <!-- void wxMilliSleep( unsigned long milliseconds ) --> |
| 7380 | + <!-- void wxMicroSleep( unsigned long ns ) --> |
| 7381 | + <function name="wxSleep,wxMilliSleep,wxMicroSleep"> |
| 7382 | + <noreturn>false</noreturn> |
| 7383 | + <returnValue type="void"/> |
| 7384 | + <arg nr="1"> |
| 7385 | + <not-uninit/> |
| 7386 | + </arg> |
| 7387 | + </function> |
7369 | 7388 | <!-- virtual void wxWindow::SetMinSize(const wxSize & size) --> |
7370 | 7389 | <!-- void wxTextCtrl::SetMinSize(const wxSize & size) --> |
7371 | 7390 | <function name="wxWindow::SetMinSize,wxTextCtrl::SetMinSize"> |
|
0 commit comments