Searched refs:wxCaptionBar (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dcaptionbar.cpp3 // Purpose: wxCaptionBar class belonging to the wxFoldPanel (but can be used independent)
27 * wxCaptionBar
30 BEGIN_EVENT_TABLE(wxCaptionBar, wxWindow)
31 EVT_PAINT(wxCaptionBar::OnPaint)
32 EVT_CHAR(wxCaptionBar::OnChar)
33 EVT_MOUSE_EVENTS(wxCaptionBar::OnMouseEvent)
34 EVT_SIZE(wxCaptionBar::OnSize)
37 wxCaptionBar::wxCaptionBar(wxWindow* parent, const wxString &caption, wxImageList *images, wxWindowID id, function in class:wxCaptionBar
59 wxCaptionBar
[all...]
H A Dfoldpanelitem.cpp56 m_captionBar = new wxCaptionBar(this, caption, icons, wxID_ANY, style, wxPoint(0,0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dcaptionbar.h47 This class encapsulates the styles you wish to set for the wxCaptionBar (this is the part of the wxFoldPanel
52 applied to the wxCaptionBar in question, meaning it will be created using the default internals. When setting i.e
240 /** \class wxCaptionBar
243 The wxCaptionBar fires an event EVT_CAPTIONBAR which is a wxCaptionBarEvent. This event can be caught
253 class WXDLLIMPEXP_FOLDBAR wxCaptionBar: public wxWindow class in inherits:wxWindow
285 /** Constructor of wxCaptionBar. To create a wxCaptionBar with the arrow images, simply pass an image list
288 wxCaptionBar(wxWindow* parent, const wxString &caption, wxImageList *images,
292 ~wxCaptionBar();
294 /** Set wxCaptionBar style
[all...]
H A Dfoldpanelitem.h154 This class is a child sibling of the wxFoldPanelBar class. It will be containing a wxCaptionBar class
161 wxCaptionBar *m_captionBar;

Completed in 57 milliseconds