allow focus in all parent widgets in tabbed chat window to avoid the dotted rectangle on History button

This commit is contained in:
Nikos Kouremenos 2005-05-04 18:49:53 +00:00
parent 49ff06842c
commit 51aae4e3bf
1 changed files with 8 additions and 6 deletions

View File

@ -8596,11 +8596,12 @@ Custom</property>
<child>
<widget class="GtkNotebook" id="chat_notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="show_tabs">False</property>
<property name="show_border">False</property>
<property name="tab_pos">GTK_POS_TOP</property>
<property name="scrollable">True</property>
<property name="enable_popup">False</property>
<property name="enable_popup">True</property>
<signal name="switch_page" handler="on_chat_notebook_switch_page" last_modification_time="Wed, 02 Mar 2005 18:00:21 GMT"/>
<signal name="key_press_event" handler="on_chat_notebook_key_press_event" last_modification_time="Sat, 12 Mar 2005 21:18:17 GMT"/>
@ -8608,6 +8609,7 @@ Custom</property>
<widget class="GtkVBox" id="chats_vbox">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="homogeneous">False</property>
<property name="spacing">1</property>
@ -8622,7 +8624,7 @@ Custom</property>
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Click to see past conversations with this contact</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
<property name="focus_on_click">False</property>
<signal name="clicked" handler="on_history_button_clicked" last_modification_time="Wed, 02 Mar 2005 17:03:17 GMT"/>
<child>
@ -8699,7 +8701,7 @@ Custom</property>
<property name="label">gtk-clear</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
<property name="focus_on_click">False</property>
<signal name="clicked" handler="on_clear_button_clicked" last_modification_time="Wed, 02 Mar 2005 17:03:09 GMT"/>
</widget>
<packing>
@ -8753,7 +8755,7 @@ Custom</property>
</child>
<child>
<widget class="GtkFixed" id="fixed2">
<widget class="GtkFixed" id="fixed">
<property name="width_request">20</property>
<property name="visible">True</property>
@ -8766,7 +8768,7 @@ Custom</property>
<property name="label" translatable="yes">Anonymous &lt;nick@server/res&gt;</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
<property name="focus_on_click">False</property>
<signal name="clicked" handler="on_contact_button_clicked" last_modification_time="Wed, 02 Mar 2005 21:04:43 GMT"/>
</widget>
<packing>
@ -8835,6 +8837,7 @@ Custom</property>
<child>
<widget class="GtkHBox" id="hbox2957">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
@ -8866,7 +8869,6 @@ Custom</property>
<widget class="GtkTextView" id="message_textview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="editable">True</property>
<property name="overwrite">False</property>
<property name="accepts_tab">True</property>