aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade198
1 files changed, 198 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index a47a445c..d8b4d108 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -677,6 +677,189 @@
677 <column type="gchararray"/> 677 <column type="gchararray"/>
678 </columns> 678 </columns>
679 </object> 679 </object>
680 <object class="GtkTextBuffer" id="GNUNET_GTK_open_url_dialog_url_textview_buffer">
681 <signal name="changed" handler="GNUNET_GTK_open_url_dialog_url_textview_buffer_changed_cb" swapped="no"/>
682 </object>
683 <object class="GtkWindow" id="GNUNET_GTK_open_url_window">
684 <property name="can_focus">False</property>
685 <property name="title" translatable="yes">Enter the URI to be downloaded</property>
686 <property name="modal">True</property>
687 <property name="default_width">640</property>
688 <property name="default_height">240</property>
689 <property name="destroy_with_parent">True</property>
690 <property name="skip_taskbar_hint">True</property>
691 <property name="skip_pager_hint">True</property>
692 <property name="deletable">False</property>
693 <property name="transient_for">GNUNET_GTK_main_window</property>
694 <child>
695 <object class="GtkVBox" id="GNUNET_GTK_open_url_dialog_main_vbox">
696 <property name="visible">True</property>
697 <property name="can_focus">False</property>
698 <property name="spacing">2</property>
699 <child>
700 <object class="GtkHBox" id="GNUNET_GTK_open_url_dialog_query_hbox">
701 <property name="visible">True</property>
702 <property name="can_focus">False</property>
703 <child>
704 <object class="GtkLabel" id="GNUNET_GTK_open_url_dialog_url_label">
705 <property name="visible">True</property>
706 <property name="can_focus">False</property>
707 <property name="label" translatable="yes">_URI:</property>
708 <property name="use_underline">True</property>
709 <property name="selectable">True</property>
710 <property name="mnemonic_widget">GNUNET_GTK_open_url_dialog_url_textview</property>
711 </object>
712 <packing>
713 <property name="expand">False</property>
714 <property name="fill">False</property>
715 <property name="padding">4</property>
716 <property name="position">0</property>
717 </packing>
718 </child>
719 <child>
720 <object class="GtkFrame" id="frame1">
721 <property name="visible">True</property>
722 <property name="can_focus">False</property>
723 <property name="label_xalign">0</property>
724 <property name="shadow_type">in</property>
725 <child>
726 <object class="GtkAlignment" id="alignment1">
727 <property name="visible">True</property>
728 <property name="can_focus">False</property>
729 <child>
730 <object class="GtkTextView" id="GNUNET_GTK_open_url_dialog_url_textview">
731 <property name="visible">True</property>
732 <property name="can_focus">True</property>
733 <property name="events">GDK_KEY_PRESS_MASK | GDK_STRUCTURE_MASK</property>
734 <property name="wrap_mode">char</property>
735 <property name="indent">20</property>
736 <property name="buffer">GNUNET_GTK_open_url_dialog_url_textview_buffer</property>
737 <property name="accepts_tab">False</property>
738 <signal name="key-press-event" handler="GNUNET_GTK_open_url_dialog_url_textview_key_press_event_cb" swapped="no"/>
739 </object>
740 </child>
741 </object>
742 </child>
743 <child type="label_item">
744 <placeholder/>
745 </child>
746 </object>
747 <packing>
748 <property name="expand">True</property>
749 <property name="fill">True</property>
750 <property name="position">1</property>
751 </packing>
752 </child>
753 <child>
754 <object class="GtkLabel" id="GNUNET_GTK_open_url_dialog_anonymity_label">
755 <property name="visible">True</property>
756 <property name="can_focus">False</property>
757 <property name="label" translatable="yes">_Anonymity:</property>
758 <property name="use_underline">True</property>
759 <property name="selectable">True</property>
760 <property name="mnemonic_widget">GNUNET_GTK_open_url_dialog_anonymity_combobox</property>
761 </object>
762 <packing>
763 <property name="expand">False</property>
764 <property name="fill">False</property>
765 <property name="padding">4</property>
766 <property name="position">2</property>
767 </packing>
768 </child>
769 <child>
770 <object class="GtkAlignment" id="GNUNET_GTK_open_url_dialog_anonymity_combobox_alignment">
771 <property name="visible">True</property>
772 <property name="can_focus">False</property>
773 <property name="yscale">0</property>
774 <child>
775 <object class="GtkComboBox" id="GNUNET_GTK_open_url_dialog_anonymity_combobox">
776 <property name="visible">True</property>
777 <property name="can_focus">False</property>
778 <property name="model">main_window_search_anonymity_liststore</property>
779 <property name="active">1</property>
780 <child>
781 <object class="GtkCellRendererText" id="GNUNET_GTK_open_url_dialog_anonymity_combobox_renderer"/>
782 <attributes>
783 <attribute name="foreground">2</attribute>
784 <attribute name="text">0</attribute>
785 </attributes>
786 </child>
787 <child>
788 <object class="GtkCellRendererText" id="GNUNET_GTK_open_url_dialog_anonymity_combobox_renerer_level"/>
789 <attributes>
790 <attribute name="text">1</attribute>
791 </attributes>
792 </child>
793 </object>
794 </child>
795 </object>
796 <packing>
797 <property name="expand">False</property>
798 <property name="fill">False</property>
799 <property name="position">3</property>
800 </packing>
801 </child>
802 </object>
803 <packing>
804 <property name="expand">True</property>
805 <property name="fill">True</property>
806 <property name="padding">5</property>
807 <property name="position">0</property>
808 </packing>
809 </child>
810 <child>
811 <object class="GtkHBox" id="hbox1">
812 <property name="visible">True</property>
813 <property name="can_focus">False</property>
814 <child>
815 <object class="GtkButton" id="GNUNET_GTK_open_url_dialog_execute_button">
816 <property name="label">_Execute</property>
817 <property name="use_action_appearance">False</property>
818 <property name="visible">True</property>
819 <property name="sensitive">False</property>
820 <property name="can_focus">True</property>
821 <property name="receives_default">True</property>
822 <property name="image">execute_stock_image2</property>
823 <property name="use_underline">True</property>
824 <signal name="clicked" handler="GNUNET_GTK_open_url_dialog_execute_button_clicked_cb" swapped="no"/>
825 </object>
826 <packing>
827 <property name="expand">False</property>
828 <property name="fill">False</property>
829 <property name="padding">4</property>
830 <property name="pack_type">end</property>
831 <property name="position">0</property>
832 </packing>
833 </child>
834 <child>
835 <object class="GtkButton" id="GNUNET_GTK_open_url_dialog_cancel_button">
836 <property name="label">gtk-cancel</property>
837 <property name="use_action_appearance">False</property>
838 <property name="visible">True</property>
839 <property name="can_focus">True</property>
840 <property name="receives_default">True</property>
841 <property name="use_stock">True</property>
842 <signal name="clicked" handler="GNUNET_GTK_open_url_dialog_cancel_button_clicked_cb" swapped="no"/>
843 </object>
844 <packing>
845 <property name="expand">False</property>
846 <property name="fill">False</property>
847 <property name="padding">4</property>
848 <property name="pack_type">end</property>
849 <property name="position">1</property>
850 </packing>
851 </child>
852 </object>
853 <packing>
854 <property name="expand">False</property>
855 <property name="fill">False</property>
856 <property name="padding">4</property>
857 <property name="position">1</property>
858 </packing>
859 </child>
860 </object>
861 </child>
862 </object>
680 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store"> 863 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
681 <columns> 864 <columns>
682 <!-- column-name peer_identity --> 865 <!-- column-name peer_identity -->
@@ -715,6 +898,21 @@
715 <property name="page_increment">10</property> 898 <property name="page_increment">10</property>
716 <property name="page_size">10</property> 899 <property name="page_size">10</property>
717 </object> 900 </object>
901 <object class="GtkImage" id="execute_stock_image">
902 <property name="visible">True</property>
903 <property name="can_focus">False</property>
904 <property name="stock">gtk-execute</property>
905 </object>
906 <object class="GtkImage" id="execute_stock_image1">
907 <property name="visible">True</property>
908 <property name="can_focus">False</property>
909 <property name="stock">gtk-execute</property>
910 </object>
911 <object class="GtkImage" id="execute_stock_image2">
912 <property name="visible">True</property>
913 <property name="can_focus">False</property>
914 <property name="stock">gtk-execute</property>
915 </object>
718 <object class="GtkImage" id="image1"> 916 <object class="GtkImage" id="image1">
719 <property name="visible">True</property> 917 <property name="visible">True</property>
720 <property name="can_focus">False</property> 918 <property name="can_focus">False</property>