[wxPython-users] wxBitmapButton Problem
Amit15.Kumar at aricent.com
Amit15.Kumar at aricent.com
Mon Mar 5 02:58:07 PST 2007
Can anybody tell me whats wrong with this code....
/* trying to display test2.bmp on button bmpBtn*/
bitmap = wxBitmap(_T("test2.bmp"), wxBITMAP_TYPE_BMP);
wxBitmapButton *bmpBtn = new wxBitmapButton
(
panel, wxID_ANY,
bitmap ,
wxPoint(30, 70)
);
Result: Button is not being display...
thanks
amit tandial
*********************** Aricent-Unclassified ***********************
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of
the individual to whom it is addressed. It may contain privileged or confidential information and should not be
circulated or used for any purpose other than for what it is intended. If you have received this message in error,
please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly
prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility for
loss or damage arising from the use of the information transmitted by this email including damage from virus."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20070305/0e8a42a8/attachment.htm
More information about the wxpython-users
mailing list