Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxauinotebookevent(3erl) [linux 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)

Check Out this Related Man Page

wxGridEvent(3erl)					     Erlang Module Definition						 wxGridEvent(3erl)

NAME
wxGridEvent - See external documentation: wxGridEvent. DESCRIPTION
See external documentation: wxGridEvent . Use wxEvtHandler:connect/3 with EventType: : grid_cell_left_click , grid_cell_right_click , grid_cell_left_dclick , grid_cell_right_dclick , grid_label_left_click , grid_label_right_click , grid_label_left_dclick , grid_label_right_dclick , grid_row_size , grid_col_size , grid_range_select , grid_cell_change , grid_select_cell , grid_editor_shown , grid_editor_hidden , grid_editor_created , grid_cell_begin_drag See also the message variant #wxGrid{ } event record type. This class is derived (and can use functions) from: wxNotifyEvent wxCommandEvent wxEvent DATA TYPES
wxGridEvent() : 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
altDown(This::wxGridEvent()) -> bool() See external documentation . controlDown(This::wxGridEvent()) -> bool() See external documentation . getCol(This::wxGridEvent()) -> integer() See external documentation . getPosition(This::wxGridEvent()) -> {X::integer(), Y::integer()} See external documentation . getRow(This::wxGridEvent()) -> integer() See external documentation . metaDown(This::wxGridEvent()) -> bool() See external documentation . selecting(This::wxGridEvent()) -> bool() See external documentation . shiftDown(This::wxGridEvent()) -> bool() See external documentation . AUTHORS
<> wxErlang 0.98.9 wxGridEvent(3erl)
Man Page