Module wxCommandEvent

See external documentation: wxCommandEvent.

Description

See external documentation: wxCommandEvent.
Use wxEvtHandler:connect/5 with EventType:
command_button_clicked, command_checkbox_clicked, command_choice_selected, command_listbox_selected, command_listbox_doubleclicked, command_text_updated, command_text_enter, command_menu_selected, command_slider_updated, command_radiobox_selected, command_radiobutton_selected, command_scrollbar_updated, command_vlbox_selected, command_combobox_selected, command_togglebutton_clicked, command_notebook_page_changed, command_notebook_page_changing

See also the message variant #wxCommand{} event record type.


This class is derived (and can use functions) from:
  • wxEvent
  • Data Types

    wxCommandEvent()

    abstract datatype: wxCommandEvent()

    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.

    Function Index

    getClientData/1*See external documentation.
    getExtraLong/1*See external documentation.
    getInt/1*See external documentation.
    getSelection/1*See external documentation.
    getString/1*See external documentation.
    isChecked/1*See external documentation.
    isSelection/1*See external documentation.
    setInt/2*See external documentation.
    setString/2*See external documentation.

    Function Details

    getClientData/1 *

    getClientData(This::wxCommandEvent()) -> ok

    See external documentation.

    getExtraLong/1 *

    getExtraLong(This::wxCommandEvent()) -> integer()

    See external documentation.

    getInt/1 *

    getInt(This::wxCommandEvent()) -> integer()

    See external documentation.

    getSelection/1 *

    getSelection(This::wxCommandEvent()) -> integer()

    See external documentation.

    getString/1 *

    getString(This::wxCommandEvent()) -> string()

    See external documentation.

    isChecked/1 *

    isChecked(This::wxCommandEvent()) -> bool()

    See external documentation.

    isSelection/1 *

    isSelection(This::wxCommandEvent()) -> bool()

    See external documentation.

    setInt/2 *

    setInt(This::wxCommandEvent(), I::integer()) -> ok

    See external documentation.

    setString/2 *

    setString(This::wxCommandEvent(), S::string()) -> ok

    See external documentation.


    Generated by EDoc, May 26 2008, 12:35:30.