diff options
Diffstat (limited to 'doc/fl_value_slider.html')
-rw-r--r-- | doc/fl_value_slider.html | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/doc/fl_value_slider.html b/doc/fl_value_slider.html index 0b1fd97..80bdf33 100644 --- a/doc/fl_value_slider.html +++ b/doc/fl_value_slider.html @@ -46,7 +46,7 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -55,20 +55,17 @@ Fl_Value_Slider(int x, int y, int w, int h, const char *l=0); <td><pre> function Create (X, Y, W, H : in Integer; - Text : in String) + Text : in String := "") return Value_Slider; </pre></td> </tr> - <tr> -<td><pre> -void draw(); -</pre></td> -<td><pre> -procedure Draw - (This : in out Value_Slider); -</pre></td> - </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> <tr> <td><pre> @@ -151,6 +148,23 @@ procedure Set_Text_Size </table> + +<table class="function"> + <tr><th colspan="2">Protected Functions and Procedures</th></tr> + + <tr> +<td><pre> +void draw(); +</pre></td> +<td><pre> +procedure Draw + (This : in out Value_Slider); +</pre></td> + </tr> + +</table> + + </body> </html> |