-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MPD Outputs dialog (resolves #44)
- Loading branch information
Showing
11 changed files
with
433 additions
and
143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Generated with glade 3.38.2 --> | ||
<interface> | ||
<requires lib="gtk+" version="3.24"/> | ||
<object class="GtkDialog" id="OutputsDialog"> | ||
<property name="can-focus">False</property> | ||
<property name="title" translatable="yes">MPD Outputs</property> | ||
<property name="modal">True</property> | ||
<property name="default-width">500</property> | ||
<property name="default-height">300</property> | ||
<property name="destroy-with-parent">True</property> | ||
<property name="type-hint">dialog</property> | ||
<property name="skip-taskbar-hint">True</property> | ||
<signal name="map" handler="on_OutputsDialog_map" swapped="no"/> | ||
<child internal-child="vbox"> | ||
<object class="GtkBox"> | ||
<property name="can-focus">False</property> | ||
<property name="orientation">vertical</property> | ||
<property name="spacing">2</property> | ||
<child internal-child="action_area"> | ||
<object class="GtkButtonBox"> | ||
<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">False</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkBox"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="border-width">12</property> | ||
<property name="orientation">vertical</property> | ||
<child> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="margin-bottom">6</property> | ||
<property name="label" translatable="yes">Choose outputs MPD should use for playback.</property> | ||
<property name="xalign">0</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkScrolledWindow" id="OutputsScrolledWindow"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="shadow-type">in</property> | ||
<child> | ||
<object class="GtkViewport" id="OutputsViewport"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<child> | ||
<object class="GtkListBox" id="OutputsListBox"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="selection-mode">browse</property> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">True</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</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> | ||
</interface> |
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
Oops, something went wrong.