projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added licence/copyright information
[wxWidgets.git]
/
include
/
wx
/
msw
/
pen.h
diff --git
a/include/wx/msw/pen.h
b/include/wx/msw/pen.h
index 387a192cfed0e53b8306d7f3071124df6629c879..540a010c0dc182d84b737e6f63a635b88a245629 100644
(file)
--- a/
include/wx/msw/pen.h
+++ b/
include/wx/msw/pen.h
@@
-6,7
+6,7
@@
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence:
wxWidget
s licence
+// Licence:
wxWindow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_PEN_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_PEN_H_
@@
-81,7
+81,7
@@
public:
wxPen();
wxPen(const wxColour& col, int width = 1, int style = wxSOLID);
wxPen(const wxBitmap& stipple, int width);
wxPen();
wxPen(const wxColour& col, int width = 1, int style = wxSOLID);
wxPen(const wxBitmap& stipple, int width);
- wxPen(const wxPen& pen) { Ref(pen); }
+ wxPen(const wxPen& pen)
: wxGDIObject(pen)
{ Ref(pen); }
virtual ~wxPen();
wxPen& operator=(const wxPen& pen)
virtual ~wxPen();
wxPen& operator=(const wxPen& pen)
@@
-132,7
+132,7
@@
public:
// Internal
bool RealizeResource();
// Internal
bool RealizeResource();
- bool FreeResource(bool force =
FALSE
);
+ bool FreeResource(bool force =
false
);
WXHANDLE GetResourceHandle() const;
bool IsFree() const;
void Unshare();
WXHANDLE GetResourceHandle() const;
bool IsFree() const;
void Unshare();