we can now print tabulations in gc

This commit is contained in:
Yann Leboulanger 2005-05-15 17:49:40 +00:00
parent 9cd8304502
commit 9a36ba4063
2 changed files with 2 additions and 1 deletions

View File

@ -312,6 +312,7 @@ class Groupchat_window(chat.Chat):
add = ' '
message_buffer.insert_at_cursor(nick[len(begin):] + add)
return True
return False
elif event.keyval == gtk.keysyms.Page_Down: # PAGE DOWN
if event.state & gtk.gdk.CONTROL_MASK: # CTRL + PAGE DOWN
self.notebook.emit('key_press_event', event)

View File

@ -7886,7 +7886,7 @@ Custom</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="overwrite">False</property>
<property name="accepts_tab">False</property>
<property name="accepts_tab">True</property>
<property name="justification">GTK_JUSTIFY_LEFT</property>
<property name="wrap_mode">GTK_WRAP_WORD</property>
<property name="cursor_visible">True</property>