Searched refs:pLayout (Results 1 - 12 of 12) 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 Dbarhintspl.h81 cbBarHintsPlugin( wxFrameLayout* pLayout, int paneMask = wxALL_PANES );
H A Dfrmview.h61 void SetLayout( wxFrameLayout* pLayout );
H A Ddyntbar.h204 virtual void SetLayout( LayoutManagerBase* pLayout );
H A Drowdragpl.h156 cbRowDragPlugin( wxFrameLayout* pLayout, int paneMask = wxALL_PANES );
H A Dtoolwnd.h274 void SetLayout( wxFrameLayout* pLayout );
H A Dcontrolbar.h1486 void SetLayout( wxFrameLayout* pLayout ) { mpLayout = pLayout; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/fl/
H A Dfl_demo2.cpp845 wxFrameLayout* pLayout = new wxFrameLayout( mpInternalFrm, mpClntWindow, false ); local
849 pLayout->PushDefaultPlugins();
850 pLayout->AddPlugin( CLASSINFO( cbBarHintsPlugin ) ); // facny "X"es and beveal for bars
852 pLayout->AddPlugin( CLASSINFO( cbHintAnimationPlugin ) );
854 pLayout->AddPlugin( CLASSINFO( cbRowDragPlugin ) );
857 mLayouts[layoutNo] = pLayout;
864 wxFrameLayout* pLayout = mLayouts[layoutNo]; local
866 if ( !pLayout )
869 pLayout->HideBarWindows();
882 pLayout
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dfrmview.cpp92 void wxFrameView::SetLayout( wxFrameLayout* pLayout )
96 mpLayout = pLayout;
H A Dbarhintspl.cpp71 cbBarHintsPlugin::cbBarHintsPlugin( wxFrameLayout* pLayout, int paneMask ) argument
73 : cbPluginBase( pLayout, paneMask ),
H A Ddyntbar.cpp483 void wxDynamicToolBar::SetLayout( LayoutManagerBase* pLayout )
488 mpLayoutMan = pLayout;
H A Dtoolwnd.cpp1007 void cbFloatedBarWindow::SetLayout( wxFrameLayout* pLayout )
1009 mpLayout = pLayout;
H A Drowdragpl.cpp85 cbRowDragPlugin::cbRowDragPlugin( wxFrameLayout* pLayout, int paneMask ) argument
87 : cbPluginBase( pLayout, paneMask ),

Completed in 111 milliseconds