diff options
author | David Robillard <d@drobilla.net> | 2012-07-29 22:54:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-29 22:54:59 +0000 |
commit | ecb566f2a9c453bd30fd29db29d433813d3f30b9 (patch) | |
tree | 3168b102b2f12927f9377c8badbee9bab1203370 /lv2/lv2plug.in/ns/extensions/ui/ui.ttl | |
parent | 2214b8f45e7616ad0e7be44776c32497e5c7f8e7 (diff) | |
download | lv2-ecb566f2a9c453bd30fd29db29d433813d3f30b9.tar.xz |
Add ui:Gtk3UI.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl index fc3d0aa..9d1048c 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl @@ -91,6 +91,15 @@ A UI where the LV2_Widget is a pointer to a Gtk+ 2.0 compatible GtkWidget, and the host guarantees that the Gtk+ library has been initialised and the Glib main loop is running before a UI of this type is instantiated.""" . +ui:Gtk3UI + a rdfs:Class , + owl:Class ; + rdfs:subClassOf ui:UI ; + rdfs:comment """ +A UI where the LV2_Widget is a pointer to a Gtk+ 3.0 compatible GtkWidget, +and the host guarantees that the Gtk+ library has been initialised and the +Glib main loop is running before a UI of this type is instantiated.""" . + ui:Qt4UI a rdfs:Class , owl:Class ; |