Index: trunk/doc/developer/dad/widgets.html =================================================================== --- trunk/doc/developer/dad/widgets.html (revision 22607) +++ trunk/doc/developer/dad/widgets.html (revision 22608) @@ -22,6 +22,8 @@ PCB_DAD_PROGRESS progress bar PCB_DAD_TREE a list, table or tree of text data PCB_DAD_PREVIEW drawing area +PCB_DAD_PICTURE static bitmap image +PCB_DAD_PICBUTTON static bitmap button @@ -136,6 +138,17 @@ user_ctx opaque pointer that is passed to every callback +

PCB_DAD_PICTURE(table, xpm)

+

+The pointer to a static xpm image is stored in the enumerations field. The image +is displayed in a widget without any other decoration. + +

PCB_DAD_PICBUTTON(table, xpm)

+

+The pointer to a static xpm image is stored in the enumerations field. The image +is displayed in a button tat behaves exaclty as a normal BUTTON in all other +regards. +

Layout widgets

Index: trunk/doc/developer/dad/wpicbtn.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/doc/developer/dad/wpicbtn.png =================================================================== --- trunk/doc/developer/dad/wpicbtn.png (nonexistent) +++ trunk/doc/developer/dad/wpicbtn.png (revision 22608) Property changes on: trunk/doc/developer/dad/wpicbtn.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: trunk/doc/developer/dad/wpicture.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/doc/developer/dad/wpicture.png =================================================================== --- trunk/doc/developer/dad/wpicture.png (nonexistent) +++ trunk/doc/developer/dad/wpicture.png (revision 22608) Property changes on: trunk/doc/developer/dad/wpicture.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property