|
677 | 677 | <define name="wxMM_LOMETRIC" value="3"/> |
678 | 678 | <define name="wxMM_TWIPS" value="4"/> |
679 | 679 | <define name="wxMM_POINTS" value="5"/> |
| 680 | + <define name="wxFromStart" value="0"/> |
| 681 | + <define name="wxFromCurrent" value="1"/> |
| 682 | + <define name="wxFromEnd" value="2"/> |
680 | 683 | <define name="wxDVC_DEFAULT_RENDERER_SIZE" value="20"/> |
681 | 684 | <define name="wxDVC_DEFAULT_WIDTH" value="80"/> |
682 | 685 | <define name="wxDVC_TOGGLE_DEFAULT_WIDTH" value="30"/> |
|
3836 | 3839 | <define name="wxFILE_EXISTS_SOCKET" value="0x0020"/> |
3837 | 3840 | <define name="wxFILE_EXISTS_NO_FOLLOW" value="0x1000"/> |
3838 | 3841 | <define name="wxFILE_EXISTS_ANY" value="0x1FFF"/> |
| 3842 | + <define name="wxFILE_KIND_UNKNOWN" value="0"/> |
| 3843 | + <define name="wxFILE_KIND_DISK" value="1"/> |
| 3844 | + <define name="wxFILE_KIND_TERMINAL" value="2"/> |
| 3845 | + <define name="wxFILE_KIND_PIPE" value="3"/> |
3839 | 3846 | <define name="wxPG_ITERATOR_CREATE_MASKS(FLAGS,A,B)" value="{ A = (FLAGS ^ 29732) & 29732 & 0xFFFF; B = ((FLAGS<<16) ^ 29732) & 29732 & 0xFFFF; }"/> |
3840 | 3847 | <define name="wxPG_ITERATOR_PARENTEXMASK_TEST(PWC,PARENTMASK)" value="( !PWC->HasFlag(PARENTMASK) && PWC->GetChildCount() )"/> |
3841 | 3848 | <define name="wxPG_IT_CHILDREN(A)" value="((A)<<16)"/> |
|
4655 | 4662 | <define name="wxCROSS_CURSOR" value="wxStockGDI::GetCursor(wxStockGDI::CURSOR_CROSS)"/> |
4656 | 4663 | <define name="wxHOURGLASS_CURSOR" value="wxStockGDI::GetCursor(wxStockGDI::CURSOR_HOURGLASS)"/> |
4657 | 4664 | <define name="wxSTANDARD_CURSOR" value="wxStockGDI::GetCursor(wxStockGDI::CURSOR_STANDARD)"/> |
| 4665 | + <define name="wxS_IRUSR" value="00400"/> |
| 4666 | + <define name="wxS_IWUSR" value="00200"/> |
| 4667 | + <define name="wxS_IXUSR" value="00100"/> |
| 4668 | + <define name="wxS_IRGRP" value="00040"/> |
| 4669 | + <define name="wxS_IWGRP" value="00020"/> |
| 4670 | + <define name="wxS_IXGRP" value="00010"/> |
| 4671 | + <define name="wxS_IROTH" value="00004"/> |
| 4672 | + <define name="wxS_IWOTH" value="00002"/> |
| 4673 | + <define name="wxS_IXOTH" value="00001"/> |
| 4674 | + <define name="wxPOSIX_USER_READ" value="00400"/> |
| 4675 | + <define name="wxPOSIX_USER_WRITE" value="00200"/> |
| 4676 | + <define name="wxPOSIX_USER_EXECUTE" value="00100"/> |
| 4677 | + <define name="wxPOSIX_GROUP_READ" value="00040"/> |
| 4678 | + <define name="wxPOSIX_GROUP_WRITE" value="00020"/> |
| 4679 | + <define name="wxPOSIX_GROUP_EXECUTE" value="00010"/> |
| 4680 | + <define name="wxPOSIX_OTHERS_READ" value="00004"/> |
| 4681 | + <define name="wxPOSIX_OTHERS_WRITE" value="00002"/> |
| 4682 | + <define name="wxPOSIX_OTHERS_EXECUTE" value="00001"/> |
| 4683 | + <define name="wxS_DEFAULT" value="2"/> |
| 4684 | + <define name="wxS_DIR_DEFAULT" value="3"/> |
4658 | 4685 | <define name="wxPG_INVALID_VALUE" value="INT_MAX"/> |
4659 | 4686 | <define name="wxPG_DONT_RECURSE" value="0x00000000"/> |
4660 | 4687 | <define name="wxPG_BASE_OCT" value="(long)8"/> |
|
6239 | 6266 | <!--virtual bool wxFilePickerCtrl::Enable(bool enable = true)--> |
6240 | 6267 | <!--virtual bool wxStaticBitmap::Enable(bool enable = true)--> |
6241 | 6268 | <!--virtual bool wxSpinCtrl::Enable(bool enable = true)--> |
| 6269 | + <!--virtual bool wxSlider::Enable(bool enable = true)--> |
| 6270 | + <!--virtual bool wxChoice::Enable(bool enable = true)--> |
6242 | 6271 | <!--virtual bool wxOwnerDrawnComboBox::Enable(bool enable = true)--> |
6243 | | - <function name="wxWindow::Enable,wxComboBox::Enable,wxButton::Enable,wxStaticBitmap::Enable,wxSpinCtrl::Enable,wxAnyButton::Enable,wxCommandLinkButton::Enable,wxToggleButton::Enable,wxOwnerDrawnComboBox::Enable,wxBitmapToggleButton::Enable,wxContextHelpButton::Enable,wxBitmapButton::Enable,wxPropertyGridManager::Enable,wxFilePickerCtrl::Enable"> |
| 6272 | + <function name="wxWindow::Enable,wxSlider::Enable,wxChoice::Enable,wxComboBox::Enable,wxButton::Enable,wxStaticBitmap::Enable,wxSpinCtrl::Enable,wxAnyButton::Enable,wxCommandLinkButton::Enable,wxToggleButton::Enable,wxOwnerDrawnComboBox::Enable,wxBitmapToggleButton::Enable,wxContextHelpButton::Enable,wxBitmapButton::Enable,wxPropertyGridManager::Enable,wxFilePickerCtrl::Enable"> |
6244 | 6273 | <noreturn>false</noreturn> |
6245 | 6274 | <leak-ignore/> |
6246 | 6275 | <returnValue type="bool"/> |
|
7498 | 7527 | </arg> |
7499 | 7528 | <arg nr="6" direction="in" default="wxScrolledWindow"/> |
7500 | 7529 | </function> |
| 7530 | + <!-- bool wxStaticText::Create(wxWindow * parent, wxWindowID id, const wxString & title, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxString & name = wxDialogNameStr) --> |
| 7531 | + <function name="wxStaticText::Create"> |
| 7532 | + <noreturn>false</noreturn> |
| 7533 | + <leak-ignore/> |
| 7534 | + <returnValue type="bool"/> |
| 7535 | + <arg nr="1" direction="in"> |
| 7536 | + <not-uninit/> |
| 7537 | + </arg> |
| 7538 | + <arg nr="2" direction="in"> |
| 7539 | + <not-uninit/> |
| 7540 | + <not-bool/> |
| 7541 | + </arg> |
| 7542 | + <arg nr="3" direction="in"/> |
| 7543 | + <arg nr="4" direction="in" default="wxDefaultPosition"/> |
| 7544 | + <arg nr="5" direction="in" default="wxDefaultSize"/> |
| 7545 | + <arg nr="6" direction="in" default="0"> |
| 7546 | + <not-bool/> |
| 7547 | + </arg> |
| 7548 | + <arg nr="7" direction="in" default="wxStaticTextNameStr"/> |
| 7549 | + </function> |
7501 | 7550 | <!-- bool wxDialog::Create(wxWindow * parent, wxWindowID id, const wxString & title, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE, const wxString & name = wxDialogNameStr) --> |
7502 | 7551 | <function name="wxDialog::Create"> |
7503 | 7552 | <noreturn>false</noreturn> |
|
7542 | 7591 | </arg> |
7543 | 7592 | <arg nr="2" direction="in"/> |
7544 | 7593 | </function> |
| 7594 | + <!-- void wxCheckListBox::Check (unsigned int item, bool check = true ) --> |
| 7595 | + <function name="wxCheckListBox::Check"> |
| 7596 | + <noreturn>false</noreturn> |
| 7597 | + <leak-ignore/> |
| 7598 | + <arg nr="1" direction="in"> |
| 7599 | + <not-uninit/> |
| 7600 | + <not-bool/> |
| 7601 | + </arg> |
| 7602 | + <arg nr="2" default="true" direction="in"> |
| 7603 | + <not-uninit/> |
| 7604 | + </arg> |
| 7605 | + </function> |
7545 | 7606 | <!-- void wxGrid::SetReadOnly(int row, int col, bool isReadOnly = true) --> |
7546 | 7607 | <function name="wxGrid::SetReadOnly"> |
7547 | 7608 | <noreturn>false</noreturn> |
|
7764 | 7825 | <not-bool/> |
7765 | 7826 | </arg> |
7766 | 7827 | </function> |
| 7828 | + <!-- bool wxFileName::Mkdir(int perm = wxS_DIR_DEFAULT, int flags = 0) const --> |
| 7829 | + <function name="wxFileName::Mkdir"> |
| 7830 | + <use-retval/> |
| 7831 | + <returnValue type="bool"/> |
| 7832 | + <noreturn>false</noreturn> |
| 7833 | + <leak-ignore/> |
| 7834 | + <const/> |
| 7835 | + <arg nr="1" default="wxS_DIR_DEFAULT" direction="in"> |
| 7836 | + <not-uninit/> |
| 7837 | + <not-bool/> |
| 7838 | + </arg> |
| 7839 | + <arg nr="2" default="0" direction="in"> |
| 7840 | + <not-uninit/> |
| 7841 | + <not-bool/> |
| 7842 | + </arg> |
| 7843 | + </function> |
7767 | 7844 | <!-- void wxCommandEvent::SetInt(int intCommand) --> |
7768 | 7845 | <function name="wxCommandEvent::SetInt"> |
7769 | 7846 | <noreturn>false</noreturn> |
|
7892 | 7969 | <!-- void wxTextCtrl::SetToolTip(const wxString & tipString) --> |
7893 | 7970 | <!-- void wxRadioBox::SetToolTip(const wxString & tipString) --> |
7894 | 7971 | <!-- void wxComboBox::SetToolTip(const wxString & tipString) --> |
7895 | | - <function name="wxComboBox::SetToolTip,wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip,wxBitmapButton::SetToolTip,wxTextCtrl::SetToolTip,wxRadioBox::SetToolTip"> |
| 7972 | + <!-- void wxStaticText::SetToolTip(const wxString & tipString) --> |
| 7973 | + <function name="wxComboBox::SetToolTip,wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip,wxBitmapButton::SetToolTip,wxTextCtrl::SetToolTip,wxRadioBox::SetToolTip,wxStaticText::SetToolTip"> |
7896 | 7974 | <noreturn>false</noreturn> |
7897 | 7975 | <leak-ignore/> |
7898 | 7976 | <arg nr="1" direction="in"/> |
|
8033 | 8111 | </arg> |
8034 | 8112 | <arg nr="2" direction="in"/> |
8035 | 8113 | </function> |
| 8114 | + <!-- size_t wxStrlen ( const wxCharBuffer & s) --> |
| 8115 | + <!-- size_t wxStrlen ( const wxWCharBuffer & s ) --> |
| 8116 | + <!-- size_t wxStrlen ( const wxString & s ) --> |
| 8117 | + <!-- size_t wxStrlen ( const wxCStrData & s) --> |
| 8118 | + <function name="wxStrlen"> |
| 8119 | + <noreturn>false</noreturn> |
| 8120 | + <leak-ignore/> |
| 8121 | + <returnValue type="size_t"/> |
| 8122 | + <use-retval/> |
| 8123 | + <arg nr="1" direction="in"/> |
| 8124 | + </function> |
8036 | 8125 | <!-- int wxAtoi(const wxString & str)--> |
8037 | 8126 | <function name="wxAtoi"> |
8038 | 8127 | <noreturn>false</noreturn> |
|
8736 | 8825 | <leak-ignore/> |
8737 | 8826 | <arg nr="1" direction="in"/> |
8738 | 8827 | </function> |
| 8828 | + <!-- virtual wxControl* wxToolBar::FindControl(int id) --> |
| 8829 | + <function name="wxToolBar::FindControl"> |
| 8830 | + <noreturn>false</noreturn> |
| 8831 | + <returnValue type="wxControl*"/> |
| 8832 | + <use-retval/> |
| 8833 | + <leak-ignore/> |
| 8834 | + <arg nr="1" direction="in"> |
| 8835 | + <not-uninit/> |
| 8836 | + <valid>0:</valid> |
| 8837 | + </arg> |
| 8838 | + </function> |
8739 | 8839 | <!--virtual wxToolBarToolBase* wxToolBar::AddControl(wxControl * control, const wxString & label = wxEmptyString)--> |
8740 | 8840 | <function name="wxToolBar::AddControl"> |
8741 | 8841 | <noreturn>false</noreturn> |
|
9471 | 9571 | <not-uninit/> |
9472 | 9572 | </arg> |
9473 | 9573 | </function> |
| 9574 | + <!-- bool wxDir::GetNext(wxString * filename) const --> |
| 9575 | + <function name="wxDir::GetNext"> |
| 9576 | + <noreturn>false</noreturn> |
| 9577 | + <returnValue type="bool"/> |
| 9578 | + <const/> |
| 9579 | + <leak-ignore/> |
| 9580 | + <use-retval/> |
| 9581 | + <arg nr="1" direction="out"> |
| 9582 | + <not-null/> |
| 9583 | + </arg> |
| 9584 | + </function> |
9474 | 9585 | <!-- bool wxDir::GetFirst(wxString * filename, const wxString & filespec = wxEmptyString, int flags = wxDIR_DEFAULT) const--> |
9475 | 9586 | <function name="wxDir::GetFirst"> |
9476 | 9587 | <noreturn>false</noreturn> |
|
9976 | 10087 | <not-bool/> |
9977 | 10088 | </arg> |
9978 | 10089 | </function> |
| 10090 | + <!-- virtual wxInputStream& wxInputStream::Read (void * buffer, size_t size) --> |
| 10091 | + <!-- virtual wxInputStream& wxInputStream::ReadAll (void * buffer, size_t size) --> |
| 10092 | + <function name="wxInputStream::Read,wxInputStream::ReadAll"> |
| 10093 | + <noreturn>false</noreturn> |
| 10094 | + <leak-ignore/> |
| 10095 | + <returnValue type="wxInputStream &"/> |
| 10096 | + <arg nr="1" direction="out"> |
| 10097 | + <not-null/> |
| 10098 | + <not-bool/> |
| 10099 | + </arg> |
| 10100 | + <arg nr="2" direction="in"> |
| 10101 | + <not-uninit/> |
| 10102 | + <not-bool/> |
| 10103 | + <minsize type="argvalue" arg="1"/> |
| 10104 | + </arg> |
| 10105 | + </function> |
9979 | 10106 | <!-- void wxPropertyGridManager::SetSplitterPosition(int pos, int column = 0) --> |
9980 | 10107 | <function name="wxPropertyGridManager::SetSplitterPosition"> |
9981 | 10108 | <noreturn>false</noreturn> |
|
10110 | 10237 | <use-retval/> |
10111 | 10238 | <arg nr="1" direction="in"/> |
10112 | 10239 | </function> |
| 10240 | + <!-- wxString wxPathOnly(const wxString & path) --> |
| 10241 | + <function name="wxPathOnly"> |
| 10242 | + <leak-ignore/> |
| 10243 | + <noreturn>false</noreturn> |
| 10244 | + <returnValue type="wxString"/> |
| 10245 | + <use-retval/> |
| 10246 | + <arg nr="1" direction="in"/> |
| 10247 | + </function> |
10113 | 10248 | <!-- void wxGridCellAttr::GetAlignment( int * hAlign, int * vAlign ) --> |
10114 | 10249 | <function name="wxGridCellAttr::GetAlignment"> |
10115 | 10250 | <leak-ignore/> |
|
10451 | 10586 | <not-bool/> |
10452 | 10587 | </arg> |
10453 | 10588 | </function> |
| 10589 | + <!-- virtual void wxWindow::SetValidator(const wxValidator & validator) --> |
| 10590 | + <!-- virtual void wxTextCtrl::SetValidator(const wxValidator & validator) --> |
10454 | 10591 | <!-- virtual void wxGridCellTextEditor::SetValidator(const wxValidator & validator) --> |
10455 | 10592 | <!-- virtual void wxGridCellFloatEditor::SetValidator(const wxValidator & validator) --> |
10456 | | - <function name="wxGridCellTextEditor::SetValidator,wxGridCellFloatEditor::SetValidator"> |
| 10593 | + <function name="wxWindow::SetValidator,wxTextCtrl::SetValidator,wxGridCellTextEditor::SetValidator,wxGridCellFloatEditor::SetValidator"> |
10457 | 10594 | <leak-ignore/> |
10458 | 10595 | <noreturn>false</noreturn> |
10459 | 10596 | <returnValue type="void"/> |
@@ -13283,6 +13420,18 @@ wxItemKind kind = wxITEM_NORMAL) --> |
13283 | 13420 | <leak-ignore/> |
13284 | 13421 | <arg nr="any" direction="in"/> |
13285 | 13422 | </function> |
| 13423 | + <!--void wxCommandEvent::SetClientData(void * clientData)--> |
| 13424 | + <!--void wxCommandEvent::SetClientObject(void * clientObj)--> |
| 13425 | + <function name="wxCommandEvent::SetClientData,wxCommandEvent::SetClientObject"> |
| 13426 | + <noreturn>false</noreturn> |
| 13427 | + <returnValue type="void"/> |
| 13428 | + <leak-ignore/> |
| 13429 | + <arg nr="1" direction="in"> |
| 13430 | + <not-uninit/> |
| 13431 | + <not-null/> |
| 13432 | + <not-bool/> |
| 13433 | + </arg> |
| 13434 | + </function> |
13286 | 13435 | <!--virtual void wxWindow::SetMinClientSize(const wxSize & size)--> |
13287 | 13436 | <!--virtual void wxWindow::SetMinSize(const wxSize & size)--> |
13288 | 13437 | <!--virtual void wxGrid::SetMinClientSize(const wxSize & size)--> |
|
0 commit comments