Query: toolbar
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
toolbar(3erl) Erlang Module Definition toolbar(3erl)NAMEtoolbar - GUI for Starting Tools and User ContributionsDESCRIPTIONToolbar makes it easier to use the different Erlang tools - and the user contributions - which are provided. It has a graphical user inter- face with an icon for each tool. Clicking the icon activates the corresponding tool. All tools to be included on Toolbar must have a configuration file containing information about the tool, for example its start function and help information location. Configuration files must have the .tool suffix. When started, Toolbar automatically checks for *.tool files in the current path and adds the corresponding tools. For each ebin directory found in the path, it will also look in a priv directory next to it. This is a feature of the Erlang file structure.EXPORTSstart() -> ok | already_started Creates a window containing tool icons. version() -> string() Returns the current version number of Toolbar. update() -> ok | {error,not_started} Makes a search for new tool files in the current path and adds the corresponding tools to Toolbar window. quit() -> ok | {error,not_started} create_tool_file() -> ok | {error,not_started} Starts the GUI used for creating and editing tool files. add_gs_contribs() -> ok | {error,not_started} Adds the path to the directory where the GS contributions are situated and add the tools found there, if any. Ericsson AB toolbar 1.4.1 toolbar(3erl)
| Related Man Pages | 
|---|
| log_mf_h(3erl) - linux | 
| percept(3erl) - linux | 
| graphdraw(1) - debian | 
| git-mergetool(1) - centos | 
| gtk2::toolbar(3pm) - debian | 
| Similar Topics in the Unix Linux Community | 
|---|
| Suggested tool / approach for performance testing | 
| How to change rows in file - not only | 
| AIX monitoring tools for graphical output | 
| Awk to count occurences | 
| Change Toolbar to Opt In? |