| 
| static sf::String  | get () | 
|   | Returns the contents of the clipboard.  More...
  | 
|   | 
| static void  | set (const sf::String &contents) | 
|   | Changes the contents of the clipboard.  More...
  | 
|   | 
◆ get()
  
  
      
        
          | static sf::String tgui::Clipboard::get  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Returns the contents of the clipboard. 
- Returns
 - Contents of the clipboard 
 
 
 
◆ set()
  
  
      
        
          | static void tgui::Clipboard::set  | 
          ( | 
          const sf::String &  | 
          contents | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Changes the contents of the clipboard. 
- Parameters
 - 
  
    | contents | New contents of the clipboard  | 
  
   
 
 
The documentation for this class was generated from the following file: