-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FreetuxTV] Window channels properties inherit from gtkdialog.
- Loading branch information
eric.beuque
committed
Sep 20, 2011
1 parent
9450862
commit e2014cb
Showing
10 changed files
with
1,998 additions
and
1,724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,250 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<interface> | ||
<requires lib="gtk+" version="2.20"/> | ||
<!-- interface-naming-policy project-wide --> | ||
<object class="GtkDialog" id="dialogchannelproperties"> | ||
<property name="can_focus">False</property> | ||
<property name="border_width">5</property> | ||
<property name="title" translatable="yes">Channel properties</property> | ||
<property name="modal">True</property> | ||
<property name="window_position">center-on-parent</property> | ||
<property name="default_width">480</property> | ||
<property name="default_height">320</property> | ||
<property name="icon_name">freetuxtv</property> | ||
<property name="type_hint">normal</property> | ||
<child internal-child="vbox"> | ||
<object class="GtkVBox" id="dialog-vbox9"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="spacing">2</property> | ||
<child internal-child="action_area"> | ||
<object class="GtkHButtonBox" id="dialog-action_area9"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="layout_style">end</property> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="pack_type">end</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkNotebook" id="notebook4"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<child> | ||
<object class="GtkVBox" id="vbox25"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<child> | ||
<object class="GtkTable" id="table10"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="border_width">3</property> | ||
<property name="n_rows">2</property> | ||
<property name="n_columns">2</property> | ||
<property name="column_spacing">3</property> | ||
<property name="row_spacing">3</property> | ||
<child> | ||
<object class="GtkLabel" id="label29"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">Channel's name:</property> | ||
</object> | ||
<packing> | ||
<property name="x_options">GTK_FILL</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel" id="label30"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">Channel's URI:</property> | ||
</object> | ||
<packing> | ||
<property name="top_attach">1</property> | ||
<property name="bottom_attach">2</property> | ||
<property name="x_options">GTK_FILL</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="entry_channelname"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="invisible_char">•</property> | ||
<property name="primary_icon_activatable">False</property> | ||
<property name="secondary_icon_activatable">False</property> | ||
<property name="primary_icon_sensitive">True</property> | ||
<property name="secondary_icon_sensitive">True</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">1</property> | ||
<property name="right_attach">2</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="entry_channeluri"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="invisible_char">•</property> | ||
<property name="primary_icon_activatable">False</property> | ||
<property name="secondary_icon_activatable">False</property> | ||
<property name="primary_icon_sensitive">True</property> | ||
<property name="secondary_icon_sensitive">True</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">1</property> | ||
<property name="right_attach">2</property> | ||
<property name="top_attach">1</property> | ||
<property name="bottom_attach">2</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">False</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkFrame" id="frame10"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="border_width">3</property> | ||
<property name="label_xalign">0</property> | ||
<property name="shadow_type">none</property> | ||
<child> | ||
<object class="GtkAlignment" id="alignment8"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="left_padding">12</property> | ||
<child> | ||
<object class="GtkVBox" id="vbox26"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="border_width">3</property> | ||
<child> | ||
<object class="GtkTextView" id="textview_channelvlcoptions"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">True</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
<child type="label"> | ||
<object class="GtkLabel" id="label57"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label" translatable="yes"><b>Channel VLC options:</b></property> | ||
<property name="use_markup">True</property> | ||
</object> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">True</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
<child type="tab"> | ||
<object class="GtkLabel" id="label58"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label" translatable="yes">General</property> | ||
</object> | ||
<packing> | ||
<property name="tab_fill">False</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkVBox" id="vbox27"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<child> | ||
<object class="GtkTable" id="table11"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="border_width">3</property> | ||
<property name="n_columns">2</property> | ||
<property name="column_spacing">3</property> | ||
<property name="row_spacing">3</property> | ||
<child> | ||
<object class="GtkLabel" id="label31"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">Deinterlacement:</property> | ||
</object> | ||
<packing> | ||
<property name="x_options">GTK_FILL</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel" id="label_channeldeinterlace"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">none</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">1</property> | ||
<property name="right_attach">2</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
<child type="tab"> | ||
<object class="GtkLabel" id="label46"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label" translatable="yes">Options</property> | ||
</object> | ||
<packing> | ||
<property name="position">1</property> | ||
<property name="tab_fill">False</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">True</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
<object class="GtkTextBuffer" id="textbuffer_channelvlcoptions"/> | ||
</interface> |
Oops, something went wrong.