[wx-dev] #9533: patch adding images to "Stock items" page in docs
wxTrac
noreply at wxsite.net
Wed Jun 4 07:42:30 PDT 2008
Ticket URL: <http://trac.wxwidgets.org/ticket/9533>
#9533: patch adding images to "Stock items" page in docs
--------------------------+-------------------------------------------------
Reporter: wojdyr | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: doxygen docs | Version:
Keywords: | Blockedby:
Patch: 1 | Blocking:
--------------------------+-------------------------------------------------
The patch adds images to the table with stock items.
The list of png files that can be copied from any directory with gtk stock
icons is also attached.
I copied images into docs/doxygen/images in this way:
{{{
bash$ (while read i; do cp /usr/share/doc/libgtk2.0-doc/gtk/$i images/;
done) <image-list.txt
}}}
NOTE: I don't know if this is legal for us to have gtk icons in docs.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/9533>
More information about the wx-dev
mailing list