]> git.saurik.com Git - wxWidgets.git/commit - include/wx/stubs/colour.h
wxColour(const char *) ctor related modifications
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Oct 1998 14:35:22 +0000 (14:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Oct 1998 14:35:22 +0000 (14:35 +0000)
commite4a81a2e96b5a349ee9430b91d36e7e8a21d7976
treed715ecb5c1004bab3fe650560c060fb822cb1b5d
parent9c1f7241c0204f37ed3dee8aee69f2383ed95da9
wxColour(const char *) ctor related modifications

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
35 files changed:
include/wx/colour.h
include/wx/gdicmn.h
include/wx/gtk/brush.h
include/wx/gtk/colour.h
include/wx/gtk/pen.h
include/wx/gtk1/brush.h
include/wx/gtk1/colour.h
include/wx/gtk1/pen.h
include/wx/motif/brush.h
include/wx/motif/colour.h
include/wx/motif/pen.h
include/wx/msw/colour.h
include/wx/msw/pen.h
include/wx/stubs/brush.h
include/wx/stubs/colour.h
include/wx/stubs/pen.h
samples/controls/controls.cpp
src/common/gdicmn.cpp
src/gtk/brush.cpp
src/gtk/colour.cpp
src/gtk/notebook.cpp
src/gtk/pen.cpp
src/gtk1/brush.cpp
src/gtk1/colour.cpp
src/gtk1/notebook.cpp
src/gtk1/pen.cpp
src/motif/brush.cpp
src/motif/colour.cpp
src/motif/pen.cpp
src/msw/brush.cpp
src/msw/colour.cpp
src/msw/pen.cpp
src/stubs/brush.cpp
src/stubs/colour.cpp
src/stubs/pen.cpp