added GTK+ 2.6 implementation of wxAboutBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-08 13:08:51 +00:00
parent 1deb3af2fd
commit a11a0ead4a
4 changed files with 130 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ public:
// icon to be shown in the dialog, defaults to the main frame icon
void SetIcon(const wxIcon& icon) { m_icon = icon; }
bool HasIcon() const { return m_icon.Ok(); }
wxIcon GetIcon() const { return m_icon; }
wxIcon GetIcon() const;
// web site for the program and its description (defaults to URL itself if
// empty)