miniIcon on FXMessageBox
"John Selverian" <[email protected]>
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Organization | JAHM Software |
| Message-ID | <[email protected]> |
I'm trying to set the icon on the titlebar of a FXMessageBox:
FXMessageBox messageBox(this, titleStr.text(), messageStr.text(),
infoIcon, INFO_ICON| DECOR_TITLE | DECOR_BORDER);
my_icon = new FXXPMIcon(w->getApp(), my_icon_imge);
messageBox.setMiniIcon(my_icon);
The icon "my_icon" get created fine, I use it on the main window.
It never gets sets in the FXMesageBox
Kind regards,
js
_______________________________________________
Foxgui-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/foxgui-users
image001.gif
(image/gif, 70 B) - not displayed