diff options
Diffstat (limited to 'doc/fl_display_device.html')
-rw-r--r-- | doc/fl_display_device.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/fl_display_device.html b/doc/fl_display_device.html index 190a901..cd4e27d 100644 --- a/doc/fl_display_device.html +++ b/doc/fl_display_device.html @@ -78,13 +78,16 @@ function Create <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Static Functions and Procedures</th></tr> <tr> <td><pre> -const char * class_name(); +static Fl_Display_Device * display_device(); +</pre></td> +<td><pre> +function Get_Platform_Display + return Display_Device_Reference; </pre></td> -<td>Deprecated, use runtime tag checks instead.</td> </tr> </table> @@ -92,16 +95,13 @@ const char * class_name(); <table class="function"> - <tr><th colspan="2">Static Functions and Procedures</th></tr> + <tr><th colspan="2">Functions and Procedures</th></tr> <tr> <td><pre> -static Fl_Display_Device * display_device(); -</pre></td> -<td><pre> -function Get_Platform_Display - return Display_Device_Reference; +const char * class_name(); </pre></td> +<td>Deprecated, use runtime tag checks instead.</td> </tr> </table> |