Added icons to Fluid's menu and object list.

Previous version is tagged in cvs with
'pre_fluid_icon_changes'.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2765 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2002-10-30 21:08:39 +00:00
parent 299ebf295a
commit 41d14b074b
51 changed files with 1508 additions and 63 deletions
+2 -2
View File
@@ -451,7 +451,7 @@ structure containing the label information, the bounding box for
the label, and the label alignment:</P>
<UL><PRE>
void xyz_draw(Fl_Label *label, int x, int y, int w, int h, Fl_Align align) {
void xyz_draw(const Fl_Label *label, int x, int y, int w, int h, Fl_Align align) {
...
}
</PRE></UL>
@@ -465,7 +465,7 @@ is not called if the label value is <TT>NULL</TT>.</P>
height:</P>
<UL><PRE>
void xyz_measure(Fl_Label *label, int &amp;w, int &amp;h) {
void xyz_measure(const Fl_Label *label, int &amp;w, int &amp;h) {
...
}
</PRE></UL>