mirror of https://github.com/fltk/fltk
Doco fixes (show const modifier on methods)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4063 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
52e086f75b
commit
c3a5b61223
6
CHANGES
6
CHANGES
|
@ -1,6 +1,7 @@
|
||||||
CHANGES IN FLTK 1.1.7
|
CHANGES IN FLTK 1.1.7
|
||||||
|
|
||||||
- Documentation fixes (STR #648, STR #692, STR #745)
|
- Documentation fixes (STR #648, STR #692, STR #744, STR
|
||||||
|
#745)
|
||||||
- Fl_JPEG_Image could still crash an app with a corrupt
|
- Fl_JPEG_Image could still crash an app with a corrupt
|
||||||
JPEG file (STR #739)
|
JPEG file (STR #739)
|
||||||
- Using the layout alignment controls on a menu widget
|
- Using the layout alignment controls on a menu widget
|
||||||
|
@ -47,7 +48,8 @@ CHANGES IN FLTK 1.1.7
|
||||||
button when necessary (STR #653)
|
button when necessary (STR #653)
|
||||||
- Image drawing on OSX changed the current drawing
|
- Image drawing on OSX changed the current drawing
|
||||||
colors (STR #662)
|
colors (STR #662)
|
||||||
- Fixed some compiler errors on WIN32 (STR #647)
|
- Fixed some compiler errors on WIN32 (STR #647, STR
|
||||||
|
#726)
|
||||||
- FLUID didn't update the widget panel X/Y/W/H values
|
- FLUID didn't update the widget panel X/Y/W/H values
|
||||||
when moving the selected window (STR #701)
|
when moving the selected window (STR #701)
|
||||||
- FLUID didn't use the label type constant names for
|
- FLUID didn't use the label type constant names for
|
||||||
|
|
|
@ -154,14 +154,14 @@ specified bounding box.
|
||||||
displayed at that position then <TT>NULL</TT> is returned.
|
displayed at that position then <TT>NULL</TT> is returned.
|
||||||
|
|
||||||
|
|
||||||
<H4><A NAME="Fl_Browser_.full_height">virtual int Fl_Browser_::full_height()</A></H4>
|
<H4><A NAME="Fl_Browser_.full_height">virtual int Fl_Browser_::full_height() const</A></H4>
|
||||||
|
|
||||||
<P>This method may be provided by the subclass to indicate the full height
|
<P>This method may be provided by the subclass to indicate the full height
|
||||||
of the item list in pixels. The default implementation computes the full
|
of the item list in pixels. The default implementation computes the full
|
||||||
height from the item heights.
|
height from the item heights.
|
||||||
|
|
||||||
|
|
||||||
<H4><A NAME="Fl_Browser_.full_width">Fl_Browser_::full_width()</A></H4>
|
<H4><A NAME="Fl_Browser_.full_width">Fl_Browser_::full_width() const</A></H4>
|
||||||
|
|
||||||
<P>This method may be provided by the subclass to indicate the full width
|
<P>This method may be provided by the subclass to indicate the full width
|
||||||
of the item list in pixels. The default implementation computes the full
|
of the item list in pixels. The default implementation computes the full
|
||||||
|
@ -213,7 +213,7 @@ this based on the value of <TT>h</TT>:
|
||||||
<P>Gets or sets the horizontal scrolling position of the list.
|
<P>Gets or sets the horizontal scrolling position of the list.
|
||||||
|
|
||||||
|
|
||||||
<H4><A NAME="Fl_Browser_.incr_height">virtual int Fl_Browser_::incr_height()</A></H4>
|
<H4><A NAME="Fl_Browser_.incr_height">virtual int Fl_Browser_::incr_height() const</A></H4>
|
||||||
|
|
||||||
<P>This method may be provided to return the average height of all items, to
|
<P>This method may be provided to return the average height of all items, to
|
||||||
be used for scrolling. The default implementation uses the height of the first
|
be used for scrolling. The default implementation uses the height of the first
|
||||||
|
@ -239,7 +239,7 @@ and <TT>h</TT>.
|
||||||
the list.
|
the list.
|
||||||
|
|
||||||
|
|
||||||
<H4><A NAME="Fl_Browser_.item_height">virtual int Fl_Browser_::item_height(void *p)</A></H4>
|
<H4><A NAME="Fl_Browser_.item_height">virtual int Fl_Browser_::item_height(void *p) const</A></H4>
|
||||||
|
|
||||||
<P>This method must be provided by the subclass to return the height of the
|
<P>This method must be provided by the subclass to return the height of the
|
||||||
item <TT>p</TT> in pixels. Allow for two additional pixels for the list
|
item <TT>p</TT> in pixels. Allow for two additional pixels for the list
|
||||||
|
@ -258,7 +258,7 @@ the list after <TT>p</TT>.
|
||||||
the list before <TT>p</TT>.
|
the list before <TT>p</TT>.
|
||||||
|
|
||||||
|
|
||||||
<H4><A NAME="Fl_Browser_.item_quick_height">virtual int Fl_Browser_::item_quick_height(void *p)</A></H4>
|
<H4><A NAME="Fl_Browser_.item_quick_height">virtual int Fl_Browser_::item_quick_height(void *p) const</A></H4>
|
||||||
|
|
||||||
<P>This method may be provided by the subclass to return the height of the
|
<P>This method may be provided by the subclass to return the height of the
|
||||||
item <TT>p</TT> in pixels. Allow for two additional pixels for the list
|
item <TT>p</TT> in pixels. Allow for two additional pixels for the list
|
||||||
|
@ -282,7 +282,7 @@ multiple selections in the browser. The method should return 1 if <TT>p</TT>
|
||||||
is selected and 0 otherwise.
|
is selected and 0 otherwise.
|
||||||
|
|
||||||
|
|
||||||
<H4><A NAME="Fl_Browser_.item_width">virtual int Fl_Browser_::item_width(void *p)</A></H4>
|
<H4><A NAME="Fl_Browser_.item_width">virtual int Fl_Browser_::item_width(void *p) const</A></H4>
|
||||||
|
|
||||||
<P>This method must be provided by the subclass to return the width of the
|
<P>This method must be provided by the subclass to return the width of the
|
||||||
item <TT>p</TT> in pixels. Allow for two additional pixels for the list
|
item <TT>p</TT> in pixels. Allow for two additional pixels for the list
|
||||||
|
|
Loading…
Reference in New Issue