summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/fl_browser.html18
-rw-r--r--doc/fl_browser_.html4
-rw-r--r--doc/fl_check_browser.html193
-rw-r--r--doc/fl_file_browser.html65
4 files changed, 121 insertions, 159 deletions
diff --git a/doc/fl_browser.html b/doc/fl_browser.html
index f4168a9..f06f1e9 100644
--- a/doc/fl_browser.html
+++ b/doc/fl_browser.html
@@ -169,21 +169,21 @@ procedure Set_Column_Widths
<td><pre>
void * data(int line) const;
</pre></td>
-<td>Not used</td>
+<td>Not used.</td>
</tr>
<tr>
<td><pre>
void data(int line, void *d);
</pre></td>
-<td>Not used</td>
+<td>Not used.</td>
</tr>
<tr>
<td><pre>
void display(int line, int val=1);
</pre></td>
-<td>Deprecated, see show / Show_Line and hide / Hide_Line</td>
+<td>Deprecated, see show / Show_Line and hide / Hide_Line.</td>
</tr>
<tr>
@@ -364,7 +364,7 @@ procedure Remove_Icon
<td><pre>
void replace(int a, const char *b);
</pre></td>
-<td>Deprecated, see text / Set_Line_Text</td>
+<td>Deprecated, see text / Set_Line_Text.</td>
</tr>
<tr>
@@ -428,7 +428,7 @@ function Number_Of_Lines
<td><pre>
void size(int W, int H);
</pre></td>
-<td>Falls through to Fl_Widget::size(int, int) anyway so binding unnecessary</td>
+<td>Falls through to Fl_Widget::size(int, int) anyway so binding unnecessary.</td>
</tr>
<tr>
@@ -556,14 +556,14 @@ function Is_Visible
<td><pre>
FL_BLINE * _remove(int line);
</pre></td>
-<td>Intentionally left unbound</td>
+<td>Intentionally left unbound.</td>
</tr>
<tr>
<td><pre>
FL_BLINE * find_line(int line) const;
</pre></td>
-<td>Intentionally left unbound</td>
+<td>Intentionally left unbound.</td>
</tr>
<tr>
@@ -592,7 +592,7 @@ function Average_Item_Height
<td><pre>
void insert(int line, FL_BLINE *item);
</pre></td>
-<td>Intentionally left unbound</td>
+<td>Intentionally left unbound.</td>
</tr>
<tr>
@@ -752,7 +752,7 @@ function Line_Number
<td><pre>
void swap(FL_BLINE *a, FL_BLINE *b);
</pre></td>
-<td>Intentionally left unbound</td>
+<td>Intentionally left unbound.</td>
</tr>
</table>
diff --git a/doc/fl_browser_.html b/doc/fl_browser_.html
index 0f8c5fa..8eb131a 100644
--- a/doc/fl_browser_.html
+++ b/doc/fl_browser_.html
@@ -278,14 +278,14 @@ procedure Set_Scrollbar_Size
<td><pre>
int scrollbar_width() const;
</pre></td>
-<td>Deprecated, see scrollbar_size();</td>
+<td>Deprecated, see scrollbar_size / Get_Scrollbar_Size.</td>
</tr>
<tr>
<td><pre>
void scrollbar_width(int width);
</pre></td>
-<td>Deprecated, see scrollbar_size(int width);</td>
+<td>Deprecated, see scrollbar_size / Set_Scrollbar_Size.</td>
</tr>
<tr>
diff --git a/doc/fl_check_browser.html b/doc/fl_check_browser.html
index 016d86b..3c172eb 100644
--- a/doc/fl_check_browser.html
+++ b/doc/fl_check_browser.html
@@ -176,7 +176,7 @@ procedure Remove
<td><pre>
void set_checked(int item);
</pre></td>
-<td>See checked(int item, int b);</td>
+<td>See checked / Set_Checked.</td>
</tr>
<tr>
@@ -211,84 +211,6 @@ function Selected_Index
<tr>
<td><pre>
-void bbox(int &X, int &Y, int &W, int &H) const;
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-procedure Bounding_Box
- (This : in Check_Browser;
- X, Y, W, H : out Integer);
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-void deleting(void *item);
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-procedure Deleting
- (This : in out Check_Browser;
- Item : in Item_Cursor);
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-int displayed(void *item) const;
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-function Is_Displayed
- (This : in Check_Browser;
- Item : in Item_Cursor)
- return Boolean;
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-void draw();
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-procedure Draw
- (This : in out Check_Browser);
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-void * find_item(int ypos);
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-function Find_Item
- (This : in Check_Browser;
- Y_Pos : in Integer)
- return Item_Cursor;
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-virtual int full_height() const;
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-function Full_List_Height
- (This : in Check_Browser)
- return Integer;
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-virtual int full_width() const;
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-function Full_List_Width
- (This : in Check_Browser)
- return Integer;
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
int handle(int);
</pre></td>
<td><pre>
@@ -301,32 +223,33 @@ function Handle
<tr>
<td><pre>
-virtual int incr_height() const;
-</pre>(Inherited from Fl_Browser_)</td>
+void item_draw(void *, int, int, int, int) const;
+</pre>(Actually private in 1.3)</td>
<td><pre>
-function Average_Item_Height
- (This : in Check_Browser)
- return Integer;
+procedure Item_Draw
+ (This : in Check_Browser;
+ Item : in Item_Cursor;
+ X, Y, W, H : in Integer);
</pre></td>
</tr>
<tr>
<td><pre>
-void inserting(void *a, void *b);
-</pre>(Inherited from Fl_Browser_)</td>
+void * item_first() const;
+</pre>(Actually private in 1.3)</td>
<td><pre>
-procedure Inserting
- (This : in out Check_Browser;
- A, B : in Item_Cursor);
+function Item_First
+ (This : in Check_Browser)
+ return Item_Cursor;
</pre></td>
</tr>
<tr>
<td><pre>
-virtual int item_quick_height(void *item) const;
-</pre>(Inherited from Fl_Browser_)</td>
+int item_height(void *) const;
+</pre>(Actually private in 1.3)</td>
<td><pre>
-function Item_Quick_Height
+function Item_Height
(This : in Check_Browser;
Item : in Item_Cursor)
return Integer;
@@ -335,87 +258,61 @@ function Item_Quick_Height
<tr>
<td><pre>
-int leftedge() const;
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-function Left_Edge
- (This : in Check_Browser)
- return Integer;
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-void new_list();
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-procedure New_List
- (This : in out Check_Browser);
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-void redraw_line(void *item);
-</pre>(Inherited from Fl_Browser_)</td>
+void * item_next(void *) const;
+</pre>(Actually private in 1.3)</td>
<td><pre>
-procedure Redraw_Line
- (This : in out Check_Browser;
- Item : in Item_Cursor);
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-void redraw_lines();
-</pre>(Inherited from Fl_Browser_)</td>
-<td><pre>
-procedure Redraw_List
- (This : in out Check_Browser);
+function Item_Next
+ (This : in Check_Browser;
+ Item : in Item_Cursor)
+ return Item_Cursor;
</pre></td>
</tr>
<tr>
<td><pre>
-void replacing(void *a, void *b);
-</pre>(Inherited from Fl_Browser_)</td>
+void * item_prev(void *) const;
+</pre>(Actually private in 1.3)</td>
<td><pre>
-procedure Replacing
- (This : in out Check_Browser;
- A, B : in Item_Cursor);
+function Item_Previous
+ (This : in Check_Browser;
+ Item : in Item_Cursor)
+ return Item_Cursor;
</pre></td>
</tr>
<tr>
<td><pre>
-void * selection() const;
-</pre>(Inherited from Fl_Browser_)</td>
+void item_select(void *, int);
+</pre>(Actually private in 1.3)</td>
<td><pre>
-function Current_Selection
- (This : in Check_Browser)
- return Item_Cursor;
+procedure Item_Select
+ (This : in out Check_Browser;
+ Item : in Item_Cursor;
+ State : in Boolean := True);
</pre></td>
</tr>
<tr>
<td><pre>
-void swapping(void *a, void *b);
-</pre>(Inherited from Fl_Browser_)</td>
+int item_selected(void *) const;
+</pre>(Actually private in 1.3)</td>
<td><pre>
-procedure Swapping
- (This : in out Check_Browser;
- A, B : in Item_Cursor);
+function Item_Selected
+ (This : in Check_Browser;
+ Item : in Item_Cursor)
+ return Boolean;
</pre></td>
</tr>
<tr>
<td><pre>
-void * top() const;
-</pre>(Inherited from Fl_Browser_)</td>
+int item_width(void *) const;
+</pre>(Actually private in 1.3)</td>
<td><pre>
-function Top_Item
- (This : in Check_Browser)
- return Item_Cursor;
+function Item_Width
+ (This : in Check_Browser;
+ Item : in Item_Cursor)
+ return Integer;
</pre></td>
</tr>
diff --git a/doc/fl_file_browser.html b/doc/fl_file_browser.html
index 9f9eddb..f90bbea 100644
--- a/doc/fl_file_browser.html
+++ b/doc/fl_file_browser.html
@@ -189,6 +189,71 @@ procedure Set_Text_Size
</table>
+
+<table class="function">
+ <tr><th colspan="2">Protected Functions and Procedures</th></tr>
+
+ <tr>
+<td><pre>
+int full_height() const;
+</pre>(Actually private in 1.3)</td>
+<td><pre>
+function Full_List_Height
+ (This : in File_Browser)
+ return Integer;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+int incr_height() const;
+</pre>(Actually private in 1.3)</td>
+<td><pre>
+function Average_Item_Height
+ (This : in File_Browser)
+ return Integer;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+void item_draw(void *, int, int, int, int) const;
+</pre>(Actually private in 1.3)</td>
+<td><pre>
+procedure Item_Draw
+ (This : in File_Browser;
+ Item : in Item_Cursor;
+ X, Y, W, H : in Integer);
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+int item_height(void *) const;
+</pre>(Actually private in 1.3)</td>
+<td><pre>
+function Item_Height
+ (This : in File_Browser;
+ Item : in Item_Cursor)
+ return Integer;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+int item_width(void *) const;
+</pre>(Actually private in 1.3)</td>
+<td><pre>
+function Item_Width
+ (This : in File_Browser;
+ Item : in Item_Cursor)
+ return Integer;
+</pre></td>
+ </tr>
+
+</table>
+
+
</body>
</html>