Update of /cvsroot/wnd/wnd/wnd_doc/doc/gdi/icon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10067
Modified Files:
icon.dtpl
Log Message:
bit of this and a bit of that
Index: icon.dtpl
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/gdi/icon/icon.dtpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** icon.dtpl 29 Apr 2005 15:16:45 -0000 1.1.1.1
--- icon.dtpl 15 May 2005 10:12:08 -0000 1.2
***************
*** 30,34 ****
<br><br>
Use this to wrap icon methods around a handle about wich you know
! is has to be closed
</P>
--- 30,34 ----
<br><br>
Use this to wrap icon methods around a handle about wich you know
! it has to be closed
</P>
***************
*** 160,169 ****
<TR>
<TD>'smallicon'</TD>
! <TD>retrieves ae small icon</TD>
</TR>
</Table>
<br><br>
! These icons are not shared resources. So you have to close them when done with them.By default the frameworks TrackHandler keeps track of these icons
! and closes them when the process exits.
</p>
--- 160,185 ----
<TR>
<TD>'smallicon'</TD>
! <TD>retrieves the small icon</TD>
</TR>
</Table>
<br><br>
! <b>Notes</b><br>
! <UL>
! <LI>These icons are not shared resources. So you have to close
! them when done with them.By default the frameworks
! TrackHandler keeps track of these icons
! and closes them when the process exits.
! <LI>Drawing the small icon associated to a file does not work
! properly, due to some limitation in DrawIcon.
! in <code class="import">wnd.controls.imagelist</code> there
! is the systemImagelist class to handle these icons properly.
! </UL>
!
!
!
!
!
!
!
</p>
***************
*** 322,326 ****
::item:: GetShellIconSize
! <code class=import>defined in: wnd.gdi.icons</code><br><br>
<code>GetShellIconSize()</code><br>
<P>
--- 338,342 ----
::item:: GetShellIconSize
! <code class=import>defined in: wnd.gdi</code><br><br>
<code>GetShellIconSize()</code><br>
<P>
***************
*** 329,333 ****
::item:: GetShellSmallIconSize
! <code class=import>defined in: wnd.gdi.icons</code><br><br>
<code>GetShellSmallIconSize()</code><br>
<P>
--- 345,349 ----
::item:: GetShellSmallIconSize
! <code class=import>defined in: wnd.gdi</code><br><br>
<code>GetShellSmallIconSize()</code><br>
<P>
***************
*** 335,338 ****
--- 351,362 ----
</P>
+ ::item:: GetSysIconIndex
+ <code class=import>defined in: wnd.gdi</code><br><br>
+ <code>GetSysIconIndex(path, *flags)</code><br>
+ <P>
+ Returns the index of the requested icon in the system imagelist.
+ <br><br>
+ Use is the same as in <a HREF="../class SystemIcon.html">SystemIcon</a>
+ </P>
|