mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 00:55:23 +08:00
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:
@@ -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 &w, int &h) {
|
||||
void xyz_measure(const Fl_Label *label, int &w, int &h) {
|
||||
...
|
||||
}
|
||||
</PRE></UL>
|
||||
|
||||
Reference in New Issue
Block a user