Modules | |
| EdToolBar flags | |
Functions | |
| setEdToolBarText (t, cmptxt, val, txtcolor) | |
| Set a toolbar text value. | |
| crEdToolBarText (t, txt, fontname, fontsize, fontflag, txtcolor, flags, align) | |
| Create a toolbar text element. | |
| setEdToolBarCheckState (t, chk, state) | |
| Change the toolbar check element state. | |
| setEdToolBarCheckEnable (t, chk, state) | |
| Enable or disable the toolbar check element. | |
| setEdToolBarCheckCbClick (t, check, cbclick) | |
| Set the toolbar check element click callback. | |
| crEdToolBarCheck (t, abmp, align, bubble, cbclick) | |
| Create a toolbar check element. | |
| setEdToolBarButtonEnable (t, btn, state) | |
| Enable or disable the toolbar button element. | |
| setEdToolBarButtonCbClick (t, button, cbclick) | |
| Set the toolbar button element click callback. | |
| crEdToolBarButton (t, abmp, align, bubble, cbclick) | |
| Create a toolbar button element. | |
| crEdToolBarBitmap (t, abmp, align, bubble, cbclick) | |
| Create a toolbar bitmap element. | |
| sizeEdToolBar (t, x, y, w, h) | |
| Resize a toolbar. | |
| paintEdToolBar (t) | |
| Paint a toolbar. | |
| setEdToolBarDbClick (t, cbfun) | |
| Set the toolbar double click Callback. | |
| setEdToolBarClick (t, cbfun) | |
| Set the toolbar click Callback. | |
| setEdToolBarVisible (t, mode) | |
| Set the toolbar visibility. | |
Toolbar control
| setEdToolBarText | ( | t | , | |
| cmptxt | , | |||
| val | , | |||
| txtcolor | ||||
| ) |
| crEdToolBarText | ( | t | , | |
| txt | , | |||
| fontname | , | |||
| fontsize | , | |||
| fontflag | , | |||
| txtcolor | , | |||
| flags | , | |||
| align | ||||
| ) |
Create a toolbar text element.
Prototype: fun [EdToolBar S S I I I I I] CompText
| EdToolBar | : tool bar structure | |
| S | : text value to set | |
| S | : font name for the text | |
| I | : font size | |
| I | : font flags (FF_WEIGHT, FF_ITALIC, FF_UNDERLINE, FF_STRIKED, FF_PIXEL) | |
| I | : text color | |
| I | : CompText creation flags | |
| I | : toolbar align flag (ETB_ALIGN_LEFT, ETB_ALIGN_RIGHT, ETB_ALIGN_BOTTOM, ETB_ALIGN_TOP) |
| setEdToolBarCheckState | ( | t | , | |
| chk | , | |||
| state | ||||
| ) |
| setEdToolBarCheckEnable | ( | t | , | |
| chk | , | |||
| state | ||||
| ) |
| setEdToolBarCheckCbClick | ( | t | , | |
| check | , | |||
| cbclick | ||||
| ) |
| crEdToolBarCheck | ( | t | , | |
| abmp | , | |||
| align | , | |||
| bubble | , | |||
| cbclick | ||||
| ) |
Create a toolbar check element.
Prototype: fun [EdToolBar AlphaBitmap I S fun [EdToolBar CompCheck I I I] I] CompCheck
| EdToolBar | : tool bar structure | |
| AlphaBitmap | : alpha bitmap to use as graphic check | |
| I | : toolbar align flag (ETB_ALIGN_LEFT, ETB_ALIGN_RIGHT, ETB_ALIGN_BOTTOM, ETB_ALIGN_TOP) | |
| S | : tooltip text | |
| fun | [EdToolBar CompCheck I I I] I : callback on click |
| setEdToolBarButtonEnable | ( | t | , | |
| btn | , | |||
| state | ||||
| ) |
| setEdToolBarButtonCbClick | ( | t | , | |
| button | , | |||
| cbclick | ||||
| ) |
| crEdToolBarButton | ( | t | , | |
| abmp | , | |||
| align | , | |||
| bubble | , | |||
| cbclick | ||||
| ) |
Create a toolbar button element.
Prototype: fun [EdToolBar AlphaBitmap I S fun [EdToolBar CompRollOver I I] I] CompRollOver
| EdToolBar | : tool bar structure | |
| AlphaBitmap | : alpha bitmap to use as graphic button | |
| I | : toolbar align flag (ETB_ALIGN_LEFT, ETB_ALIGN_RIGHT, ETB_ALIGN_BOTTOM, ETB_ALIGN_TOP) | |
| S | : tooltip text | |
| fun | [EdToolBar CompRollOver I I] I : callback on click |
| crEdToolBarBitmap | ( | t | , | |
| abmp | , | |||
| align | , | |||
| bubble | , | |||
| cbclick | ||||
| ) |
Create a toolbar bitmap element.
Prototype: fun [EdToolBar AlphaBitmap I S fun [EdToolBar I I I] I] CompRollOver
| EdToolBar | : tool bar structure | |
| AlphaBitmap | : alpha bitmap to use as graphic bitmap | |
| I | : toolbar align flag (ETB_ALIGN_LEFT, ETB_ALIGN_RIGHT, ETB_ALIGN_BOTTOM, ETB_ALIGN_TOP) | |
| S | : tooltip text | |
| fun | [EdToolBar I I I] I : callback on click |
| sizeEdToolBar | ( | t | , | |
| x | , | |||
| y | , | |||
| w | , | |||
| h | ||||
| ) |
| paintEdToolBar | ( | t | ) |
| setEdToolBarDbClick | ( | t | , | |
| cbfun | ||||
| ) |
| setEdToolBarClick | ( | t | , | |
| cbfun | ||||
| ) |
1.6.3