Searched refs:cbRowLayoutPlugin (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Drowlayoutpl.h3 // Purpose: cbRowLayoutPlugin header.
22 class WXDLLIMPEXP_FL cbRowLayoutPlugin : public cbPluginBase class in inherits:cbPluginBase
24 DECLARE_DYNAMIC_CLASS( cbRowLayoutPlugin )
98 cbRowLayoutPlugin(void);
101 cbRowLayoutPlugin( wxFrameLayout* pPanel, int paneMask = wxALL_PANES );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Drowlayoutpl.cpp3 // Purpose: cbRowLayoutPlugin implementation.
28 /***** Implementation for class cbRowLayoutPlugin *****/
30 IMPLEMENT_DYNAMIC_CLASS( cbRowLayoutPlugin, cbPluginBase )
32 BEGIN_EVENT_TABLE( cbRowLayoutPlugin, cbPluginBase )
34 EVT_PL_LAYOUT_ROW ( cbRowLayoutPlugin::OnLayoutRow )
35 EVT_PL_LAYOUT_ROWS( cbRowLayoutPlugin::OnLayoutRows )
36 EVT_PL_RESIZE_ROW ( cbRowLayoutPlugin::OnResizeRow )
38 EVT_PL_INSERT_BAR ( cbRowLayoutPlugin::OnInsertBar )
39 EVT_PL_REMOVE_BAR ( cbRowLayoutPlugin::OnRemoveBar )
43 cbRowLayoutPlugin function in class:cbRowLayoutPlugin
47 cbRowLayoutPlugin::cbRowLayoutPlugin( wxFrameLayout* pPanel, int paneMask ) function in class:cbRowLayoutPlugin
[all...]
H A Dcontrolbar.cpp1664 AddPlugin( CLASSINFO( cbRowLayoutPlugin ) );

Completed in 33 milliseconds