Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxtreeevent(3erl) [linux man page]

wxTreeEvent(3erl)					     Erlang Module Definition						 wxTreeEvent(3erl)

NAME
wxTreeEvent - See external documentation: wxTreeEvent. DESCRIPTION
See external documentation: wxTreeEvent . Use wxEvtHandler:connect/3 with EventType: : command_tree_begin_drag , command_tree_begin_rdrag , command_tree_begin_label_edit , command_tree_end_label_edit , com- mand_tree_delete_item , command_tree_get_info , command_tree_set_info , command_tree_item_expanded , command_tree_item_expanding , com- mand_tree_item_collapsed , command_tree_item_collapsing , command_tree_sel_changed , command_tree_sel_changing , command_tree_key_down , command_tree_item_activated , command_tree_item_right_click , command_tree_item_middle_click , command_tree_end_drag , com- mand_tree_state_image_click , command_tree_item_gettooltip , command_tree_item_menu See also the message variant #wxTree{ } event record type. This class is derived (and can use functions) from: wxNotifyEvent wxCommandEvent wxEvent DATA TYPES
wxTreeEvent() : 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
getKeyCode(This::wxTreeEvent()) -> integer() See external documentation . getItem(This::wxTreeEvent()) -> integer() See external documentation . getKeyEvent(This::wxTreeEvent()) -> wxKeyEvent() (see module wxKeyEvent) See external documentation . getLabel(This::wxTreeEvent()) -> string() See external documentation . getOldItem(This::wxTreeEvent()) -> integer() See external documentation . getPoint(This::wxTreeEvent()) -> {X::integer(), Y::integer()} See external documentation . isEditCancelled(This::wxTreeEvent()) -> bool() See external documentation . setToolTip(This::wxTreeEvent(), ToolTip::string()) -> ok See external documentation . AUTHORS
<> wxErlang 0.98.9 wxTreeEvent(3erl)

Check Out this Related Man Page

wxAuiNotebookEvent(3erl)				     Erlang Module Definition					  wxAuiNotebookEvent(3erl)

NAME
wxAuiNotebookEvent - See external documentation: wxAuiNotebookEvent. DESCRIPTION
See external documentation: wxAuiNotebookEvent . Use wxEvtHandler:connect/3 with EventType: : command_auinotebook_page_close , command_auinotebook_page_changed , command_auinotebook_page_changing , command_auinotebook_button , command_auinotebook_begin_drag , command_auinotebook_end_drag , command_auinotebook_drag_motion , command_auinotebook_allow_dnd , com- mand_auinotebook_tab_middle_down , command_auinotebook_tab_middle_up , command_auinotebook_tab_right_down , command_auinote- book_tab_right_up , command_auinotebook_page_closed , command_auinotebook_drag_done , command_auinotebook_bg_dclick See also the message variant #wxAuiNotebook{ } event record type. This class is derived (and can use functions) from: wxNotifyEvent wxCommandEvent wxEvent DATA TYPES
wxAuiNotebookEvent() : 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
setSelection(This::wxAuiNotebookEvent(), S::integer()) -> ok See external documentation . getSelection(This::wxAuiNotebookEvent()) -> integer() See external documentation . setOldSelection(This::wxAuiNotebookEvent(), S::integer()) -> ok See external documentation . getOldSelection(This::wxAuiNotebookEvent()) -> integer() See external documentation . setDragSource(This::wxAuiNotebookEvent(), S::wxAuiNotebook() (see module wxAuiNotebook)) -> ok See external documentation . getDragSource(This::wxAuiNotebookEvent()) -> wxAuiNotebook() (see module wxAuiNotebook) See external documentation . AUTHORS
<> wxErlang 0.98.9 wxAuiNotebookEvent(3erl)
Man Page