search for: longhelp

Displaying 5 results from an estimated 5 matches for "longhelp".

2007 Apr 28
6
XRC Problem
...lt;/bitmapsize> <style>wxTB_FLAT|wxTB_HORIZONTAL</style> <object class="tool" name="tbAddContact"> <label>Add Contact</label> <tooltip>Add a Contact</tooltip> <longhelp>Add a contact to your contact list</longhelp> <bitmap>/home/eumario/Projects/RubyIM/images/add_contact.png</bitmap> </object> <object class="tool" name="tbAddChat"> <label>Add Chat&lt...
2004 Aug 06
3
ICECAST ADMINistration
hi people, currently, what commands are available via /admin page for icecast2 ? I know I can kick users and see stats. what about the other commmands? where can I find a list of them? chao, Karelium __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com --- >8 ---- List archives:
2005 Mar 15
1
(Yet another) Music on hold problem and another...
...ellent piece of software it is, too), but I'm having a couple of problems. The first one is with music on hold! I've downloaded and installed mpg123 as specified: ># whereis mpg123 >mpg123: /usr/local/bin/mpg123 It's the correct version: ># /usr/local/bin/mpg123 --longhelp >High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. >Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. >Uses code from various people. See 'README' for more! >THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! I start ast...
2007 Jun 22
0
[1059] trunk/wxruby2/doc/textile/toolbar.txtl: Update ToolBar documentation to reflect recent changes in API
...lass="cx"> * "ToolBar#set_tool_client_data":#ToolBar_settoolclientdata </span><ins>+* "ToolBar#set_tool_disabled_bitmap":#ToolBar_settooldisabledbitmap </ins><span class="cx"> * "ToolBar#set_tool_long_help":#ToolBar_settoollonghelp </span><span class="cx"> * "ToolBar#set_tool_packing":#ToolBar_settoolpacking </span><span class="cx"> * "ToolBar#set_tool_short_help":#ToolBar_settoolshorthelp </span><ins>+* "ToolBar#set_tool_normal_bitmap":#Too...
2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
...bsp&nbsp&nbsp&nbsp&nbsp*/ - - wxToolBarTool* AddTool(int toolId , const wxString& label , const wxBitmap& bitmap1 , const wxBitmap& bitmap2 = wxNullBitmap, wxItemKind kind = wxITEM_NORMAL, const wxString& shortHelpString = wxT(""), const wxString& longHelpString = wxT(""), wxObject* clientData = NULL) ; -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Adds a tool to the toolbar. The first (short and most commonly used) version -ha...