diff options
author | Michele Calgaro <[email protected]> | 2024-10-03 17:43:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-03 17:43:38 +0900 |
commit | 6964feed838dec70e7743ea90b390e4ae706d3c9 (patch) | |
tree | 6faf8862c19e31a988e9b5a43485a9f23b89d4a8 /doc/html/tqpixmap.html | |
parent | 81288cfcb6a543d96a1ee4bf1d7d3c26231f517f (diff) | |
download | tqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.tar.gz tqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.zip |
Remove obsolete Netscape plugin and its classes
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqpixmap.html')
-rw-r--r-- | doc/html/tqpixmap.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqpixmap.html b/doc/html/tqpixmap.html index a909ab91a..585cf5b3e 100644 --- a/doc/html/tqpixmap.html +++ b/doc/html/tqpixmap.html @@ -401,7 +401,7 @@ or if the pixmap has not been initialized yet. </h3> Fills the pixmap with the color <em>fillColor</em>. -<p>Examples: <a href="tutorial2-08.html#x2606">chart/setdataform.cpp</a>, <a href="desktop-example.html#x1742">desktop/desktop.cpp</a>, <a href="grapher-nsplugin-example.html#x2765">grapher/grapher.cpp</a>, <a href="hello-example.html#x1638">hello/hello.cpp</a>, <a href="tutorial1-10.html#x2358">t10/cannon.cpp</a>, <a href="themes-example.html#x292">themes/metal.cpp</a>, and <a href="xform-example.html#x1245">xform/xform.cpp</a>. +<p>Examples: <a href="tutorial2-08.html#x2606">chart/setdataform.cpp</a>, <a href="desktop-example.html#x1742">desktop/desktop.cpp</a>, <a href="hello-example.html#x1638">hello/hello.cpp</a>, <a href="tutorial1-10.html#x2358">t10/cannon.cpp</a>, <a href="themes-example.html#x292">themes/metal.cpp</a>, and <a href="xform-example.html#x1245">xform/xform.cpp</a>. <h3 class=fn>void <a name="fill-2"></a>TQPixmap::fill ( const <a href="tqwidget.html">TQWidget</a> * widget, int xofs, int yofs ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -652,7 +652,7 @@ or <em>h</em> is 0, the pixmap becomes a null pixmap. created. New pixels will be uninitialized (random) if the pixmap is expanded. -<p>Examples: <a href="desktop-example.html#x1744">desktop/desktop.cpp</a> and <a href="grapher-nsplugin-example.html#x2766">grapher/grapher.cpp</a>. +<p>Examples: <a href="desktop-example.html#x1744">desktop/desktop.cpp</a>. <h3 class=fn>void <a name="resize-2"></a>TQPixmap::resize ( const <a href="tqsize.html">TQSize</a> & size ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. |