diff options
Diffstat (limited to 'doc/fl_counter.html')
-rw-r--r-- | doc/fl_counter.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/fl_counter.html b/doc/fl_counter.html index 7a01221..fbd6eb3 100644 --- a/doc/fl_counter.html +++ b/doc/fl_counter.html @@ -41,6 +41,11 @@ <td>Counter_Reference</td> </tr> + <tr> + <td>uchar</td> + <td>Counter_Kind</td> + </tr> + </table> @@ -210,6 +215,24 @@ procedure Set_Text_Size </pre></td> </tr> + <tr> +<td>See type method for Fl_Widget.</td> +<td><pre> +function Get_Kind + (This : in out Counter) + return Counter_Kind; +</pre></td> + </tr> + + <tr> +<td>See type method for Fl_Widget.</td> +<td><pre> +procedure Set_Kind + (This : in out Counter; + Value : in Counter_Kind); +</pre></td> + </tr> + </table> |