summaryrefslogtreecommitdiff
path: root/doc/fl_group.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_group.html')
-rw-r--r--doc/fl_group.html110
1 files changed, 85 insertions, 25 deletions
diff --git a/doc/fl_group.html b/doc/fl_group.html
index b191856..da6f604 100644
--- a/doc/fl_group.html
+++ b/doc/fl_group.html
@@ -42,12 +42,12 @@
</tr>
<tr>
- <td>&nbsp;</td>
+ <td>int</td>
<td>Index</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td>int</td>
<td>Extended_Index</td>
</tr>
@@ -61,7 +61,7 @@
<table class="function">
- <tr><th colspan="2">Functions and Procedures</th></tr>
+ <tr><th colspan="2">Constructors</th></tr>
<tr>
<td><pre>
@@ -70,11 +70,45 @@ Fl_Group(int, int, int, int, const char *=0);
<td><pre>
function Create
(X, Y, W, H : in Integer;
- Text : in String)
+ Text : in String := "")
return Group;
</pre></td>
</tr>
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Static Functions and Procedures</th></tr>
+
+ <tr>
+<td><pre>
+static Fl_Group * current();
+</pre></td>
+<td><pre>
+function Get_Current
+ return access Group'Class;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+static void current(Fl_Group *g);
+</pre></td>
+<td><pre>
+procedure Set_Current
+ (To : in Group'Class);
+</pre></td>
+ </tr>
+
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
<tr>
<td><pre>
Fl_Widget *& _ddfdesign_kludge();
@@ -85,6 +119,7 @@ Fl_Widget *& _ddfdesign_kludge();
<tr>
<td><pre>
void add(Fl_Widget &);
+
void add(Fl_Widget *o);
</pre></td>
<td><pre>
@@ -200,16 +235,6 @@ unsigned int clip_children();
<tr>
<td><pre>
-void draw();
-</pre></td>
-<td><pre>
-procedure Draw
- (This : in out Group);
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
void end();
</pre></td>
<td>&nbsp;</td>
@@ -218,6 +243,7 @@ void end();
<tr>
<td><pre>
int find(const Fl_Widget *) const;
+
int find(const Fl_Widget &o) const;
</pre></td>
<td><pre>
@@ -311,6 +337,7 @@ procedure Remove
<tr>
<td><pre>
void remove(Fl_Widget &);
+
void remove(Fl_Widget *o);
</pre></td>
<td><pre>
@@ -322,7 +349,19 @@ procedure Remove
<tr>
<td><pre>
+Fl_Widget * resizable() const;
+</pre></td>
+<td><pre>
+function Get_Resizable
+ (This : in Group)
+ return access Widget'Class;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
void resizable(Fl_Widget &o);
+
void resizable(Fl_Widget *o);
</pre></td>
<td><pre>
@@ -334,40 +373,61 @@ procedure Set_Resizable
<tr>
<td><pre>
-Fl_Widget * resizable() const;
+void resize(int, int, int, int);
</pre></td>
+<td>&nbsp;</td>
+ </tr>
+
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Protected Functions and Procedures</th></tr>
+
+ <tr>
<td><pre>
-function Get_Resizable
- (This : in Group)
- return access Widget'Class;
+void draw();
+</pre></td>
+<td><pre>
+procedure Draw
+ (This : in out Group);
</pre></td>
</tr>
<tr>
<td><pre>
-void resize(int, int, int, int);
+void draw_child(Fl_Widget &widget) const;
</pre></td>
<td>&nbsp;</td>
</tr>
<tr>
<td><pre>
-static Fl_Group * current();
+void draw_children();
</pre></td>
+<td>&nbsp;</td>
+ </tr>
+
+ <tr>
<td><pre>
-function Get_Current
- return access Group'Class;
+void draw_outside_label(const Fl_Widget &widget) const;
</pre></td>
+<td>&nbsp;</td>
</tr>
<tr>
<td><pre>
-static void current(Fl_Group *g);
+int * sizes();
</pre></td>
+<td>&nbsp;</td>
+ </tr>
+
+ <tr>
<td><pre>
-procedure Set_Current
- (To : in Group'Class);
+void update_child(Fl_Widget &widget) const;
</pre></td>
+<td>&nbsp;</td>
</tr>
</table>