Other fixes to shared build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -249,7 +249,7 @@ public:
|
|||||||
/** Defines an empty captionbar style */
|
/** Defines an empty captionbar style */
|
||||||
#define wxEmptyCaptionBarStyle wxCaptionBarStyle()
|
#define wxEmptyCaptionBarStyle wxCaptionBarStyle()
|
||||||
|
|
||||||
class wxCaptionBar: public wxWindow
|
class WXDLLIMPEXP_FOLDBAR wxCaptionBar: public wxWindow
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
wxString _caption;
|
wxString _caption;
|
||||||
|
@@ -101,7 +101,7 @@ WX_DEFINE_ARRAY_PTR(wxFoldPanelItem *, wxFoldPanelItemArray);
|
|||||||
expanded state.
|
expanded state.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class wxFoldPanelBar: public wxPanel
|
class WXDLLIMPEXP_FOLDBAR wxFoldPanelBar: public wxPanel
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
DECLARE_CLASS( wxFoldPanelBar )
|
DECLARE_CLASS( wxFoldPanelBar )
|
||||||
|
@@ -157,7 +157,7 @@ WX_DECLARE_OBJARRAY(wxFoldWindowItem, wxFoldWindowItemArray);
|
|||||||
for receiving of events, and a the rest of the area can be populated by a wxPanel derived class.
|
for receiving of events, and a the rest of the area can be populated by a wxPanel derived class.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class wxFoldPanelItem: public wxPanel
|
class WXDLLIMPEXP_FOLDBAR wxFoldPanelItem: public wxPanel
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
wxCaptionBar *_captionBar;
|
wxCaptionBar *_captionBar;
|
||||||
|
Reference in New Issue
Block a user