From 8ea3a457720b702acbdc5c5ea1c5001e525c99c1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 16 Nov 2006 23:17:13 +0000 Subject: Merge all of the scrollbar sizes into a single API call (Fl::scrollbar_size()) rather than a bunch of separate APIs and hardcoded values (STR #1800) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5547 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'documentation/Fl.html') diff --git a/documentation/Fl.html b/documentation/Fl.html index 69c19af61..8cd78507a 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -121,6 +121,7 @@ state information and global methods for the current application.

  • scheme
  • screen_count
  • screen_xywh
  • +
  • scrollbar_size
  • selection
  • selection_owner
  • set_abort
  • @@ -1128,6 +1129,15 @@ specified coordinates. The last form gets the bounding box for the numbered screen, where n is a number from 0 to the number of screens less 1.

    +

    void scrollbar_size(int W);
    +int scrollbar_size();

    + +

    Sets or gets the default scrollbar size that is used by the +Fl_Browser_, +Fl_Help_View, +Fl_Scroll, and +Fl_Text_Display widgets.

    +

    void selection(Fl_Widget &owner, const char* stuff, int len);

    Changes the current selection. The block of text is -- cgit v1.2.3