add signals and binding set, so keybindings are configurable
2001-04-18 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding set, so keybindings are configurable (gtk_window_activate_default): Change to activate the focus widget instead if there's a focus widget, to be consistent with the behavior that previously existed in key_press_event
This commit is contained in:
committed by
Havoc Pennington
parent
d367049d75
commit
e13ec2098a
@ -495,6 +495,20 @@ it's larger
|
||||
@height:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkWindow::activate-default ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkWindow::activate-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkWindow::frame-event ##### -->
|
||||
<para>
|
||||
|
||||
@ -504,6 +518,14 @@ it's larger
|
||||
@event:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkWindow::move-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkWindow::set-focus ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user