portrait_printer 
the art gallery viewer/printer!
Program that lets the curator (or anyone really) browse all of the portraits in the database Stationary consoles can also print them out as they please as long as they've enough paper
Vars | |
matching_paintings | Stores the result of the search, for later access. |
---|---|
search_mode | Whether the search function will check the title of the painting or the author's name. |
search_string | The last input in the search tab, stored here and reused in the UI to show successive users if the current list of paintings is limited to the results of a search or not. |
Var Details
matching_paintings 
Stores the result of the search, for later access.
search_mode 
Whether the search function will check the title of the painting or the author's name.
search_string 
The last input in the search tab, stored here and reused in the UI to show successive users if the current list of paintings is limited to the results of a search or not.