]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/pen.tex
wxDataViewCtrl DnD stubs, some reformating
[wxWidgets.git] / docs / latex / wx / pen.tex
index dbed617a1c8fc2f94413a27cbc12b9ce4639b6d9..afe96443c1cd793189fadc4921bee6697eb39dfc 100644 (file)
@@ -24,6 +24,10 @@ colour, a width and a style.
 
 <wx/pen.h>
 
 
 <wx/pen.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Predefined objects}
 
 Objects:
 \wxheading{Predefined objects}
 
 Objects:
@@ -59,10 +63,11 @@ get a pointer to a pen by using the global list of pens {\bf
 wxThePenList}, and calling the member function {\bf FindOrCreatePen}.
 See the entry for \helpref{wxPenList}{wxpenlist}.
 
 wxThePenList}, and calling the member function {\bf FindOrCreatePen}.
 See the entry for \helpref{wxPenList}{wxpenlist}.
 
-wxPen uses a reference counting system, so assignments between pens are very
-cheap. You can therefore use actual wxPen objects instead of pointers without
-efficiency problems. Once one wxPen object changes its data it will create its
-own pen data internally so that other pens, which previously shared the
+This class uses \helpref{reference counting and copy-on-write}{trefcount}
+internally so that assignments between two instances of this class are very
+cheap. You can therefore use actual objects instead of pointers without
+efficiency problems. If an instance of this class is changed it will create
+its own data internally so that other instances, which previously shared the
 data using the reference counting, are not affected.
 
 %TODO: an overview for wxPen.
 data using the reference counting, are not affected.
 
 %TODO: an overview for wxPen.
@@ -343,6 +348,10 @@ See \helpref{reference-counted object comparison}{refcountequality} for more inf
 Inequality operator.
 See \helpref{reference-counted object comparison}{refcountequality} for more info.
 
 Inequality operator.
 See \helpref{reference-counted object comparison}{refcountequality} for more info.
 
+
+
+%% wxPenList
+
 \section{\class{wxPenList}}\label{wxpenlist}
 
 There is only one instance of this class: {\bf wxThePenList}.  Use
 \section{\class{wxPenList}}\label{wxpenlist}
 
 There is only one instance of this class: {\bf wxThePenList}.  Use
@@ -376,6 +385,18 @@ backward compatibility with earlier versions of wxWidgets.
 
 \helpref{wxPen}{wxpen}
 
 
 \helpref{wxPen}{wxpen}
 
+\wxheading{Derived from}
+
+No base class
+
+\wxheading{Include files}
+
+<wx/gdicmn.h>
+
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxPenList::wxPenList}\label{wxpenlistctor}
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxPenList::wxPenList}\label{wxpenlistctor}