diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2007-12-17 12:37:36 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2007-12-17 12:37:36 +0000 |
commit | 0058a7b30cc203cef07e1e4dea3e4eb8fa0f1ce6 (patch) | |
tree | cc964495757de4c648dcf6cbc2cd33f71e00fc98 /ext/metadata/test/MetadataEditorMain.glade | |
parent | 6adccf1c543b9507ed895120d143ae61e8045d45 (diff) | |
download | gst-plugins-bad-0058a7b30cc203cef07e1e4dea3e4eb8fa0f1ce6.tar.gz gst-plugins-bad-0058a7b30cc203cef07e1e4dea3e4eb8fa0f1ce6.tar.bz2 gst-plugins-bad-0058a7b30cc203cef07e1e4dea3e4eb8fa0f1ce6.zip |
Added "parse-only" property to metadatademux.
Original commit message from CVS:
Added "parse-only" property to metadatademux.
Diffstat (limited to 'ext/metadata/test/MetadataEditorMain.glade')
-rw-r--r-- | ext/metadata/test/MetadataEditorMain.glade | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ext/metadata/test/MetadataEditorMain.glade b/ext/metadata/test/MetadataEditorMain.glade index ecd09be5..871d8e6b 100644 --- a/ext/metadata/test/MetadataEditorMain.glade +++ b/ext/metadata/test/MetadataEditorMain.glade @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.2.0 on Wed Dec 12 14:07:03 2007 by edlima@feisty-laptop--> +<!--Generated with glade3 3.2.0 on Mon Dec 17 11:42:47 2007 by edlima@feisty-laptop--> <glade-interface> <widget class="GtkWindow" id="windowMain"> <property name="width_request">800</property> @@ -123,6 +123,19 @@ <property name="position">1</property> </packing> </child> + <child> + <widget class="GtkCheckButton" id="checkbuttonCapture"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="label" translatable="yes">Capture image from camera</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="on_checkbuttonCapture_toggled"/> + </widget> + <packing> + <property name="position">2</property> + </packing> + </child> </widget> <packing> <property name="expand">False</property> |