Turned wxIcon inline constructors to real constructors
authorRobert Roebling <robert@roebling.de>
Mon, 17 Aug 1998 14:29:53 +0000 (14:29 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 17 Aug 1998 14:29:53 +0000 (14:29 +0000)
commit52cbfcf009d9f2ac995280bd6f5dcf584295b67d
treeff32ea2bcf57654d70dc064e17dd49cef08ccf17
parente8c81745ea9a645e920d52292155bb71e7767d48
  Turned wxIcon inline constructors to real constructors
  Removed warning from dcclient
  Added wxTheFontList->Add(this) somewhere in wxFont
  CleanUp() now printfs the number of members in
    wxTheBitmapList

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
include/wx/gtk/icon.h
include/wx/gtk1/icon.h
samples/mdi/mdi.cpp
src/common/gdicmn.cpp
src/gtk/bitmap.cpp
src/gtk/dcclient.cpp
src/gtk/font.cpp
src/gtk/icon.cpp
src/gtk/pen.cpp
src/gtk1/bitmap.cpp
src/gtk1/dcclient.cpp
src/gtk1/font.cpp
src/gtk1/icon.cpp
src/gtk1/pen.cpp