Does anyone know if there are any standard function to place an icon for a PUSH_BUTTON line in popupMenu?
In example, like at the right of the push buttons on the following picture
Thank you in advance!

Code: Select all
childPanel(makeDynAnytype(module, // Name of the parent module
fileName, // File name of the child panel
rootPanel(module), // Name of the parent panel
panelName, // Panel name of the child panel
position[1], position[2], // X, Y
1.0, // Scale
FALSE, // Parent scale
parameters, // Dollar parameters
TRUE, // Modal
makeMapping("windowFlags", "Popup")), // Options
result); // Return array as passed to 'panelOff'