|
|
Home » U++ Library support » Menus&Toolbars » CtrlImg::new_doc()
CtrlImg::new_doc() [message #10785] |
Sat, 28 July 2007 23:42  |
Mark999
Messages: 6 Registered: July 2007
|
Promising Member |
|
|
I was looking at the example UWord; trying to get a toolbar working. And came across this code:
void UWord::FileBar(Bar& bar)
{
bar.Add("New", CtrlImg::new_doc(), THISBACK(New))
.Key(K_CTRL_N)
.Help("Open new window");
What is CtrlImg::new_doc()? I realize its an image but what do I need in order to use the built in images?
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 11:54:31 CEST 2025
Total time taken to generate the page: 0.00946 seconds
|
|
|