Esempio n. 1
0
 /**
  * Get the Object corresponding to the given name.
  *
  * @since 4.0.20
  */
 public Object getObject(String name) {
   if (name == null) {
     throw new IllegalArgumentException();
   }
   return GtkBuilder.getObject(this, name);
 }