summaryrefslogtreecommitdiff
path: root/documentation/common.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2002-10-30 21:08:39 +0000
committerMatthias Melcher <fltk@matthiasm.com>2002-10-30 21:08:39 +0000
commit41d14b074b64b4d55d09b3b6633972d9b069bc64 (patch)
treef09f1e9d0e57eb99854258fe114fb57d80fbc294 /documentation/common.html
parent299ebf295a9f729f68d1ad3b923cef9e6747132c (diff)
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
Diffstat (limited to 'documentation/common.html')
-rw-r--r--documentation/common.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/common.html b/documentation/common.html
index ca7b4c4fc..85d091138 100644
--- a/documentation/common.html
+++ b/documentation/common.html
@@ -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>