class axl::gui::GdiWidgetImpl
#include <axl_gui_GdiWidget.h> class GdiWidgetImpl: public axl::gui::Widget { public: // methods LRESULT windowProc( HWND hWnd, UINT wmMsg, WPARAM wParam, LPARAM lParam, bool* isHandled_o ); static rc::Ptr<Canvas> getCanvas(HWND hWnd); };
Inherited Members
public: // fields WidgetDriver m_widgetDriver;