wxErlang

Reference Manual

Version 1.8.2

Table of Contents

wxBitmapButton

Module

wxBitmapButton

Module Summary

See external documentation: wxBitmapButton.

Description

See external documentation: wxBitmapButton.

This class is derived (and can use functions) from:
wxButton
wxControl
wxWindow
wxEvtHandler

DATA TYPES

wxBitmapButton()

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

new() -> wxBitmapButton()

new(Parent, Id, Bitmap) -> wxBitmapButton()

Types

Id = integer()

new(Parent, Id, Bitmap, Options::[Option]) -> wxBitmapButton()

Types

Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}

create(This, Parent, Id, Bitmap) -> boolean()

Types

Id = integer()

create(This, Parent, Id, Bitmap, Options::[Option]) -> boolean()

Types

Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}

getBitmapDisabled(This) -> wxBitmap:wxBitmap()

Types

getBitmapFocus(This) -> wxBitmap:wxBitmap()

Types

getBitmapLabel(This) -> wxBitmap:wxBitmap()

Types

getBitmapSelected(This) -> wxBitmap:wxBitmap()

Types

setBitmapDisabled(This, Disabled) -> ok

Types

Disabled = wxBitmap:wxBitmap()

setBitmapFocus(This, Focus) -> ok

Types

setBitmapLabel(This, Bitmap) -> ok

Types

setBitmapSelected(This, Sel) -> ok

destroy(This::wxBitmapButton()) -> ok

Destroys this object, do not use object again