Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxbitmapbutton(3erl) [linux man page]

wxBitmapButton(3erl)					     Erlang Module Definition					      wxBitmapButton(3erl)

NAME
wxBitmapButton - 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() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Bitmap::wxBitmap() (see module wxBitmap)) -> wxBitmapButton() Equivalent to new(Parent, Id, Bitmap, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Bitmap::wxBitmap() (see module wxBitmap), Options::[Option]) -> wxBitmapBut- ton() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . create(This::wxBitmapButton(), Parent::wxWindow() (see module wxWindow), Id::integer(), Bitmap::wxBitmap() (see module wxBitmap)) -> bool() Equivalent to create(This, Parent, Id, Bitmap, []) . create(This::wxBitmapButton(), Parent::wxWindow() (see module wxWindow), Id::integer(), Bitmap::wxBitmap() (see module wxBitmap), Options::[Option]) -> bool() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . getBitmapDisabled(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap) See external documentation . getBitmapFocus(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap) See external documentation . getBitmapLabel(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap) See external documentation . getBitmapSelected(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap) See external documentation . setBitmapDisabled(This::wxBitmapButton(), Disabled::wxBitmap() (see module wxBitmap)) -> ok See external documentation . setBitmapFocus(This::wxBitmapButton(), Focus::wxBitmap() (see module wxBitmap)) -> ok See external documentation . setBitmapLabel(This::wxBitmapButton(), Bitmap::wxBitmap() (see module wxBitmap)) -> ok See external documentation . setBitmapSelected(This::wxBitmapButton(), Sel::wxBitmap() (see module wxBitmap)) -> ok See external documentation . destroy(This::wxBitmapButton()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxBitmapButton(3erl)

Check Out this Related Man Page

wxBufferedDC(3erl)					     Erlang Module Definition						wxBufferedDC(3erl)

NAME
wxBufferedDC - See external documentation: wxBufferedDC. DESCRIPTION
See external documentation: wxBufferedDC . This class is derived (and can use functions) from: wxMemoryDC wxDC DATA TYPES
wxBufferedDC() : 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() -> wxBufferedDC() See external documentation . new(Dc::wxDC() (see module wxDC)) -> wxBufferedDC() Equivalent to new(Dc, []) . new(Dc::wxDC() (see module wxDC), X::term()) -> wxBufferedDC() See external documentation . Alternatives: new(Dc::wxDC:wxDC(), Area::{W::integer(),H::integer()}) -> new(Dc,Area, []) new(Dc::wxDC:wxDC(), [Option]) -> wxBufferedDC() Option = {buffer, wxBitmap:wxBitmap()} | {style, integer()} new(Dc::wxDC() (see module wxDC), Area::{W::integer(), H::integer()}, Options::[Option]) -> wxBufferedDC() Types Option = {style, integer()} See external documentation . init(This::wxBufferedDC(), Dc::wxDC() (see module wxDC)) -> ok Equivalent to init(This, Dc, []) . init(This::wxBufferedDC(), Dc::wxDC() (see module wxDC), X::term()) -> ok See external documentation . Alternatives: init(This::wxBufferedDC(), Dc::wxDC:wxDC(), Area::{W::integer(),H::integer()}) -> init(This,Dc,Area, []) init(This::wxBufferedDC(), Dc::wxDC:wxDC(), [Option]) -> ok Option = {buffer, wxBitmap:wxBitmap()} | {style, integer()} init(This::wxBufferedDC(), Dc::wxDC() (see module wxDC), Area::{W::integer(), H::integer()}, Options::[Option]) -> ok Types Option = {style, integer()} See external documentation . destroy(This::wxBufferedDC()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxBufferedDC(3erl)
Man Page