Return the text of the current tip and pass to the next one.
This function is pure virtual, it should be implemented in the derived classes.
*/
- wxString GetTip();
+ virtual wxString GetTip() = 0;
/**
Returns a modified tip.
// Global functions/macros
// ============================================================================
-/** @ingroup group_funcmacro_dialog */
+/** @addtogroup group_funcmacro_dialog */
//@{
/**