X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fgtk.objects.texi;h=c9a8fa3c12083a96551dcc2a57a3667a44b594f6;hb=e4a92f10d2d86fa38ee76a88198e229954ae0780;hp=e2a8d002cc976733507616ee251af66ef6c6c7f4;hpb=47ff89867c0fe2a59defeccb1af6bdc609952572;p=cl-gtk2.git diff --git a/doc/gtk.objects.texi b/doc/gtk.objects.texi index e2a8d00..c9a8fa3 100644 --- a/doc/gtk.objects.texi +++ b/doc/gtk.objects.texi @@ -21,7 +21,6 @@ * i-m-context:: * icon-factory:: * icon-theme:: -* item-factory:: * list-store:: * page-setup:: * print-context:: @@ -44,7 +43,6 @@ * text-tag-table:: * toggle-action:: * tooltip:: -* tooltips:: * tree-lisp-store:: * tree-model-filter:: * tree-model-sort:: @@ -61,7 +59,7 @@ @Class accel-group Superclass: @ref{g-object} -An @ref{accel-group} represents a group of keyboard accelerators, typically attached to a toplevel @ref{gtk-window} (with gtk_window_add_accel_group()). Usually you won't need to create an @ref{accel-group} directly; instead, when using @ref{item-factory}, GTK+ automatically sets up the accelerators for your menus in the item factory's @ref{accel-group}s. +An @ref{accel-group} represents a group of keyboard accelerators, typically attached to a toplevel @ref{gtk-window} (with gtk_window_add_accel_group()). Usually you won't need to create an @ref{accel-group} directly. 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 @ref{slot.label.mnemonic-widget,label-mnemonic-widget}. Menu items can have both accelerators and mnemonics, of course. @@ -1343,7 +1341,7 @@ Signals: @Class gtk-object Superclass: @ref{g-initially-unowned} -Subclasses: @ref{item-factory} @ref{tooltips} @ref{recent-filter} @ref{file-filter} @ref{cell-renderer} @ref{tree-view-column} @ref{adjustment} @ref{widget} +Subclasses: @ref{recent-filter} @ref{file-filter} @ref{cell-renderer} @ref{tree-view-column} @ref{adjustment} @ref{widget} @ref{gtk-object} is the base class for all widgets, and for a few non-widget objects such as @ref{adjustment}. @ref{gtk-object} predates @ref{g-object}; non-widgets that derive from @ref{gtk-object} rather than @ref{g-object} do so for backward compatibility reasons. @@ -1472,26 +1470,6 @@ Signals: -@node item-factory -@section item-factory -@Class item-factory -Superclass: @ref{gtk-object} - -@ref{item-factory} has been deprecated in favour of @ref{ui-manager}. - - -Slots: -@itemize -@end itemize - - -Signals: -@itemize -@end itemize - - - - @node list-store @section list-store @Class list-store @@ -1532,8 +1510,6 @@ Signals: @end itemize - - @node print-context @section print-context @Class print-context @@ -2196,23 +2172,6 @@ Signals: -@node tooltips -@section tooltips -@Class tooltips -Superclass: @ref{gtk-object} - -Slots: -@itemize -@end itemize - - -Signals: -@itemize -@end itemize - - - - @node tree-lisp-store @section tree-lisp-store @Class tree-lisp-store