diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-08-24 11:41:22 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-08-24 11:41:22 +0000 |
| commit | a7769752395a5496f198672ad6810b8bb525d304 (patch) | |
| tree | a5b7953972f047342879e912f84c6a93f96b001c /documentation/common.html | |
| parent | cda7f614627d3bcf303ab1ad92d5d7fe53f3e3af (diff) | |
All fl_ functions indexed and linked.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5352 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/common.html')
| -rw-r--r-- | documentation/common.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/common.html b/documentation/common.html index 9c2084de6..421ea723c 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -318,6 +318,15 @@ void xyz_draw(int x, int y, int w, int h, Fl_Color c) { } </PRE></UL> +<H4><A name="fl_down">Fl_Boxtype fl_down(Fl_Boxtype)</A></H4> + +<P><tt>fl_down</tt> returns the "pressed" or "down" version of a box. + +<H4><A name="fl_frame">Fl_Boxtype fl_frame(Fl_Boxtype)</A></H4> + +<P><tt>fl_frame</tt> returns the unfilled, frame-only version of a box. +See also: <A HREF="drawing.html#fl_frame">fl_frame drawing</A>. + <H4>Adding Your Box Type</H4> <P>The <TT>Fl::set_boxtype()</TT> method adds or replaces the @@ -528,6 +537,12 @@ int fl_add_symbol(const char *name, void (*drawit)(Fl_Color), int scalable) must be set to 1 if the symbol is generated using scalable vector drawing functions.</P> +<UL><PRE> +int fl_draw_symbol(const char *name,int x,int y,int w,int h,Fl_Color col) +</PRE></UL> + +<P>This function draw a named symbol fitting the given rectangle. + <H2>Callbacks</H2> <P>Callbacks are functions that are called when the value of a |
