Menu

[424828]: / inc / wx-c / object.bi  Maximize  Restore  History

Download this file

19 lines (13 with data), 998 Bytes

#Ifndef __object_bi__
#Define __object_bi__

#Include Once "common.bi"

Declare Sub wxObject_dtor WXCALL Alias "wxObject_dtor" (self As wxObject Ptr)
Declare Function wxObject_GetClassInfo WXCALL Alias "wxObject_GetClassInfo" (obj As wxObject Ptr) As wxClassInfo Ptr
Declare Function wxClassInfo_GetName WXCALL Alias "wxClassInfo_GetName" (self As wxClassInfo Ptr) As wxString Ptr
Declare Function wxClassInfo_GetBaseClassName1 WXCALL Alias "wxClassInfo_GetBaseClassName1" (self As wxClassInfo Ptr) As wxString Ptr
Declare Function wxClassInfo_GetBaseClassName2 WXCALL Alias "wxClassInfo_GetBaseClassName2" (self As wxClassInfo Ptr) As wxString Ptr
Declare Function wxClassInfo_GetSize WXCALL Alias "wxClassInfo_GetSize" (self As wxClassInfo Ptr) As wxInt

' utils
Declare Function wxObject_GetTypeName WXCALL Alias "wxObject_GetTypeName" (obj As wxObject Ptr) As wxString Ptr
Declare Function wxGetTranslation_func WXCALL Alias "wxGetTranslation_func" (t As wxString Ptr) As wxString Ptr

#EndIf

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.