Add Item to Dock 0.0.8


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Add Item to Dock 0.0.8
# 1  
Old 06-03-2008
Add Item to Dock 0.0.8

Mon, 02 Jun 2008 00:00:00 PST

ImageAbout Add Item to Dock
Add Item to Dock is a flexible, open-source tool, released for the benefit of system administrators, and developers.

Add Item to Dock provides an interface to the defaults program, allowing you to add items to the dock via the command line.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to use UCSF DOCK on cygwin ?

I have installed DOCK 6.6 on Cygwin ( I'm not sure if it is installed completely, I did as the DOCK 6.6 manual said ) and I am trying to do one of its wiki tutorials. in one of the steps, when I want to use "sphgen" for generating spheres, it says: bash: sphgen: command not found I think sphgen... (2 Replies)
Discussion started by: fmn
2 Replies

2. Red Hat

Installing cairo-dock or any other desktop customization software

Dear all, I want to install cairo-dock or any other substitute desktop customization software in my RedHat Linux 5.3 machine. I think cairo-dock is for fedora linux,i need RedHat compatible. Can any one provide me with the appropriate link and installation steps for the same. ... (0 Replies)
Discussion started by: monojcool
0 Replies

3. UNIX for Dummies Questions & Answers

Trying to install UCSF DOCK on Cygwin

I'm trying to install DOCK 6.3 on my computer. I'm using the latest version of both DOCK for the install and Cygwin. Following the directions outlined here DOCK 6.3 User Manual I type in the prompt ./configure Makefile and it creates a header file titled config.h I then type in make... (6 Replies)
Discussion started by: newuser1
6 Replies

4. Solaris

Add item to crontab

hi, how can I add a new value to crontab file using a script not using the command " crontab -e " . ex: echo " 10 10 * * * " >> /var/spoll/cron/crontabs/<username> how can I do that in a correct way?? thanks, (3 Replies)
Discussion started by: Ahmed waheed
3 Replies

5. Shell Programming and Scripting

Removing an item from the dock

Hello! I am able to add an item to the dock with this command: defaults write com.apple.dock persistent-apps -array-add... (1 Reply)
Discussion started by: emperorfabulous
1 Replies
Login or Register to Ask a Question
wxTreeCtrl(3erl)					     Erlang Module Definition						  wxTreeCtrl(3erl)

NAME
wxTreeCtrl - See external documentation: wxTreeCtrl. DESCRIPTION
See external documentation: wxTreeCtrl . Note: The representation of treeItemId() have changed from the original class implementation to be an semi-opaque type,Equality between TreeItemId's can be tested and zero means that the TreeItem is invalid. DATA TYPES
wxTreeCtrl() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxTreeCtrl() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxTreeCtrl() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxTreeCtrl() Types Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . addRoot(This::wxTreeCtrl(), Text::string()) -> integer() Equivalent to addRoot(This, Text, []) . addRoot(This::wxTreeCtrl(), Text::string(), Options::[Option]) -> integer() Types Option = {image, integer()} | {selectedImage, integer()} | {data, term()} See external documentation . appendItem(This::wxTreeCtrl(), Parent::integer(), Text::string()) -> integer() Equivalent to appendItem(This, Parent, Text, []) . appendItem(This::wxTreeCtrl(), Parent::integer(), Text::string(), Options::[Option]) -> integer() Types Option = {image, integer()} | {selectedImage, integer()} | {data, term()} See external documentation . assignImageList(This::wxTreeCtrl(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . assignStateImageList(This::wxTreeCtrl(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . collapse(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . collapseAndReset(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . create(This::wxTreeCtrl(), Parent::wxWindow() (see module wxWindow)) -> bool() Equivalent to create(This, Parent, []) . create(This::wxTreeCtrl(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . delete(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . deleteAllItems(This::wxTreeCtrl()) -> ok See external documentation . deleteChildren(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . editLabel(This::wxTreeCtrl(), Item::integer()) -> wxTextCtrl() (see module wxTextCtrl) See external documentation . ensureVisible(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . expand(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . getBoundingRect(This::wxTreeCtrl(), Item::integer(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> bool() Equivalent to getBoundingRect(This, Item, Rect, []) . getBoundingRect(This::wxTreeCtrl(), Item::integer(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}, Options::[Option]) -> bool() Types Option = {textOnly, bool()} See external documentation . getChildrenCount(This::wxTreeCtrl(), Item::integer()) -> integer() Equivalent to getChildrenCount(This, Item, []) . getChildrenCount(This::wxTreeCtrl(), Item::integer(), Options::[Option]) -> integer() Types Option = {recursively, bool()} See external documentation . getCount(This::wxTreeCtrl()) -> integer() See external documentation . getEditControl(This::wxTreeCtrl()) -> wxTextCtrl() (see module wxTextCtrl) See external documentation . getFirstChild(This::wxTreeCtrl(), Item::integer()) -> {integer(), Cookie::integer()} See external documentation . getNextChild(This::wxTreeCtrl(), Item::integer(), Cookie::integer()) -> {integer(), Cookie::integer()} See external documentation . getFirstVisibleItem(This::wxTreeCtrl()) -> integer() See external documentation . getImageList(This::wxTreeCtrl()) -> wxImageList() (see module wxImageList) See external documentation . getIndent(This::wxTreeCtrl()) -> integer() See external documentation . getItemBackgroundColour(This::wxTreeCtrl(), Item::integer()) -> colour() (see module wx) See external documentation . getItemData(This::wxTreeCtrl(), Item::integer()) -> term() See external documentation . getItemFont(This::wxTreeCtrl(), Item::integer()) -> wxFont() (see module wxFont) See external documentation . getItemImage(This::wxTreeCtrl(), Item::integer()) -> integer() See external documentation . getItemImage(This::wxTreeCtrl(), Item::integer(), Options::[Option]) -> integer() Types Option = {which, WxTreeItemIcon} WxTreeItemIcon = integer() See external documentation . WxTreeItemIcon is one of ?wxTreeItemIcon_Normal | ?wxTreeItemIcon_Selected | ?wxTreeItemIcon_Expanded | ?wxTreeItemIcon_SelectedEx- panded | ?wxTreeItemIcon_Max getItemText(This::wxTreeCtrl(), Item::integer()) -> string() See external documentation . getItemTextColour(This::wxTreeCtrl(), Item::integer()) -> colour() (see module wx) See external documentation . getLastChild(This::wxTreeCtrl(), Item::integer()) -> integer() See external documentation . getNextSibling(This::wxTreeCtrl(), Item::integer()) -> integer() See external documentation . getNextVisible(This::wxTreeCtrl(), Item::integer()) -> integer() See external documentation . getItemParent(This::wxTreeCtrl(), Item::integer()) -> integer() See external documentation . getPrevSibling(This::wxTreeCtrl(), Item::integer()) -> integer() See external documentation . getPrevVisible(This::wxTreeCtrl(), Item::integer()) -> integer() See external documentation . getRootItem(This::wxTreeCtrl()) -> integer() See external documentation . getSelection(This::wxTreeCtrl()) -> integer() See external documentation . getSelections(This::wxTreeCtrl()) -> {integer(), Val::[integer()]} See external documentation . getStateImageList(This::wxTreeCtrl()) -> wxImageList() (see module wxImageList) See external documentation . hitTest(This::wxTreeCtrl(), Point::{X::integer(), Y::integer()}) -> integer() See external documentation . insertItem(This::wxTreeCtrl(), Parent::integer(), Pos::integer(), Text::string()) -> integer() Equivalent to insertItem(This, Parent, Pos, Text, []) . insertItem(This::wxTreeCtrl(), Parent::integer(), Pos::integer(), Text::string(), Options::[Option]) -> integer() Types Option = {image, integer()} | {selImage, integer()} | {data, term()} See external documentation . isBold(This::wxTreeCtrl(), Item::integer()) -> bool() See external documentation . isExpanded(This::wxTreeCtrl(), Item::integer()) -> bool() See external documentation . isSelected(This::wxTreeCtrl(), Item::integer()) -> bool() See external documentation . isVisible(This::wxTreeCtrl(), Item::integer()) -> bool() See external documentation . itemHasChildren(This::wxTreeCtrl(), Item::integer()) -> bool() See external documentation . prependItem(This::wxTreeCtrl(), Parent::integer(), Text::string()) -> integer() Equivalent to prependItem(This, Parent, Text, []) . prependItem(This::wxTreeCtrl(), Parent::integer(), Text::string(), Options::[Option]) -> integer() Types Option = {image, integer()} | {selectedImage, integer()} | {data, term()} See external documentation . scrollTo(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . selectItem(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . selectItem(This::wxTreeCtrl(), Item::integer(), Options::[Option]) -> ok Types Option = {select, bool()} See external documentation . setIndent(This::wxTreeCtrl(), Indent::integer()) -> ok See external documentation . setImageList(This::wxTreeCtrl(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . setItemBackgroundColour(This::wxTreeCtrl(), Item::integer(), Col::colour() (see module wx)) -> ok See external documentation . setItemBold(This::wxTreeCtrl(), Item::integer()) -> ok Equivalent to setItemBold(This, Item, []) . setItemBold(This::wxTreeCtrl(), Item::integer(), Options::[Option]) -> ok Types Option = {bold, bool()} See external documentation . setItemData(This::wxTreeCtrl(), Item::integer(), Data::term()) -> ok See external documentation . setItemDropHighlight(This::wxTreeCtrl(), Item::integer()) -> ok Equivalent to setItemDropHighlight(This, Item, []) . setItemDropHighlight(This::wxTreeCtrl(), Item::integer(), Options::[Option]) -> ok Types Option = {highlight, bool()} See external documentation . setItemFont(This::wxTreeCtrl(), Item::integer(), Font::wxFont() (see module wxFont)) -> ok See external documentation . setItemHasChildren(This::wxTreeCtrl(), Item::integer()) -> ok Equivalent to setItemHasChildren(This, Item, []) . setItemHasChildren(This::wxTreeCtrl(), Item::integer(), Options::[Option]) -> ok Types Option = {has, bool()} See external documentation . setItemImage(This::wxTreeCtrl(), Item::integer(), Image::integer()) -> ok See external documentation . setItemImage(This::wxTreeCtrl(), Item::integer(), Image::integer(), Options::[Option]) -> ok Types Option = {which, WxTreeItemIcon} WxTreeItemIcon = integer() See external documentation . WxTreeItemIcon is one of ?wxTreeItemIcon_Normal | ?wxTreeItemIcon_Selected | ?wxTreeItemIcon_Expanded | ?wxTreeItemIcon_SelectedEx- panded | ?wxTreeItemIcon_Max setItemText(This::wxTreeCtrl(), Item::integer(), Text::string()) -> ok See external documentation . setItemTextColour(This::wxTreeCtrl(), Item::integer(), Col::colour() (see module wx)) -> ok See external documentation . setStateImageList(This::wxTreeCtrl(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . setWindowStyle(This::wxTreeCtrl(), Styles::integer()) -> ok See external documentation . sortChildren(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . toggle(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . toggleItemSelection(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . unselect(This::wxTreeCtrl()) -> ok See external documentation . unselectAll(This::wxTreeCtrl()) -> ok See external documentation . unselectItem(This::wxTreeCtrl(), Item::integer()) -> ok See external documentation . destroy(This::wxTreeCtrl()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxTreeCtrl(3erl)