diff options
author | jstebbins <[email protected]> | 2008-08-03 19:47:34 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-08-03 19:47:34 +0000 |
commit | a8d3a1b8d246f409ef1dde98d2313226aa2ad14c (patch) | |
tree | c8908c9f92d65c3de45c8167d882fa1f349d3eb2 /gtk/src/ghb.glade | |
parent | cf1e77da0ba81ada883fbf4e07d9dc7466110a04 (diff) |
LinGui: clean up hb status handling. mostly just moving things around.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1602 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.glade')
-rw-r--r-- | gtk/src/ghb.glade | 115 |
1 files changed, 0 insertions, 115 deletions
diff --git a/gtk/src/ghb.glade b/gtk/src/ghb.glade index f433d7bd7..d305995a9 100644 --- a/gtk/src/ghb.glade +++ b/gtk/src/ghb.glade @@ -4376,119 +4376,4 @@ the other to maintain the video's original aspect ratio.</property> </widget> </child> </widget> - <widget class="GtkDialog" id="autostart_dialog"> - <property name="border_width">5</property> - <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> - <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> - <property name="has_separator">False</property> - <child internal-child="vbox"> - <widget class="GtkVBox" id="dialog-vbox2"> - <property name="visible">True</property> - <property name="spacing">2</property> - <child> - <widget class="GtkVBox" id="vbox43"> - <property name="visible">True</property> - <child> - <widget class="GtkVBox" id="vbox44"> - <property name="visible">True</property> - <child> - <widget class="GtkHBox" id="hbox57"> - <property name="visible">True</property> - <child> - <widget class="GtkImage" id="image7"> - <property name="visible">True</property> - <property name="stock">gtk-dialog-question</property> - <property name="icon_size">6</property> - </widget> - <packing> - <property name="expand">False</property> - </packing> - </child> - <child> - <widget class="GtkLabel" id="label88"> - <property name="visible">True</property> - <property name="label" translatable="yes">Encoding with the settings below will proceed unless canceled.</property> - <property name="wrap">True</property> - <property name="width_chars">35</property> - </widget> - <packing> - <property name="expand">False</property> - <property name="position">1</property> - </packing> - </child> - </widget> - <packing> - <property name="expand">False</property> - </packing> - </child> - <child> - <widget class="GtkLabel" id="autostart_summary"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="yalign">0</property> - <property name="xpad">32</property> - <property name="ypad">16</property> - <property name="use_markup">True</property> - <property name="wrap_mode">PANGO_WRAP_CHAR</property> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> - </widget> - </child> - <child> - <widget class="GtkProgressBar" id="autostart_countdown"> - <property name="visible">True</property> - <property name="orientation">GTK_PROGRESS_RIGHT_TO_LEFT</property> - <property name="text" translatable="yes"></property> - </widget> - <packing> - <property name="expand">False</property> - <property name="position">1</property> - </packing> - </child> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> - <child internal-child="action_area"> - <widget class="GtkHButtonBox" id="dialog-action_area2"> - <property name="visible">True</property> - <property name="layout_style">GTK_BUTTONBOX_END</property> - <child> - <widget class="GtkButton" id="button1"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="label" translatable="yes">gtk-ok</property> - <property name="use_stock">True</property> - <property name="response_id">0</property> - <signal name="clicked" handler="autostart_ok_cb"/> - </widget> - </child> - <child> - <widget class="GtkButton" id="button2"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="label" translatable="yes">gtk-cancel</property> - <property name="use_stock">True</property> - <property name="response_id">0</property> - <signal name="clicked" handler="autostart_cancel_cb"/> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> - </widget> - <packing> - <property name="expand">False</property> - <property name="pack_type">GTK_PACK_END</property> - </packing> - </child> - </widget> - </child> - </widget> </glade-interface> |