WX.Const (eagl v0.3.0)

View Source

wxWidgets constants for GUI and OpenGL canvas management. Use this module to inject wxWidgets constants as module attributes.

Usage

defmodule MyModule do
  use WX.Const

  # Now you can use @wx_vertical, @wx_gl_rgba, @wx_expand, etc.
end

Categories

This module provides constants for:

  • OpenGL canvas attributes (WXGL*)
  • Layout directions and sizer flags
  • Window styles and background styles
  • Event types and window management