[cheese/three-point-oh] reformat .ui files
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/three-point-oh] reformat .ui files
- Date: Sun, 11 Jul 2010 21:50:44 +0000 (UTC)
commit 6d39c4a5d19a581878cdcfc489429e2d2484f3a0
Author: daniel g. siegel <dgsiegel gnome org>
Date: Sun Jul 11 23:20:03 2010 +0200
reformat .ui files
command was a simple xmllint --format [files]
data/cheese-actions.ui | 460 +++++++++++++++++++++-----------------------
data/cheese-main-window.ui | 342 ++++++++++++++++-----------------
2 files changed, 384 insertions(+), 418 deletions(-)
---
diff --git a/data/cheese-actions.ui b/data/cheese-actions.ui
index 662009c..93fc1f5 100644
--- a/data/cheese-actions.ui
+++ b/data/cheese-actions.ui
@@ -1,286 +1,262 @@
<?xml version="1.0"?>
<interface>
- <requires lib="gtk+" version="2.16" />
-
+ <requires lib="gtk+" version="2.16"/>
<object class="GtkUIManager" id="menu_ui_man">
<child>
<object class="GtkActionGroup" id="main_actions">
- <child>
- <object class="GtkAction" id="cheese_action">
- <property name="name">Cheese</property>
- <property name="label">_Cheese</property>
- </object>
- </child>
-
- <child>
- <object class="GtkAction" id="edit_action">
- <property name="name">Edit</property>
- <property name="label">_Edit</property>
- </object>
- </child>
-
- <child>
- <object class="GtkAction" id="help_action">
- <property name="name">Help</property>
- <property name="label">_Help</property>
- </object>
- </child>
-
- <child>
- <object class="GtkAction" id="quit">
- <property name="name">Quit</property>
- <property name="label">_Quit</property>
- <signal name="activate" handler="cheese_main_window_on_quit" />
- </object>
- <accelerator key="q" modifiers="GDK_CONTROL_MASK" />
- </child>
+ <child>
+ <object class="GtkAction" id="cheese_action">
+ <property name="name">Cheese</property>
+ <property name="label">_Cheese</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="edit_action">
+ <property name="name">Edit</property>
+ <property name="label">_Edit</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="help_action">
+ <property name="name">Help</property>
+ <property name="label">_Help</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="quit">
+ <property name="name">Quit</property>
+ <property name="label">_Quit</property>
+ <signal name="activate" handler="cheese_main_window_on_quit"/>
+ </object>
+ <accelerator key="q" modifiers="GDK_CONTROL_MASK"/>
+ </child>
</object>
</child>
-
<child>
<object class="GtkActionGroup" id="help_actions">
- <child>
- <object class="GtkAction" id="help_contents">
- <property name="name">HelpContents</property>
- <property name="label">Help _Contents</property>
- <property name="stock_id">gtk-help</property>
- <signal name="activate" handler="cheese_main_window_on_help_contents" />
- </object>
- <accelerator key="F1" />
- </child>
-
- <child>
- <object class="GtkAction" id="about">
- <property name="name">About</property>
- <property name="label">_About</property>
- <property name="stock_id">gtk-about</property>
- <signal name="activate" handler="cheese_main_window_on_help_about" />
- </object>
- </child>
-
+ <child>
+ <object class="GtkAction" id="help_contents">
+ <property name="name">HelpContents</property>
+ <property name="label">Help _Contents</property>
+ <property name="stock_id">gtk-help</property>
+ <signal name="activate" handler="cheese_main_window_on_help_contents"/>
+ </object>
+ <accelerator key="F1"/>
+ </child>
+ <child>
+ <object class="GtkAction" id="about">
+ <property name="name">About</property>
+ <property name="label">_About</property>
+ <property name="stock_id">gtk-about</property>
+ <signal name="activate" handler="cheese_main_window_on_help_about"/>
+ </object>
+ </child>
</object>
</child>
- <child>
+ <child>
<object class="GtkActionGroup" id="file_actions">
- <child>
- <object class="GtkAction" id="open">
- <property name="name">Open</property>
- <property name="label">_Open</property>
- <property name="stock_id">gtk-open</property>
- <signal name="activate" handler="cheese_main_window_on_file_open" />
- </object>
- <accelerator key="O" modifiers="GDK_CONTROL_MASK" />
- </child>
-
- <child>
- <object class="GtkAction" id="save_as">
- <property name="name">SaveAs</property>
- <property name="label">Save _As</property>
- <property name="stock_id">gtk-save-as</property>
- <signal name="activate" handler="cheese_main_window_on_file_save_as" />
- </object>
- <accelerator key="S" modifiers="GDK_CONTROL_MASK" />
- </child>
-
- <child>
- <object class="GtkAction" id="move_to_trash">
- <property name="name">MoveToTrash</property>
- <property name="label">Move to _Trash</property>
- <property name="icon_name">user-trash</property>
- <signal name="activate" handler="cheese_main_window_on_file_move_to_trash" />
- </object>
- <accelerator key="Delete" modifiers="" />
- </child>
-
- <child>
- <object class="GtkAction" id="delete">
- <property name="name">Delete</property>
- <property name="label">_Delete</property>
- <signal name="activate" handler="cheese_main_window_on_file_delete" />
- </object>
- <accelerator key="Delete" modifiers="GDK_SHIFT_MASK" />
- </child>
-
- <child>
- <object class="GtkAction" id="move_all_to_trash">
- <property name="name">RemoveAll</property>
- <property name="label">Move All to Trash</property>
- <signal name="activate" handler="cheese_main_window_on_file_delete" />
- </object>
- </child>
- </object>
+ <child>
+ <object class="GtkAction" id="open">
+ <property name="name">Open</property>
+ <property name="label">_Open</property>
+ <property name="stock_id">gtk-open</property>
+ <signal name="activate" handler="cheese_main_window_on_file_open"/>
+ </object>
+ <accelerator key="O" modifiers="GDK_CONTROL_MASK"/>
+ </child>
+ <child>
+ <object class="GtkAction" id="save_as">
+ <property name="name">SaveAs</property>
+ <property name="label">Save _As</property>
+ <property name="stock_id">gtk-save-as</property>
+ <signal name="activate" handler="cheese_main_window_on_file_save_as"/>
+ </object>
+ <accelerator key="S" modifiers="GDK_CONTROL_MASK"/>
+ </child>
+ <child>
+ <object class="GtkAction" id="move_to_trash">
+ <property name="name">MoveToTrash</property>
+ <property name="label">Move to _Trash</property>
+ <property name="icon_name">user-trash</property>
+ <signal name="activate" handler="cheese_main_window_on_file_move_to_trash"/>
+ </object>
+ <accelerator key="Delete" modifiers=""/>
+ </child>
+ <child>
+ <object class="GtkAction" id="delete">
+ <property name="name">Delete</property>
+ <property name="label">_Delete</property>
+ <signal name="activate" handler="cheese_main_window_on_file_delete"/>
+ </object>
+ <accelerator key="Delete" modifiers="GDK_SHIFT_MASK"/>
+ </child>
+ <child>
+ <object class="GtkAction" id="move_all_to_trash">
+ <property name="name">RemoveAll</property>
+ <property name="label">Move All to Trash</property>
+ <signal name="activate" handler="cheese_main_window_on_file_delete"/>
+ </object>
+ </child>
+ </object>
</child>
-
<child>
<object class="GtkActionGroup" id="layout_actions">
- <child>
- <object class="GtkToggleAction" id="fullscreen">
- <property name="name">Fullscreen</property>
- <property name="label">Fullscreen</property>
- <property name="stock_id">gtk-fullscreen</property>
- <signal name="toggled" handler="cheese_main_window_on_layout_fullscreen" />
- </object>
- <accelerator key="F11" modifiers="" />
- </child>
-
- <child>
- <object class="GtkToggleAction" id="wide_mode">
- <property name="name">WideMode</property>
- <property name="label">_Wide Mode</property>
- <signal name="toggled" handler="cheese_main_window_on_layout_wide_mode" />
- </object>
- </child>
+ <child>
+ <object class="GtkToggleAction" id="fullscreen">
+ <property name="name">Fullscreen</property>
+ <property name="label">Fullscreen</property>
+ <property name="stock_id">gtk-fullscreen</property>
+ <signal name="toggled" handler="cheese_main_window_on_layout_fullscreen"/>
+ </object>
+ <accelerator key="F11" modifiers=""/>
+ </child>
+ <child>
+ <object class="GtkToggleAction" id="wide_mode">
+ <property name="name">WideMode</property>
+ <property name="label">_Wide Mode</property>
+ <signal name="toggled" handler="cheese_main_window_on_layout_wide_mode"/>
+ </object>
+ </child>
</object>
</child>
-
<child>
<object class="GtkActionGroup" id="take_actions">
- <child>
- <object class="GtkAction" id="take_photo">
- <property name="name">TakePhoto</property>
- <property name="label">_Take a Photo</property>
- <signal name="activate" handler="cheese_main_window_on_take_action" />
- </object>
- <accelerator key="space" modifiers="" />
- </child>
-
- <child>
- <object class="GtkAction" id="take_video">
- <property name="name">TakeVideo</property>
- <property name="label">_Record a Video</property>
- <signal name="activate" handler="cheese_main_window_on_take_action" />
- </object>
- <accelerator key="space" modifiers="" />
- </child>
-
- <child>
- <object class="GtkAction" id="take_burst">
- <property name="name">TakeBurst</property>
- <property name="label">Take _Multiple Photos</property>
- <signal name="activate" handler="cheese_main_window_on_take_action" />
- </object>
- <accelerator key="space" modifiers="" />
- </child>
-
+ <child>
+ <object class="GtkAction" id="take_photo">
+ <property name="name">TakePhoto</property>
+ <property name="label">_Take a Photo</property>
+ <signal name="activate" handler="cheese_main_window_on_take_action"/>
+ </object>
+ <accelerator key="space" modifiers=""/>
+ </child>
+ <child>
+ <object class="GtkAction" id="take_video">
+ <property name="name">TakeVideo</property>
+ <property name="label">_Record a Video</property>
+ <signal name="activate" handler="cheese_main_window_on_take_action"/>
+ </object>
+ <accelerator key="space" modifiers=""/>
+ </child>
+ <child>
+ <object class="GtkAction" id="take_burst">
+ <property name="name">TakeBurst</property>
+ <property name="label">Take _Multiple Photos</property>
+ <signal name="activate" handler="cheese_main_window_on_take_action"/>
+ </object>
+ <accelerator key="space" modifiers=""/>
+ </child>
</object>
</child>
-
<child>
<object class="GtkActionGroup" id="mode_actions">
- <child>
- <object class="GtkRadioAction" id="photo_mode">
- <property name="name">Photo</property>
- <property name="label">_Photo</property>
- <property name="group">photo_mode</property>
- <property name="value">0</property>
- <property name="active">True</property>
- <signal name="activate" handler="cheese_main_window_on_mode_change" />
- </object>
- </child>
-
- <child>
- <object class="GtkRadioAction" id="video_mode">
- <property name="name">Video</property>
- <property name="label">_Video</property>
- <property name="group">photo_mode</property>
- <property name="value">1</property>
- <signal name="activate" handler="cheese_main_window_on_mode_change" />
- </object>
- </child>
-
- <child>
- <object class="GtkRadioAction" id="burst_mode">
- <property name="name">Burst</property>
- <property name="label">Burst</property>
- <property name="group">photo_mode</property>
- <property name="value">2</property>
- <signal name="activate" handler="cheese_main_window_on_mode_change" />
- </object>
- </child>
+ <child>
+ <object class="GtkRadioAction" id="photo_mode">
+ <property name="name">Photo</property>
+ <property name="label">_Photo</property>
+ <property name="group">photo_mode</property>
+ <property name="value">0</property>
+ <property name="active">True</property>
+ <signal name="activate" handler="cheese_main_window_on_mode_change"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkRadioAction" id="video_mode">
+ <property name="name">Video</property>
+ <property name="label">_Video</property>
+ <property name="group">photo_mode</property>
+ <property name="value">1</property>
+ <signal name="activate" handler="cheese_main_window_on_mode_change"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkRadioAction" id="burst_mode">
+ <property name="name">Burst</property>
+ <property name="label">Burst</property>
+ <property name="group">photo_mode</property>
+ <property name="value">2</property>
+ <signal name="activate" handler="cheese_main_window_on_mode_change"/>
+ </object>
+ </child>
</object>
</child>
-
<child>
<object class="GtkActionGroup" id="effects_actions">
- <child>
- <object class="GtkToggleAction" id="effects_toggle">
- <property name="name">Effects</property>
- <property name="label">_Effects</property>
- <signal name="toggled" handler="cheese_main_window_on_effects_toggle" />
- </object>
- </child>
- <child>
- <object class="GtkAction" id="effects_page_prev">
- <property name="name">Previous Effects Page</property>
- <property name="label">Previous Effects Page</property>
+ <child>
+ <object class="GtkToggleAction" id="effects_toggle">
+ <property name="name">Effects</property>
+ <property name="label">_Effects</property>
+ <signal name="toggled" handler="cheese_main_window_on_effects_toggle"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="effects_page_prev">
+ <property name="name">Previous Effects Page</property>
+ <property name="label">Previous Effects Page</property>
<property name="sensitive">false</property>
- <signal name="activate" handler="cheese_main_window_on_prev_effects_page" />
- </object>
+ <signal name="activate" handler="cheese_main_window_on_prev_effects_page"/>
+ </object>
<accelerator key="j" modifiers="GDK_CONTROL_MASK"/>
- </child>
+ </child>
<child>
- <object class="GtkAction" id="effects_page_next">
- <property name="name">Next Effects Page</property>
- <property name="label">Next Effects Page</property>
+ <object class="GtkAction" id="effects_page_next">
+ <property name="name">Next Effects Page</property>
+ <property name="label">Next Effects Page</property>
<property name="sensitive">false</property>
- <signal name="activate" handler="cheese_main_window_on_next_effects_page" />
- </object>
+ <signal name="activate" handler="cheese_main_window_on_next_effects_page"/>
+ </object>
<accelerator key="k" modifiers="GDK_CONTROL_MASK"/>
- </child>
- </object>
+ </child>
+ </object>
</child>
-
<child>
<object class="GtkActionGroup" id="preferences_actions">
- <child>
- <object class="GtkAction" id="preferences">
- <property name="name">Preferences</property>
- <property name="label">_Preferences</property>
- <signal name="activate" handler="cheese_main_window_on_preferences_dialog" />
- </object>
- </child>
+ <child>
+ <object class="GtkAction" id="preferences">
+ <property name="name">Preferences</property>
+ <property name="label">_Preferences</property>
+ <signal name="activate" handler="cheese_main_window_on_preferences_dialog"/>
+ </object>
+ </child>
</object>
</child>
-
<ui>
<menubar name="main_menubar">
- <menu action="cheese_action">
- <menuitem action="take_photo" />
- <menuitem action="take_video" />
- <menuitem action="take_burst" />
- <separator />
- <menuitem action="photo_mode" />
- <menuitem action="video_mode" />
- <menuitem action="burst_mode" />
- <separator />
- <menuitem action="fullscreen" />
- <menuitem action="wide_mode" />
- <separator />
- <menuitem action="quit" />
- </menu>
- <menu action="edit_action">
- <menuitem action="effects_toggle" />
- <menuitem action="effects_page_next" />
- <menuitem action="effects_page_prev" />
- <separator />
- <menuitem action="move_to_trash" />
- <menuitem action="move_all_to_trash" />
- <separator />
- <menuitem action="preferences" />
- </menu>
- <menu action="help_action">
- <menuitem action="help_contents" />
- <menuitem action="about" />
- </menu>
+ <menu action="cheese_action">
+ <menuitem action="take_photo"/>
+ <menuitem action="take_video"/>
+ <menuitem action="take_burst"/>
+ <separator/>
+ <menuitem action="photo_mode"/>
+ <menuitem action="video_mode"/>
+ <menuitem action="burst_mode"/>
+ <separator/>
+ <menuitem action="fullscreen"/>
+ <menuitem action="wide_mode"/>
+ <separator/>
+ <menuitem action="quit"/>
+ </menu>
+ <menu action="edit_action">
+ <menuitem action="effects_toggle"/>
+ <menuitem action="effects_page_next"/>
+ <menuitem action="effects_page_prev"/>
+ <separator/>
+ <menuitem action="move_to_trash"/>
+ <menuitem action="move_all_to_trash"/>
+ <separator/>
+ <menuitem action="preferences"/>
+ </menu>
+ <menu action="help_action">
+ <menuitem action="help_contents"/>
+ <menuitem action="about"/>
+ </menu>
</menubar>
-
<menubar name="thumbnail_popup">
- <menuitem action="open" />
- <separator />
- <menuitem action="save_as" />
- <separator />
- <menuitem action="move_to_trash" />
- <menuitem action="delete" />
+ <menuitem action="open"/>
+ <separator/>
+ <menuitem action="save_as"/>
+ <separator/>
+ <menuitem action="move_to_trash"/>
+ <menuitem action="delete"/>
</menubar>
</ui>
</object>
diff --git a/data/cheese-main-window.ui b/data/cheese-main-window.ui
index e121a55..c29e52d 100644
--- a/data/cheese-main-window.ui
+++ b/data/cheese-main-window.ui
@@ -1,138 +1,132 @@
<?xml version="1.0"?>
<interface>
- <requires lib="gtk+" version="2.16" />
-
+ <requires lib="gtk+" version="2.16"/>
<object class="GtkVBox" id="mainbox_normal">
- <property name="homogeneous">False</property>
+ <property name="homogeneous">False</property>
<child>
<object class="GtkMenuBar" id="main_menubar" constructor="menu_ui_man">
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
</packing>
</child>
<child>
<object class="GtkHBox" id="content_area">
- <child>
- <object class="GtkVBox" id="view_area">
- <child>
- <object class="GtkClutterEmbed" id="viewport">
- <property name="events">GDK_POINTER_MOTION_MASK</property>
- <property name="height_request">450</property>
- <property name="width_request">600</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- </packing>
- </child>
- <child>
- <object class="GtkHBox" id="buttons_area">
- <child>
- <object class="GtkHBox" id="mode_toggle_buttons">
- <property name="homogeneous">True</property>
- <property name="spacing">2</property>
- <child>
- <object class="GtkToggleButton" id="photo_toggle_button">
- <property name="related-action">photo_mode</property>
- <property name="use-action-appearance">False</property>
- <child>
- <object class="GtkImage" id="photo_toggle_button_image">
- <property name="icon-name">cheese-take-photo</property>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkToggleButton" id="video_toggle_button">
- <property name="related-action">video_mode</property>
- <property name="use-action-appearance">False</property>
- <child>
- <object class="GtkImage" id="video_toggle_button_image">
- <property name="icon-name">video-x-generic</property>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkToggleButton" id="burst_toggle_button">
- <property name="related-action">burst_mode</property>
- <property name="use-action-appearance">False</property>
- <child>
- <object class="GtkImage" id="burst_toggle_button_image">
- <property name="icon-name">cheese-take-burst</property>
- </object>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
- </child>
-
- <child>
- <object class="GtkAlignment" id="action_button_alignment">
- <property name="xscale">0</property>
- <property name="yscale">0</property>
- <child>
- <object class="GtkButton" id="take_action_button">
- <property name="related-action">take_photo</property>
- <child>
- <object class="GtkHBox" id="take_action_button_internal_hbox">
- <property name="spacing">2</property>
- <child>
- <object class="GtkImage" id="take_action_button_internal_image">
- <property name="icon_name">gtk-media-record</property>
- </object>
- <packing>
- <property name="padding">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="take_action_button_internal_label">
- <property name="label" translatable="yes"><b>_Take a Photo</b></property>
- <property name="use-underline">True</property>
- <property name="use-markup">True</property>
- </object>
- <packing>
- <property name="padding">15</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
-
- </object>
- </child>
-
- <child>
+ <child>
+ <object class="GtkVBox" id="view_area">
+ <child>
+ <object class="GtkClutterEmbed" id="viewport">
+ <property name="events">GDK_POINTER_MOTION_MASK</property>
+ <property name="height_request">450</property>
+ <property name="width_request">600</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="buttons_area">
+ <child>
+ <object class="GtkHBox" id="mode_toggle_buttons">
+ <property name="homogeneous">True</property>
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkToggleButton" id="photo_toggle_button">
+ <property name="related-action">photo_mode</property>
+ <property name="use-action-appearance">False</property>
+ <child>
+ <object class="GtkImage" id="photo_toggle_button_image">
+ <property name="icon-name">cheese-take-photo</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkToggleButton" id="video_toggle_button">
+ <property name="related-action">video_mode</property>
+ <property name="use-action-appearance">False</property>
+ <child>
+ <object class="GtkImage" id="video_toggle_button_image">
+ <property name="icon-name">video-x-generic</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkToggleButton" id="burst_toggle_button">
+ <property name="related-action">burst_mode</property>
+ <property name="use-action-appearance">False</property>
+ <child>
+ <object class="GtkImage" id="burst_toggle_button_image">
+ <property name="icon-name">cheese-take-burst</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkAlignment" id="action_button_alignment">
+ <property name="xscale">0</property>
+ <property name="yscale">0</property>
+ <child>
+ <object class="GtkButton" id="take_action_button">
+ <property name="related-action">take_photo</property>
+ <child>
+ <object class="GtkHBox" id="take_action_button_internal_hbox">
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkImage" id="take_action_button_internal_image">
+ <property name="icon_name">gtk-media-record</property>
+ </object>
+ <packing>
+ <property name="padding">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="take_action_button_internal_label">
+ <property name="label" translatable="yes"><b>_Take a Photo</b></property>
+ <property name="use-underline">True</property>
+ <property name="use-markup">True</property>
+ </object>
+ <packing>
+ <property name="padding">15</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
<object class="GtkHBox" id="effects_actions_pack">
<property name="spacing">0</property>
-
<child>
<object class="GtkButton" id="effects_prev_page_button">
<property name="related-action">effects_page_prev</property>
<property name="width-request">32</property>
- <child>
+ <child>
<object class="GtkImage" id="effects_prev_page_button_image">
<property name="stock">gtk-go-back</property>
</object>
</child>
</object>
</child>
-
<child>
<object class="GtkToggleButton" id="effects_toggle_button">
- <property name="related-action">effects_toggle</property>
+ <property name="related-action">effects_toggle</property>
<child>
<object class="GtkHBox" id="effects_toggle_button_internal_hbox">
<property name="visible">True</property>
<property name="spacing">2</property>
- <child>
+ <child>
<object class="GtkImage" id="effects_toggle_button_internal_image">
<property name="icon_name">browse-webcam-effects</property>
</object>
@@ -142,99 +136,95 @@
<property name="label" translatable="yes">_Effects</property>
<property name="use_underline">True</property>
</object>
- </child>
+ </child>
</object>
</child>
- </object>
+ </object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
+ <property name="fill">False</property>
+ </packing>
</child>
-
<child>
<object class="GtkButton" id="effects_next_page_button">
<property name="related-action">effects_page_next</property>
<property name="width-request">32</property>
- <child>
+ <child>
<object class="GtkImage" id="effects_prev_next_button_image">
<property name="stock">gtk-go-forward</property>
</object>
</child>
</object>
- </child>
+ </child>
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
+ <property name="fill">False</property>
+ </packing>
</child>
-
- <child>
- <object class="GtkHBox" id="leave_fullscreen_button_bin">
- <property name="visible">False</property>
- <property name="no-show-all">True</property>
- <child>
- <object class="GtkButton" id="leave_fullscreen_button">
- <property name="use-action-appearance">False</property>
- <property name="related-action">fullscreen</property>
- <child>
- <object class="GtkHBox" id="fullscreen_button_internal_hbox">
- <property name="spacing">2</property>
- <child>
- <object class="GtkImage" id="fullscreen_button_internal_image">
- <property name="stock">gtk-leave-fullscreen</property>
- </object>
- </child>
- <child>
- <object class="GtkLabel" id="fullscreen_button_internal_label">
- <property name="label" translatable="yes">_Leave Fullscreen</property>
- <property name="use_underline">True</property>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
- </child>
- </object>
-
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkAlignment" id="thumbnails_right">
- <property name="visible">False</property>
- <child>
- <placeholder />
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- </packing>
- </child>
+ <child>
+ <object class="GtkHBox" id="leave_fullscreen_button_bin">
+ <property name="visible">False</property>
+ <property name="no-show-all">True</property>
+ <child>
+ <object class="GtkButton" id="leave_fullscreen_button">
+ <property name="use-action-appearance">False</property>
+ <property name="related-action">fullscreen</property>
+ <child>
+ <object class="GtkHBox" id="fullscreen_button_internal_hbox">
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkImage" id="fullscreen_button_internal_image">
+ <property name="stock">gtk-leave-fullscreen</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel" id="fullscreen_button_internal_label">
+ <property name="label" translatable="yes">_Leave Fullscreen</property>
+ <property name="use_underline">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAlignment" id="thumbnails_right">
+ <property name="visible">False</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
+ </child>
</object>
</child>
<child>
<object class="GtkAlignment" id="thumbnails_bottom">
- <property name="visible">False</property>
- <child>
- <placeholder />
- </child>
+ <property name="visible">False</property>
+ <child>
+ <placeholder/>
+ </child>
</object>
- <packing>
- <property name="expand">False</property>
- </packing>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
</child>
</object>
-
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]