Community
Participate
Working Groups
I need to print out the contents of a table. If I just create an image from this table, then only a screenshot of the table gets printed, this means that only visible part of the table gets printer. I want to print out whole contents of the table.
No API for printing the content of any widget, you have to do so drawing the content of the widget using a GC. This PR is somehow a feature request for printing widget's content. *** This bug has been marked as a duplicate of 26095 ***