diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-09 07:27:06 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-09 07:27:06 +0800 |
commit | 8cda86512ba503a030204855fade1415ac06a614 (patch) | |
tree | 49ea665e4482015b4b5c340499979894206a7c88 /calendar/gui/e-itip-control.glade | |
parent | d6fade43cf3eb5fcf722b3a01342705fc312bd79 (diff) | |
download | gsoc2013-evolution-8cda86512ba503a030204855fade1415ac06a614.tar gsoc2013-evolution-8cda86512ba503a030204855fade1415ac06a614.tar.gz gsoc2013-evolution-8cda86512ba503a030204855fade1415ac06a614.tar.bz2 gsoc2013-evolution-8cda86512ba503a030204855fade1415ac06a614.tar.lz gsoc2013-evolution-8cda86512ba503a030204855fade1415ac06a614.tar.xz gsoc2013-evolution-8cda86512ba503a030204855fade1415ac06a614.tar.zst gsoc2013-evolution-8cda86512ba503a030204855fade1415ac06a614.zip |
updated the GUI to allow the user to add PUBLISHed events to his calendar,
* gui/e-itip-control.c, gui/e-itip-control.glade: updated the GUI
to allow the user to add PUBLISHed events to his calendar, and created
unworking buttons for meeting requests.
svn path=/trunk/; revision=6518
Diffstat (limited to 'calendar/gui/e-itip-control.glade')
-rw-r--r-- | calendar/gui/e-itip-control.glade | 76 |
1 files changed, 54 insertions, 22 deletions
diff --git a/calendar/gui/e-itip-control.glade b/calendar/gui/e-itip-control.glade index 6233f7b409..481874368a 100644 --- a/calendar/gui/e-itip-control.glade +++ b/calendar/gui/e-itip-control.glade @@ -381,42 +381,74 @@ </widget> <widget> - <class>GtkScrolledWindow</class> - <name>scrolledwindow3</name> - <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy> - <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy> - <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy> - <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy> + <class>GtkHBox</class> + <name>hbox3</name> + <homogeneous>False</homogeneous> + <spacing>0</spacing> <child> <padding>0</padding> <expand>True</expand> - <fill>True</fill> + <fill>False</fill> </child> <widget> - <class>GtkText</class> - <name>message_text</name> - <can_focus>True</can_focus> - <editable>False</editable> - <text></text> + <class>GtkScrolledWindow</class> + <name>scrolledwindow3</name> + <border_width>3</border_width> + <width>365</width> + <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy> + <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy> + <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy> + <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + + <widget> + <class>GtkText</class> + <name>message_text</name> + <can_focus>True</can_focus> + <editable>False</editable> + <text></text> + </widget> + </widget> + + <widget> + <class>GtkLabel</class> + <name>label12</name> + <label></label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>True</expand> + <fill>False</fill> + </child> </widget> </widget> <widget> - <class>GtkHButtonBox</class> + <class>GtkHBox</class> <name>button_box</name> - <height>35</height> - <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style> - <spacing>30</spacing> - <child_min_width>85</child_min_width> - <child_min_height>27</child_min_height> - <child_ipad_x>7</child_ipad_x> - <child_ipad_y>0</child_ipad_y> + <border_width>3</border_width> + <height>30</height> + <homogeneous>False</homogeneous> + <spacing>8</spacing> <child> <padding>0</padding> - <expand>True</expand> - <fill>True</fill> + <expand>False</expand> + <fill>False</fill> </child> + + <widget> + <class>Placeholder</class> + </widget> </widget> </widget> </widget> |