user2980054
user2980054

Reputation: 453

text control allowing to use bitmaps and text together

I am trying to create chat application that support smylies,and since I am using textctrl to show text messages from users ,I want find a way to add smylies icons along with text just like any known chat application such as yahoo messanger or nimbuzz.. and if it is not possible with textctrl ,so what is the alternative .I am using wxpython for python 2.7 on windows 8.1 .please help

Upvotes: 0

Views: 60

Answers (1)

VZ.
VZ.

Reputation: 22753

Have a look at wxRichTextCtrl.

Upvotes: 0

Related Questions