diff --git a/doc/ChangeLog b/doc/ChangeLog index 9638539c3..493a58392 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-30 Duncan Mak + + * en/Gtk/AccelGroup.xml: Added some more hyperlinks to the + existing text. + 2003-06-26 John Luke * en/Gtk/TreeView.xml: update example, paramater references * en/Gtk/Toolbar.xml: update and fix methods diff --git a/doc/en/Gtk/AccelGroup.xml b/doc/en/Gtk/AccelGroup.xml index 6f33cc4cb..09c994b90 100644 --- a/doc/en/Gtk/AccelGroup.xml +++ b/doc/en/Gtk/AccelGroup.xml @@ -10,10 +10,23 @@ Groups of global keyboard accelerators for an entire GtkWindow - A GtkAccelGroup represents a group of keyboard accelerators, typically attached to a toplevel GtkWindow (with Gtk.Window.AddAccelGroup ()). Usually you won't need to create a Gtk.AccelGroup directly; instead, when using Gtk.ItemFactory, Gtk# automatically sets up the accelerators for your menus in the item factory's Gtk.AccelGroup. + A GtkAccelGroup represents a group of keyboard accelerators, + typically attached to a toplevel GtkWindow (with ). Usually + you won't need to create a Gtk.AccelGroup directly; instead, + when using , Gtk# + automatically sets up the accelerators for your menus in the + item factory's . - Note that accelerators are different from mnemonics. Accelerators are shortcuts for activating a menu item; they appear alongside the menu item they're a shortcut for. For example "Ctrl+Q" might appear alongside the "Quit" menu item. Mnemonics are shortcuts for GUI elements such as text entries or buttons; they appear as underlined characters. See Gtk.Label.NewWithMnemonic (). Menu items can have both accelerators and mnemonics, of course. + Note that accelerators are different from + mnemonics. Accelerators are shortcuts for activating a menu + item; they appear alongside the menu item they're a shortcut + for. For example "Ctrl+Q" might appear alongside the "Quit" + menu item. Mnemonics are shortcuts for GUI elements such as + text entries or buttons; they appear as underlined + characters. See . Menu items can + have both accelerators and mnemonics, of course. @@ -42,7 +55,7 @@ Finds the to which closure is connected. A GClosure () - The to which 'closure' is connected, or . + The to which is connected, or . @@ -86,7 +99,15 @@ - Installs an accelerator in this group, using an accelerator path to look up the appropriate key and modifiers (see )). When the group is being activated in response to a call to , 'closure' will be invoked if the accel_key and accel_mods from match the key and modifiers for the path. + + Installs an accelerator in this group, using an accelerator path to look up the appropriate key and modifiers + (see )). When the + group is being activated in response to a call to , will be invoked if the accel_key and + accel_mods from + match the key and modifiers for the path. + Path used for determining key and modifiers. Closure to be executed upon accelerator activation