Pixmap :: read - Read pixmap from resource database
The function provides the pixmap definition for the pixmap from the resource database (ADK_Bitmap) looking for a resource with the name passed in sResource.
Return value: Pixmap data ( odabagui::Pixmap & )
Pixmap data contains a file path to a pixmap file and/or pixmap data as binary data block.
Implementation details
odabagui::Pixmap &
Pixmap  :: read ( odaba::String &sResource )
- sResource
- Name of resoure
"ok_button" // button in the current window
"address.street" // line edit in the address subwindow
".name" // line edit in the upper control (window)