created wxAdvanced library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,7 +61,7 @@ static const int wxID_NEXT_TIP = 32000; // whatever
|
||||
|
||||
// an implementation which takes the tips from the text file - each line
|
||||
// represents a tip
|
||||
class WXDLLEXPORT wxFileTipProvider : public wxTipProvider
|
||||
class WXDLLIMPEXP_ADV wxFileTipProvider : public wxTipProvider
|
||||
{
|
||||
public:
|
||||
wxFileTipProvider(const wxString& filename, size_t currentTip);
|
||||
@@ -76,7 +76,7 @@ private:
|
||||
|
||||
#ifdef __WIN32__
|
||||
// TODO an implementation which takes the tips from the given registry key
|
||||
class WXDLLEXPORT wxRegTipProvider : public wxTipProvider
|
||||
class WXDLLIMPEXP_ADV wxRegTipProvider : public wxTipProvider
|
||||
{
|
||||
public:
|
||||
wxRegTipProvider(const wxString& keyname);
|
||||
@@ -93,7 +93,7 @@ wxString wxRegTipProvider::GetTip()
|
||||
#endif // __WIN32__
|
||||
|
||||
// the dialog we show in wxShowTip()
|
||||
class WXDLLEXPORT wxTipDialog : public wxDialog
|
||||
class WXDLLIMPEXP_ADV wxTipDialog : public wxDialog
|
||||
{
|
||||
public:
|
||||
wxTipDialog(wxWindow *parent,
|
||||
|
Reference in New Issue
Block a user