public static void main(String[] args) {
   Gtk.init(args);
   runExample(new SnapshotComboBoxText());
   Gtk.main();
 }
Exemple #2
0
 /**
  * Removes the specified handler for changed events from this TreeSelection.
  *
  * @param handler the handler to be removed.
  */
 public void removeChangedHandler(ChangedEventHandler handler) {
   Gtk.removeHandler(pointer, handler.getHandleId());
 }