Searched refs:FoldTestPanel (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/samples/foldbar/foldpanelbar/
H A Dfoldtestpanel.cpp34 * FoldTestPanel type definition
37 IMPLEMENT_CLASS( FoldTestPanel, wxPanel )
40 * FoldTestPanel event table definition
42 BEGIN_EVENT_TABLE( FoldTestPanel, wxPanel )
44 ////@begin FoldTestPanel event table entries
45 ////@end FoldTestPanel event table entries
47 //EVT_CAPTIONBAR(wxID_ANY, FoldTestPanel::OnCaptionPanel)
48 EVT_CAPTIONBAR(wxID_ANY, FoldTestPanel::OnCaptionPanel)
54 * FoldTestPanel constructors
57 FoldTestPanel function in class:FoldTestPanel
62 FoldTestPanel::FoldTestPanel( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style ) function in class:FoldTestPanel
[all...]
H A Dfoldtestpanel.h40 #define SYMBOL_FOLDTESTPANEL_TITLE _("FoldTestPanel")
63 * FoldTestPanel class declaration
66 class FoldTestPanel: public wxPanel class in inherits:wxPanel
68 DECLARE_CLASS( FoldTestPanel )
79 FoldTestPanel( );
80 FoldTestPanel( wxWindow* parent, wxWindowID id = SYMBOL_FOLDTESTPANEL_IDNAME, const wxString& caption = SYMBOL_FOLDTESTPANEL_TITLE, const wxPoint& pos = SYMBOL_FOLDTESTPANEL_POSITION, const wxSize& size = SYMBOL_FOLDTESTPANEL_SIZE, long style = SYMBOL_FOLDTESTPANEL_STYLE );
88 ////@begin FoldTestPanel event handler declarations
90 ////@end FoldTestPanel event handler declarations
92 ////@begin FoldTestPanel member function declarations
100 ////@end FoldTestPanel membe
[all...]
H A Dfoldpanelbartest.cpp177 bar->AddFoldPanelWindow(item, new FoldTestPanel(item.GetParent(), wxID_ANY));

Completed in 25 milliseconds