/* * @author Mário Soares * @contributors Jefferson González * * @license * This file is part of wxPHP check the LICENSE file for information. * * @note * This file was auto-generated by the wxPHP source maker */ #ifndef WXPHP_HTML_H_GUARD #define WXPHP_HTML_H_GUARD #include "references.h" ZEND_BEGIN_ARG_INFO_EX(wxphp_html_get_args, 0, 0, 1) ZEND_ARG_INFO(0, name) ZEND_END_ARG_INFO() extern int le_wxHtmlHelpController; extern zend_class_entry *php_wxHtmlHelpController_entry; void php_wxHtmlHelpController_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlHelpController_php: public wxHtmlHelpController{ public: wxHtmlHelpController_php(int style=wxHF_DEFAULT_STYLE, wxWindow* parentWindow=NULL):wxHtmlHelpController(style, parentWindow){} wxHtmlHelpDialog* CreateHelpDialog(wxHtmlHelpData* data); wxHtmlHelpFrame* CreateHelpFrame(wxHtmlHelpData* data); void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlHelpController_functions[] = { PHP_ME(php_wxHtmlHelpController, AddBook, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, Display, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, DisplayContents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, DisplayIndex, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, KeywordSearch, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, ReadCustomization, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, SetShouldPreventAppExit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, SetTempDir, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, SetTitleFormat, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, UseConfig, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, WriteCustomization, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpController, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlModalHelp; extern zend_class_entry *php_wxHtmlModalHelp_entry; void php_wxHtmlModalHelp_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlModalHelp_php: public wxHtmlModalHelp{ public: wxHtmlModalHelp_php(wxWindow* parent, const wxString& helpFile, const wxString& topic=wxEmptyString, int style=wxHF_DEFAULT_STYLE|wxHF_DIALOG|wxHF_MODAL):wxHtmlModalHelp(parent, helpFile, topic, style){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlModalHelp_functions[] = { PHP_ME(php_wxHtmlModalHelp, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlHelpData; extern zend_class_entry *php_wxHtmlHelpData_entry; void php_wxHtmlHelpData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlHelpData_php: public wxHtmlHelpData{ public: wxHtmlHelpData_php():wxHtmlHelpData(){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlHelpData_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpData, AddBook, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpData, FindPageById, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpData, FindPageByName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpData, SetTempDir, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpData, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlHelpDialog; extern zend_class_entry *php_wxHtmlHelpDialog_entry; void php_wxHtmlHelpDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlHelpDialog_php: public wxHtmlHelpDialog{ public: wxHtmlHelpDialog_php(wxHtmlHelpData* data=NULL):wxHtmlHelpDialog(data){} wxHtmlHelpDialog_php(wxWindow* parent, int wxWindowID, const wxString& title=wxEmptyString, int style=wxHF_DEFAULT_STYLE, wxHtmlHelpData* data=NULL):wxHtmlHelpDialog(parent, wxWindowID, title, style, data){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlHelpDialog_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, Connect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, AddFilter, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, AddPendingEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, DeletePendingEvents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetEvtHandlerEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetNextHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetPreviousHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, IsUnlinked, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessEventLocally, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessPendingEvents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, QueueEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, RemoveFilter, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, SafelyProcessEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, SetEvtHandlerEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, Unlink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Show, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowById, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Enable, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Disable, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Close, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizerAndFit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowStyleFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Update, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UpdateWindowUI, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Validate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, WarpPointer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, WindowToClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UnsetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UnreserveControlId, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, TransferDataToWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, TransferDataFromWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ToggleWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Thaw, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ShouldInheritColours, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetValidator, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetScrollbar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetScrollPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocusFromKeyboard, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocusRecursively, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AddChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AlwaysShowScrollbars, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CacheBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CanScroll, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CaptureMouse, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Center, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CenterOnParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CentreOnParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClearBackground, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClientToScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClientToWindowSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ConvertDialogToPixels, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ConvertPixelsToDialog, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DragAcceptFiles, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DoUpdateWindowUI, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindFocus, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowByLabel, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowByName, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Fit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FitInside, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Freeze, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetAutoLayout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBackgroundStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBestVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBorder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCapture, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCaret, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCharHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCharWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Destroy, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DestroyChildren, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetContainingSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCursor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetEffectiveMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetGrandParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetHelpText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetHelpTextAtPoint, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetLabel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetNextSibling, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPopupMenuSelectionFromUser, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPrevSibling, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScreenPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScreenRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollRange, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollThumb, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetTextExtent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetToolTipText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetUpdateClientRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetUpdateRegion, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetValidator, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowBorderSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowStyleFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowVariant, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HandleAsNavigationKey, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HandleWindowEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasCapture, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasMultiplePages, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasScrollbar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasTransparentBackground, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Hide, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HitTest, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetLayoutDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InitDialog, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InheritAttributes, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InformFirstDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InvalidateBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsBeingDeleted, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsDoubleBuffered, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsExposed, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsFrozen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsRetained, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsScrollbarAlwaysShown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsShown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsShownOnScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsThisEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsTopLevel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, LineDown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, LineUp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Lower, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Move, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, MoveAfterInTabOrder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, MoveBeforeInTabOrder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Navigate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, NavigateIn, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, NewControlId, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PageDown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PageUp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PopupMenu, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PostSizeEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PostSizeEventToParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ProcessWindowEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ProcessWindowEventLocally, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PushEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Raise, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Refresh, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RefreshRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ReleaseMouse, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RemoveChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RemoveEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Reparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScreenToClient, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScrollLines, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScrollPages, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SendSizeEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SendSizeEventToParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetAutoLayout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetBackgroundStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCanFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCaret, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetConstraints, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetContainingSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCursor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetDropTarget, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFocusFromKbd, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetHelpText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetInitialSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetLabel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetLayoutDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMaxClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMinClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetNextHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPalette, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPreviousHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetThemeEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowVariant, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetTitle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, Maximize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetTitle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, ShowFullScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsFullScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetIcon, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, CanSetTransparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, CenterOnScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, CentreOnScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetDefaultItem, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetDefaultSize, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetIcon, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetIcons, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetTmpDefaultItem, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, Iconize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsActive, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsAlwaysMaximized, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsIconized, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsMaximized, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, Layout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, RequestUserAttention, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetDefaultItem, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetIcons, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetMaxSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetSizeHints, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetTmpDefaultItem, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetTransparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, ShouldPreventAppExit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, Centre, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetStatusBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetStatusBarPane, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetStatusText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetMenuBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetMenuBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetStatusBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetStatusBarPane, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetClientAreaOrigin, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, PopStatusText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, ProcessCommand, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, PushStatusText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetStatusWidths, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, CreateToolBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetToolBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetToolBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, CreateStatusBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpDialog, AddToolbarButtons, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpDialog, Create, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpDialog, GetController, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpDialog, SetController, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpDialog, SetTitleFormat, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpDialog, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlHelpFrame; extern zend_class_entry *php_wxHtmlHelpFrame_entry; void php_wxHtmlHelpFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlHelpFrame_php: public wxHtmlHelpFrame{ public: wxHtmlHelpFrame_php(wxHtmlHelpData* data=NULL):wxHtmlHelpFrame(data){} wxHtmlHelpFrame_php(wxWindow* parent, int wxWindowID, const wxString& title=wxEmptyString, int style=wxHF_DEFAULT_STYLE, wxHtmlHelpData* data=NULL, wxConfigBase* config=NULL, const wxString& rootpath=wxEmptyString):wxHtmlHelpFrame(parent, wxWindowID, title, style, data, config, rootpath){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlHelpFrame_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, Connect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, AddFilter, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, AddPendingEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, DeletePendingEvents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetEvtHandlerEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetNextHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetPreviousHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, IsUnlinked, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessEventLocally, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessPendingEvents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, QueueEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, RemoveFilter, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, SafelyProcessEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, SetEvtHandlerEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, Unlink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Show, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowById, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Enable, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Disable, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Close, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizerAndFit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowStyleFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Update, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UpdateWindowUI, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Validate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, WarpPointer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, WindowToClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UnsetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UnreserveControlId, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, TransferDataToWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, TransferDataFromWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ToggleWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Thaw, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ShouldInheritColours, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetValidator, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetScrollbar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetScrollPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocusFromKeyboard, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocusRecursively, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AddChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AlwaysShowScrollbars, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CacheBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CanScroll, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CaptureMouse, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Center, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CenterOnParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CentreOnParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClearBackground, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClientToScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClientToWindowSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ConvertDialogToPixels, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ConvertPixelsToDialog, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DragAcceptFiles, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DoUpdateWindowUI, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindFocus, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowByLabel, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowByName, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Fit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FitInside, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Freeze, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetAutoLayout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBackgroundStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBestVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBorder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCapture, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCaret, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCharHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCharWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Destroy, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DestroyChildren, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetContainingSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCursor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetEffectiveMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetGrandParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetHelpText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetHelpTextAtPoint, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetLabel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetNextSibling, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPopupMenuSelectionFromUser, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPrevSibling, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScreenPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScreenRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollRange, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollThumb, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetTextExtent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetToolTipText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetUpdateClientRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetUpdateRegion, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetValidator, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowBorderSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowStyleFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowVariant, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HandleAsNavigationKey, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HandleWindowEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasCapture, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasMultiplePages, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasScrollbar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasTransparentBackground, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Hide, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HitTest, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetLayoutDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InitDialog, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InheritAttributes, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InformFirstDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InvalidateBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsBeingDeleted, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsDoubleBuffered, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsExposed, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsFrozen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsRetained, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsScrollbarAlwaysShown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsShown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsShownOnScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsThisEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsTopLevel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, LineDown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, LineUp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Lower, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Move, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, MoveAfterInTabOrder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, MoveBeforeInTabOrder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Navigate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, NavigateIn, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, NewControlId, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PageDown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PageUp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PopupMenu, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PostSizeEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PostSizeEventToParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ProcessWindowEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ProcessWindowEventLocally, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PushEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Raise, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Refresh, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RefreshRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ReleaseMouse, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RemoveChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RemoveEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Reparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScreenToClient, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScrollLines, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScrollPages, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SendSizeEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SendSizeEventToParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetAutoLayout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetBackgroundStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCanFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCaret, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetConstraints, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetContainingSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCursor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetDropTarget, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFocusFromKbd, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetHelpText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetInitialSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetLabel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetLayoutDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMaxClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMinClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetNextHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPalette, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPreviousHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetThemeEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowVariant, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetTitle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, Maximize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetTitle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, ShowFullScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsFullScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetIcon, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, CanSetTransparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, CenterOnScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, CentreOnScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetDefaultItem, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetDefaultSize, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetIcon, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetIcons, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, GetTmpDefaultItem, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, Iconize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsActive, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsAlwaysMaximized, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsIconized, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, IsMaximized, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, Layout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, RequestUserAttention, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetDefaultItem, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetIcons, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetMaxSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetSizeHints, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetTmpDefaultItem, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, SetTransparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxTopLevelWindow, ShouldPreventAppExit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, Centre, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetStatusBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetStatusBarPane, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetStatusText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetMenuBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetMenuBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetStatusBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetStatusBarPane, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetClientAreaOrigin, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, PopStatusText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, ProcessCommand, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, PushStatusText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetStatusWidths, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, CreateToolBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, GetToolBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, SetToolBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxFrame, CreateStatusBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpFrame, AddToolbarButtons, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpFrame, Create, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpFrame, GetController, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpFrame, SetController, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpFrame, SetTitleFormat, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpFrame, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlHelpWindow; extern zend_class_entry *php_wxHtmlHelpWindow_entry; void php_wxHtmlHelpWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlHelpWindow_php: public wxHtmlHelpWindow{ public: wxHtmlHelpWindow_php(wxHtmlHelpData* data=NULL):wxHtmlHelpWindow(data){} wxHtmlHelpWindow_php(wxWindow* parent, int wxWindowID, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, int style=wxTAB_TRAVERSAL|wxBORDER_NONE, int helpStyle=wxHF_DEFAULT_STYLE, wxHtmlHelpData* data=NULL):wxHtmlHelpWindow(parent, wxWindowID, pos, size, style, helpStyle, data){} void AddToolbarButtons(wxToolBar* toolBar, int style); void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlHelpWindow_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, Connect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, AddFilter, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, AddPendingEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, DeletePendingEvents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetEvtHandlerEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetNextHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetPreviousHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, IsUnlinked, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessEventLocally, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessPendingEvents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, QueueEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, RemoveFilter, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, SafelyProcessEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, SetEvtHandlerEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, Unlink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Show, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowById, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Enable, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Disable, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Close, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizerAndFit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowStyleFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Update, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UpdateWindowUI, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Validate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, WarpPointer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, WindowToClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UnsetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UnreserveControlId, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, TransferDataToWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, TransferDataFromWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ToggleWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Thaw, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ShouldInheritColours, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetValidator, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetTransparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizeHints, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetScrollbar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetScrollPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocusFromKeyboard, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocusRecursively, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AddChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AlwaysShowScrollbars, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CacheBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CanScroll, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CanSetTransparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CaptureMouse, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Center, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CenterOnParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Centre, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CentreOnParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClearBackground, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClientToScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClientToWindowSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ConvertDialogToPixels, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ConvertPixelsToDialog, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DragAcceptFiles, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DoUpdateWindowUI, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindFocus, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowByLabel, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowByName, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Fit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FitInside, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Freeze, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetAutoLayout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBackgroundStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBestVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBorder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCapture, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCaret, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCharHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCharWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Destroy, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DestroyChildren, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientAreaOrigin, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetContainingSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCursor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetEffectiveMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetGrandParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetHelpText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetHelpTextAtPoint, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetLabel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetNextSibling, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPopupMenuSelectionFromUser, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPrevSibling, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScreenPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScreenRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollRange, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollThumb, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetTextExtent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetToolTipText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetUpdateClientRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetUpdateRegion, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetValidator, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowBorderSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowStyleFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowVariant, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HandleAsNavigationKey, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HandleWindowEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasCapture, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasMultiplePages, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasScrollbar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasTransparentBackground, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Hide, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HitTest, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetLayoutDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InitDialog, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InheritAttributes, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InformFirstDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InvalidateBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsBeingDeleted, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsDoubleBuffered, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsExposed, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsFrozen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsRetained, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsScrollbarAlwaysShown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsShown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsShownOnScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsThisEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsTopLevel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Layout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, LineDown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, LineUp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Lower, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Move, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, MoveAfterInTabOrder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, MoveBeforeInTabOrder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Navigate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, NavigateIn, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, NewControlId, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PageDown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PageUp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PopupMenu, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PostSizeEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PostSizeEventToParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ProcessWindowEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ProcessWindowEventLocally, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PushEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Raise, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Refresh, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RefreshRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ReleaseMouse, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RemoveChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RemoveEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Reparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScreenToClient, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScrollLines, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScrollPages, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SendSizeEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SendSizeEventToParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetAutoLayout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetBackgroundStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCanFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCaret, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetConstraints, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetContainingSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCursor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetDropTarget, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFocusFromKbd, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetHelpText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetInitialSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetLabel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetLayoutDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMaxClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMaxSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMinClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetNextHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPalette, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPreviousHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetThemeEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowVariant, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, Create, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, Display, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, DisplayIndex, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, GetData, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, DisplayContents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, KeywordSearch, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, ReadCustomization, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, RefreshLists, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, UseConfig, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, WriteCustomization, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlHelpWindow, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlRenderingStyle; extern zend_class_entry *php_wxHtmlRenderingStyle_entry; void php_wxHtmlRenderingStyle_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlRenderingStyle_php: public wxHtmlRenderingStyle{ public: wxColour GetSelectedTextBgColour(const wxColour& clr); wxColour GetSelectedTextColour(const wxColour& clr); void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlRenderingStyle_functions[] = { PHP_FE_END }; #endif extern int le_wxHtmlRenderingInfo; extern zend_class_entry *php_wxHtmlRenderingInfo_entry; void php_wxHtmlRenderingInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlRenderingInfo_php: public wxHtmlRenderingInfo{ public: wxHtmlRenderingInfo_php():wxHtmlRenderingInfo(){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlRenderingInfo_functions[] = { PHP_ME(php_wxHtmlRenderingInfo, GetStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlRenderingInfo, SetStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlRenderingInfo, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlCell; extern zend_class_entry *php_wxHtmlCell_entry; void php_wxHtmlCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlCell_php: public wxHtmlCell{ public: wxHtmlCell_php():wxHtmlCell(){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlCell_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetDescent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetFirstChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetNext, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetPosX, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetPosY, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, Layout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetNext, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_ME(php_wxHtmlCell, Find, NULL, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlContainerCell; extern zend_class_entry *php_wxHtmlContainerCell_entry; void php_wxHtmlContainerCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlContainerCell_php: public wxHtmlContainerCell{ public: wxHtmlContainerCell_php(wxHtmlContainerCell* parent):wxHtmlContainerCell(parent){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlContainerCell_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetDescent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetFirstChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetNext, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetPosX, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetPosY, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, Layout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetNext, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, Find, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_ME(php_wxHtmlContainerCell, SetWidthFloat, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, SetMinHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, SetIndent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, SetBorder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, SetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, SetAlignVer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, SetAlignHor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, SetAlign, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, InsertCell, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, GetIndentUnits, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, GetIndent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, GetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, GetAlignVer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlContainerCell, GetAlignHor, NULL, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlLinkInfo; extern zend_class_entry *php_wxHtmlLinkInfo_entry; void php_wxHtmlLinkInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlLinkInfo_php: public wxHtmlLinkInfo{ public: wxHtmlLinkInfo_php():wxHtmlLinkInfo(){} wxHtmlLinkInfo_php(const wxString& href, const wxString& target=wxEmptyString):wxHtmlLinkInfo(href, target){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlLinkInfo_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlLinkInfo, GetEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlLinkInfo, GetHref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlLinkInfo, GetHtmlCell, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlLinkInfo, GetTarget, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlLinkInfo, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlColourCell; extern zend_class_entry *php_wxHtmlColourCell_entry; void php_wxHtmlColourCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlColourCell_php: public wxHtmlColourCell{ public: wxHtmlColourCell_php(const wxColour& clr, int flags=wxHTML_CLR_FOREGROUND):wxHtmlColourCell(clr, flags){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlColourCell_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetDescent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetFirstChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetNext, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetPosX, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetPosY, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, Layout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetNext, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, Find, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlColourCell, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlWidgetCell; extern zend_class_entry *php_wxHtmlWidgetCell_entry; void php_wxHtmlWidgetCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlWidgetCell_php: public wxHtmlWidgetCell{ public: wxHtmlWidgetCell_php(wxWindow* wnd, int w=0):wxHtmlWidgetCell(wnd, w){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlWidgetCell_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetDescent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetFirstChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetNext, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetPosX, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetPosY, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, GetWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, Layout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetNext, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, SetPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCell, Find, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWidgetCell, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlFilter; extern zend_class_entry *php_wxHtmlFilter_entry; void php_wxHtmlFilter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlFilter_php: public wxHtmlFilter{ public: wxHtmlFilter_php():wxHtmlFilter(){} bool CanRead(const wxFSFile& file) const; wxString ReadFile(const wxFSFile& file) const; void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlFilter_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlFilter, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlTagHandler; extern zend_class_entry *php_wxHtmlTagHandler_entry; void php_wxHtmlTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlTagHandler_php: public wxHtmlTagHandler{ public: wxHtmlTagHandler_php():wxHtmlTagHandler(){} wxString GetSupportedTags(); bool HandleTag(const wxHtmlTag& tag); void InitProperties(){ properties = new void*[1]; properties[0] = &m_Parser; } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlTagHandler_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTagHandler, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_ME(php_wxHtmlTagHandler, __get, wxphp_html_get_args, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlTag; extern zend_class_entry *php_wxHtmlTag_entry; void php_wxHtmlTag_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlTag_php: public wxHtmlTag{ public: void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlTag_functions[] = { PHP_ME(php_wxHtmlTag, GetAllParams, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, GetBeginPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, GetEndPos1, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, GetEndPos2, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, GetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, GetParam, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, GetParamAsColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, HasEnding, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, HasParam, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, ParseAsColour, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, ScanParam, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTag, GetParamAsInt, NULL, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlWindow; extern zend_class_entry *php_wxHtmlWindow_entry; void php_wxHtmlWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlWindow_php: public wxHtmlWindow{ public: wxHtmlWindow_php():wxHtmlWindow(){} wxHtmlWindow_php(wxWindow* parent, wxWindowID id=wxID_ANY, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxHW_DEFAULT_STYLE, const wxString& name="htmlWindow"):wxHtmlWindow(parent, id, pos, size, style, name){} bool OnCellClicked(wxHtmlCell* cell, wxCoord x, wxCoord y, const wxMouseEvent& event); void OnCellMouseHover(wxHtmlCell* cell, wxCoord x, wxCoord y); void OnLinkClicked(const wxHtmlLinkInfo& link); void OnSetTitle(const wxString& title); void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlWindow_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, Connect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, AddPendingEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, DeletePendingEvents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetEvtHandlerEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetNextHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, GetPreviousHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, IsUnlinked, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessEventLocally, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, ProcessPendingEvents, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, QueueEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, RemoveFilter, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, SafelyProcessEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, SetEvtHandlerEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvtHandler, Unlink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Show, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowById, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Enable, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Disable, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Close, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizerAndFit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowStyleFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Update, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UpdateWindowUI, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Validate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, WarpPointer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, WindowToClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UnsetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, UnreserveControlId, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, TransferDataToWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, TransferDataFromWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ToggleWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Thaw, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ShouldInheritColours, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetValidator, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetTransparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSizeHints, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetScrollbar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetScrollPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocusFromKeyboard, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AcceptsFocusRecursively, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AddChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, AlwaysShowScrollbars, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CacheBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CanScroll, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CanSetTransparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CaptureMouse, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Center, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CenterOnParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Centre, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, CentreOnParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClearBackground, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClientToScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ClientToWindowSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ConvertDialogToPixels, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ConvertPixelsToDialog, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DragAcceptFiles, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DoUpdateWindowUI, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindFocus, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowByLabel, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FindWindowByName, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Fit, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, FitInside, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Freeze, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetAutoLayout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBackgroundStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBestVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetBorder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCapture, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCaret, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCharHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCharWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Destroy, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, DestroyChildren, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientAreaOrigin, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetContainingSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetCursor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetEffectiveMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetGrandParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetHelpText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetHelpTextAtPoint, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetLabel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMaxWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetMinWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetNextSibling, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPopupMenuSelectionFromUser, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetPrevSibling, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScreenPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScreenRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollPos, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollRange, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetScrollThumb, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetTextExtent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetToolTip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetToolTipText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetUpdateClientRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetUpdateRegion, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetValidator, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetVirtualSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowBorderSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowStyleFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetWindowVariant, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HandleAsNavigationKey, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HandleWindowEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasCapture, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasFlag, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasMultiplePages, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasScrollbar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HasTransparentBackground, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Hide, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, HitTest, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, GetLayoutDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InheritAttributes, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InformFirstDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, InvalidateBestSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsBeingDeleted, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsDoubleBuffered, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsExposed, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsFrozen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsRetained, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsScrollbarAlwaysShown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsShown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsShownOnScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsThisEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, IsTopLevel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, LineDown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, LineUp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Lower, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Move, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, MoveAfterInTabOrder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, MoveBeforeInTabOrder, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Navigate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, NavigateIn, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, NewControlId, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PageDown, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PageUp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PopupMenu, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PostSizeEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PostSizeEventToParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ProcessWindowEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ProcessWindowEventLocally, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, PushEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Raise, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Refresh, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RefreshRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ReleaseMouse, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RemoveChild, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, RemoveEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, Reparent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScreenToClient, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScrollLines, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, ScrollPages, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SendSizeEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SendSizeEventToParent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetAutoLayout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetBackgroundStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCanFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCaret, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetConstraints, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetContainingSizer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetCursor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetDropTarget, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetEventHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetExtraStyle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFocusFromKbd, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetHelpText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetInitialSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetLabel, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetLayoutDirection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMaxClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMaxSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMinClientSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetMinSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetNextHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnBackgroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetOwnForegroundColour, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPalette, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPosition, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetPreviousHandler, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetThemeEnabled, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxWindow, SetWindowVariant, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPanel, AcceptsFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPanel, Create, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPanel, InitDialog, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPanel, Layout, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPanel, SetFocus, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPanel, SetFocusIgnoringChildren, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, AppendToPage, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, GetOpenedAnchor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, GetOpenedPage, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, GetOpenedPageTitle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, GetRelatedFrame, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, HistoryBack, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, HistoryCanBack, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, HistoryCanForward, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, HistoryClear, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, HistoryForward, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, LoadPage, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, LoadFile, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SelectAll, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SelectLine, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SelectWord, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SelectionToText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SetBorders, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SetPage, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SetRelatedFrame, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SetRelatedStatusBar, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SetStandardFonts, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, ToText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, WriteCustomization, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_ME(php_wxHtmlWindow, GetInternalRepresentation, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, AddFilter, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWindow, SetFonts, NULL, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlLinkEvent; extern zend_class_entry *php_wxHtmlLinkEvent_entry; void php_wxHtmlLinkEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlLinkEvent_php: public wxHtmlLinkEvent{ public: wxHtmlLinkEvent_php(int id, const wxHtmlLinkInfo& linkinfo):wxHtmlLinkEvent(id, linkinfo){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlLinkEvent_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetEventCategory, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetEventObject, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetEventType, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetSkipped, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetTimestamp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, IsCommandEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, ResumePropagation, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, SetEventObject, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, SetEventType, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, SetTimestamp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, ShouldPropagate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, Skip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, StopPropagation, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, SetString, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, SetInt, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, SetExtraLong, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, IsSelection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, IsChecked, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, GetString, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, GetSelection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, GetInt, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, GetExtraLong, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlLinkEvent, GetLinkInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlLinkEvent, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlCellEvent; extern zend_class_entry *php_wxHtmlCellEvent_entry; void php_wxHtmlCellEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlCellEvent_php: public wxHtmlCellEvent{ public: wxHtmlCellEvent_php(wxEventType commandType, int id, wxHtmlCell* cell, const wxPoint& point, const wxMouseEvent& ev):wxHtmlCellEvent(commandType, id, cell, point, ev){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlCellEvent_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetEventCategory, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetEventObject, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetEventType, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetSkipped, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, GetTimestamp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, IsCommandEvent, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, ResumePropagation, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, SetEventObject, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, SetEventType, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, SetId, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, SetTimestamp, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, ShouldPropagate, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, Skip, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxEvent, StopPropagation, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, SetString, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, SetInt, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, SetExtraLong, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, IsSelection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, IsChecked, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, GetString, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, GetSelection, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, GetInt, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxCommandEvent, GetExtraLong, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCellEvent, GetCell, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCellEvent, GetLinkClicked, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCellEvent, GetPoint, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCellEvent, SetLinkClicked, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlCellEvent, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_FE_END }; #endif extern int le_wxHtmlDCRenderer; extern zend_class_entry *php_wxHtmlDCRenderer_entry; void php_wxHtmlDCRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlDCRenderer_php: public wxHtmlDCRenderer{ public: wxHtmlDCRenderer_php():wxHtmlDCRenderer(){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlDCRenderer_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlDCRenderer, GetTotalHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlDCRenderer, GetTotalWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlDCRenderer, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_ME(php_wxHtmlDCRenderer, SetStandardFonts, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlDCRenderer, SetSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlDCRenderer, SetHtmlText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlDCRenderer, SetFonts, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlDCRenderer, SetDC, NULL, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlEasyPrinting; extern zend_class_entry *php_wxHtmlEasyPrinting_entry; void php_wxHtmlEasyPrinting_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlEasyPrinting_php: public wxHtmlEasyPrinting{ public: wxHtmlEasyPrinting_php(const wxString& name="Printing", wxWindow* parentWindow=NULL):wxHtmlEasyPrinting(name, parentWindow){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlEasyPrinting_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, GetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, GetPageSetupData, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, GetParentWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, GetPrintData, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, PageSetup, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, PreviewFile, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, PreviewText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, PrintFile, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, PrintText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, SetFooter, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, SetHeader, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_ME(php_wxHtmlEasyPrinting, SetStandardFonts, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, SetParentWindow, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, SetName, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlEasyPrinting, SetFonts, NULL, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlPrintout; extern zend_class_entry *php_wxHtmlPrintout_entry; void php_wxHtmlPrintout_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlPrintout_php: public wxHtmlPrintout{ public: wxHtmlPrintout_php(const wxString& title="Printout"):wxHtmlPrintout(title){} void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlPrintout_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, FitThisSizeToPage, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, FitThisSizeToPageMargins, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, FitThisSizeToPaper, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetDC, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetLogicalPageMarginsRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetLogicalPageRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetLogicalPaperRect, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetPPIPrinter, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetPPIScreen, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetPageInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetPageSizeMM, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetPageSizePixels, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetPaperRectPixels, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetPreview, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, GetTitle, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, HasPage, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, IsPreview, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, MapScreenSizeToDevice, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, MapScreenSizeToPage, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, MapScreenSizeToPageMargins, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, MapScreenSizeToPaper, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, OffsetLogicalOrigin, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxPrintout, SetLogicalOrigin, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlPrintout, __construct, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) PHP_ME(php_wxHtmlPrintout, SetMargins, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlPrintout, SetHtmlText, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlPrintout, SetHtmlFile, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlPrintout, SetHeader, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlPrintout, SetFooter, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlPrintout, SetFonts, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlPrintout, AddFilter, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlTagsModule; extern zend_class_entry *php_wxHtmlTagsModule_entry; void php_wxHtmlTagsModule_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlTagsModule_php: public wxHtmlTagsModule{ public: void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlTagsModule_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlTagsModule, FillHandlersTable, NULL, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlWinTagHandler; extern zend_class_entry *php_wxHtmlWinTagHandler_entry; void php_wxHtmlWinTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlWinTagHandler_php: public wxHtmlWinTagHandler{ public: void InitProperties(){ properties = new void*[1]; properties[0] = &m_WParser; } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlWinTagHandler_functions[] = { PHP_ME(php_wxObject, UnShare, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, UnRef, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsSameAs, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, Ref, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, GetClassInfo, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxObject, IsKindOf, NULL, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif extern int le_wxHtmlWinParser; extern zend_class_entry *php_wxHtmlWinParser_entry; void php_wxHtmlWinParser_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); class wxHtmlWinParser_php: public wxHtmlWinParser{ public: void InitProperties(){ } zval *evnArray; void onEvent(wxEvent& evnt); void ***tsrm_ls; zval* phpObj; void** properties; wxPHPObjectReferences references; }; #ifdef WXPHP_INCLUDE_METHOD_TABLES static zend_function_entry php_wxHtmlWinParser_functions[] = { PHP_ME(php_wxHtmlWinParser, AddModule, NULL, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, CloseContainer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, CreateCurrentFont, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetActualColor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetAlign, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetCharHeight, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetCharWidth, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetContainer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetDC, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetFontBold, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetFontFace, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetFontFixed, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetFontItalic, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetFontSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetFontUnderlined, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, GetLinkColor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetActualColor, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetAlign, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetContainer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetDC, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, OpenContainer, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetFontBold, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetFontFace, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetFontFixed, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetFontItalic, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetFontSize, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetFontUnderlined, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetFonts, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetLink, NULL, ZEND_ACC_PUBLIC) PHP_ME(php_wxHtmlWinParser, SetLinkColor, NULL, ZEND_ACC_PUBLIC) PHP_FE_END }; #endif #endif //WXPHP_HTML_H_GUARD