Cauldron2D.Wx.Const (Cauldron2D.Wx v0.1.3)

Copy Markdown View Source

The wxWidgets constants this package uses, by the names wx.hrl gives them, as functions: the fixed ones as numbers, the ones wx decides at runtime through wx's wxe_util:get_const/1 (so wx:new/0 must have run).

Cauldron2D.Wx.Const.wants_chars()
Cauldron2D.Wx.Const.bg_style_paint()

Summary

Functions

wx's align_center_horizontal.

wx's align_center_vertical.

wx's all.

wxBG_STYLE_PAINT, from a running wx.

wx's border_none.

wx's bottom.

wx's default_family.

wx's default_frame_style.

wx's expand.

wxFONTWEIGHT_BOLD, from a running wx.

wxFONTWEIGHT_NORMAL, from a running wx.

wx's full_repaint_on_resize.

wx's horizontal.

wx's id_any.

wxIMAGE_QUALITY_NEAREST, from a running wx.

wx's key_down.

wx's key_escape.

wx's key_left.

wx's key_return.

wx's key_right.

wx's key_shift.

wx's key_space.

wx's key_up.

wx's lc_report.

wx's lc_single_sel.

wx's left.

wx's list_autosize.

wx's list_next_all.

wx's list_state_selected.

wx's mouse_btn_left.

wx's mouse_btn_middle.

wx's mouse_btn_right.

wx's normal.

wx's right.

wx's tab_traversal.

wx's te_multiline.

wx's te_password.

wx's te_process_enter.

wx's te_readonly.

wx's teletype.

wx's top.

wx's vertical.

wx's wants_chars.

Functions

align_center_horizontal()

@spec align_center_horizontal() :: integer()

wx's align_center_horizontal.

align_center_vertical()

@spec align_center_vertical() :: integer()

wx's align_center_vertical.

all()

@spec all() :: integer()

wx's all.

bg_style_paint()

@spec bg_style_paint() :: integer()

wxBG_STYLE_PAINT, from a running wx.

border_none()

@spec border_none() :: integer()

wx's border_none.

bottom()

@spec bottom() :: integer()

wx's bottom.

default_family()

@spec default_family() :: integer()

wx's default_family.

default_frame_style()

@spec default_frame_style() :: integer()

wx's default_frame_style.

expand()

@spec expand() :: integer()

wx's expand.

fontweight_bold()

@spec fontweight_bold() :: integer()

wxFONTWEIGHT_BOLD, from a running wx.

fontweight_normal()

@spec fontweight_normal() :: integer()

wxFONTWEIGHT_NORMAL, from a running wx.

full_repaint_on_resize()

@spec full_repaint_on_resize() :: integer()

wx's full_repaint_on_resize.

horizontal()

@spec horizontal() :: integer()

wx's horizontal.

id_any()

@spec id_any() :: integer()

wx's id_any.

image_quality_nearest()

@spec image_quality_nearest() :: integer()

wxIMAGE_QUALITY_NEAREST, from a running wx.

key_down()

@spec key_down() :: integer()

wx's key_down.

key_escape()

@spec key_escape() :: integer()

wx's key_escape.

key_left()

@spec key_left() :: integer()

wx's key_left.

key_return()

@spec key_return() :: integer()

wx's key_return.

key_right()

@spec key_right() :: integer()

wx's key_right.

key_shift()

@spec key_shift() :: integer()

wx's key_shift.

key_space()

@spec key_space() :: integer()

wx's key_space.

key_up()

@spec key_up() :: integer()

wx's key_up.

lc_report()

@spec lc_report() :: integer()

wx's lc_report.

lc_single_sel()

@spec lc_single_sel() :: integer()

wx's lc_single_sel.

left()

@spec left() :: integer()

wx's left.

list_autosize()

@spec list_autosize() :: integer()

wx's list_autosize.

list_next_all()

@spec list_next_all() :: integer()

wx's list_next_all.

list_state_selected()

@spec list_state_selected() :: integer()

wx's list_state_selected.

mouse_btn_left()

@spec mouse_btn_left() :: integer()

wx's mouse_btn_left.

mouse_btn_middle()

@spec mouse_btn_middle() :: integer()

wx's mouse_btn_middle.

mouse_btn_right()

@spec mouse_btn_right() :: integer()

wx's mouse_btn_right.

normal()

@spec normal() :: integer()

wx's normal.

right()

@spec right() :: integer()

wx's right.

tab_traversal()

@spec tab_traversal() :: integer()

wx's tab_traversal.

te_multiline()

@spec te_multiline() :: integer()

wx's te_multiline.

te_password()

@spec te_password() :: integer()

wx's te_password.

te_process_enter()

@spec te_process_enter() :: integer()

wx's te_process_enter.

te_readonly()

@spec te_readonly() :: integer()

wx's te_readonly.

teletype()

@spec teletype() :: integer()

wx's teletype.

top()

@spec top() :: integer()

wx's top.

vertical()

@spec vertical() :: integer()

wx's vertical.

wants_chars()

@spec wants_chars() :: integer()

wx's wants_chars.