mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
75 lines
1.7 KiB
Text
75 lines
1.7 KiB
Text
|
<?xml version="1.0"?>
|
||
|
<GTK-Interface>
|
||
|
|
||
|
<project>
|
||
|
<name>project1</name>
|
||
|
<directory></directory>
|
||
|
<source_directory></source_directory>
|
||
|
<pixmaps_directory>pixmaps</pixmaps_directory>
|
||
|
<language>C</language>
|
||
|
<gnome_support>True</gnome_support>
|
||
|
<gettext_support>True</gettext_support>
|
||
|
<use_widget_names>False</use_widget_names>
|
||
|
<main_source_file>gladesrc.c</main_source_file>
|
||
|
<main_header_file>gladesrc.h</main_header_file>
|
||
|
<handler_source_file>gladesig.c</handler_source_file>
|
||
|
<handler_header_file>gladesig.h</handler_header_file>
|
||
|
</project>
|
||
|
|
||
|
<widget>
|
||
|
<class>GtkWindow</class>
|
||
|
<name>editor_window</name>
|
||
|
<title>GST Editor</title>
|
||
|
<type>GTK_WINDOW_TOPLEVEL</type>
|
||
|
<position>GTK_WIN_POS_NONE</position>
|
||
|
<allow_shrink>False</allow_shrink>
|
||
|
<allow_grow>True</allow_grow>
|
||
|
<auto_shrink>False</auto_shrink>
|
||
|
|
||
|
<widget>
|
||
|
<class>GtkVBox</class>
|
||
|
<name>vbox3</name>
|
||
|
<homogeneous>False</homogeneous>
|
||
|
<spacing>0</spacing>
|
||
|
|
||
|
<widget>
|
||
|
<class>Custom</class>
|
||
|
<name>canvas_custom</name>
|
||
|
<child>
|
||
|
<padding>0</padding>
|
||
|
<expand>True</expand>
|
||
|
<fill>True</fill>
|
||
|
</child>
|
||
|
<creation_function>create_canvas</creation_function>
|
||
|
<int1>0</int1>
|
||
|
<int2>0</int2>
|
||
|
</widget>
|
||
|
|
||
|
<widget>
|
||
|
<class>GtkHBox</class>
|
||
|
<name>hbox3</name>
|
||
|
<child>
|
||
|
<padding>0</padding>
|
||
|
<expand>True</expand>
|
||
|
<fill>True</fill>
|
||
|
</child>
|
||
|
<homogeneous>False</homogeneous>
|
||
|
<spacing>0</spacing>
|
||
|
|
||
|
<widget>
|
||
|
<class>GtkButton</class>
|
||
|
<name>create_button</name>
|
||
|
<child>
|
||
|
<padding>0</padding>
|
||
|
<expand>False</expand>
|
||
|
<fill>False</fill>
|
||
|
</child>
|
||
|
<can_focus>True</can_focus>
|
||
|
<label>Add Element</label>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
|
||
|
</GTK-Interface>
|