Make short descriptions a bit more consistent.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2004-10-11 Matthias Clasen <matthias@localhost.localdomain>
|
2004-10-11 Matthias Clasen <matthias@localhost.localdomain>
|
||||||
|
|
||||||
|
* gtk/tmpl/*.sgml: Make the short descriptions a bit more
|
||||||
|
consistent.
|
||||||
|
|
||||||
* gtk/images/image.png:
|
* gtk/images/image.png:
|
||||||
* gtk/images/scales.png:
|
* gtk/images/scales.png:
|
||||||
* gtk/images/statusbar.png: New images.
|
* gtk/images/statusbar.png: New images.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkAction
|
GtkAction
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
an action which can be triggered by a menu or toolbar item
|
An action which can be triggered by a menu or toolbar item
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkActionGroup
|
GtkActionGroup
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a group of actions
|
A group of actions
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkButton
|
GtkButton
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A widget that creates a signal when clicked on.
|
A widget that creates a signal when clicked on
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkCellView
|
GtkCellView
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
|
A widget displaying a single row of a GtkTreeModel
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkCheckButton
|
GtkCheckButton
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
create widgets with a discrete toggle button.
|
Create widgets with a discrete toggle button
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkCheckMenuItem
|
GtkCheckMenuItem
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a menu item with a check box.
|
A menu item with a check box
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkColorSelection
|
GtkColorSelection
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a widget used to select a color.
|
A widget used to select a color
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkColorSelectionDialog
|
GtkColorSelectionDialog
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a standard dialog box for selecting a color.
|
A standard dialog box for selecting a color
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkComboBox
|
GtkComboBox
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a widget used to choose from a list of items.
|
A widget used to choose from a list of items
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkComboBoxEntry
|
GtkComboBoxEntry
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a text entry field with a dropdown list
|
A text entry field with a dropdown list
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,15 +2,14 @@
|
|||||||
GtkDialog
|
GtkDialog
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
|
Create popup windows
|
||||||
create popup windows.
|
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Dialog boxes are a convenient way to prompt the user for a small amount of
|
Dialog boxes are a convenient way to prompt the user for a small amount of
|
||||||
input, eg. to display a message, ask a question, or anything else that does not
|
input, e.g. to display a message, ask a question, or anything else that does
|
||||||
require extensive effort on the user's part.
|
not require extensive effort on the user's part.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkEditable
|
GtkEditable
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
Interface for text-editing widgets.
|
Interface for text-editing widgets
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkEntry
|
GtkEntry
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a single line text entry field.
|
A single line text entry field
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkEntryCompletion
|
GtkEntryCompletion
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
completion functionality for GtkEntry
|
Completion functionality for GtkEntry
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkFileChooser
|
GtkFileChooser
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
File chooser interface used by #GtkFileChooserWidget and #GtkFileChooserDialog.
|
File chooser interface used by GtkFileChooserWidget and GtkFileChooserDialog
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkFileChooserDialog
|
GtkFileChooserDialog
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A file chooser dialog, suitable for "File/Open" or "File/Save" commands.
|
A file chooser dialog, suitable for "File/Open" or "File/Save" commands
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkFileChooserWidget
|
GtkFileChooserWidget
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
File chooser widget that can be embedded in other widgets.
|
File chooser widget that can be embedded in other widgets
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkFileSelection
|
GtkFileSelection
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
prompt the user for a file or directory name.
|
Prompt the user for a file or directory name
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkFontSelection
|
GtkFontSelection
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a widget for selecting fonts.
|
A widget for selecting fonts
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkFontSelectionDialog
|
GtkFontSelectionDialog
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a dialog box for selecting fonts.
|
A dialog box for selecting fonts
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,13 +2,12 @@
|
|||||||
GtkHScale
|
GtkHScale
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a horizontal slider widget for selecting a value from a range.
|
A horizontal slider widget for selecting a value from a range
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
The #GtkHScale widget is used to allow the user to select a value using
|
The #GtkHScale widget is used to allow the user to select a value using
|
||||||
a horizontal slider. To create one, use
|
a horizontal slider. To create one, use gtk_hscale_new_with_range().
|
||||||
gtk_hscale_new_with_range().
|
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The position to show the current value, and the number of decimal places
|
The position to show the current value, and the number of decimal places
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkImageMenuItem
|
GtkImageMenuItem
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a menu item with an icon.
|
A menu item with an icon
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkInputDialog
|
GtkInputDialog
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
Configure devices for the XInput extension.
|
Configure devices for the XInput extension
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkInvisible
|
GtkInvisible
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a widget which is not displayed.
|
A widget which is not displayed
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkLabel
|
GtkLabel
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A widget that displays a small to medium amount of text.
|
A widget that displays a small to medium amount of text
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkMenu
|
GtkMenu
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a drop down menu widget.
|
A drop down menu widget
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkMenuItem
|
GtkMenuItem
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
the widget used for item in menus
|
The widget used for item in menus
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkMenuShell
|
GtkMenuShell
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a base class for menu objects.
|
A base class for menu objects
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
GtkMessageDialog
|
GtkMessageDialog
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
|
A convenient message window
|
||||||
convenient message window
|
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkProgressBar
|
GtkProgressBar
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a widget which indicates progress visually.
|
A widget which indicates progress visually
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkRadioAction
|
GtkRadioAction
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
an action of which only one in a group can be active
|
An action of which only one in a group can be active
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkRadioButton
|
GtkRadioButton
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A choice from multiple check buttons.
|
A choice from multiple check buttons
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkRadioMenuItem
|
GtkRadioMenuItem
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A choice from multiple check menu items.
|
A choice from multiple check menu items
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkRadioToolButton
|
GtkRadioToolButton
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A toolbar item that contains a radio button.
|
A toolbar item that contains a radio button
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkSeparatorMenuItem
|
GtkSeparatorMenuItem
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a separator used in menus.
|
A separator used in menus
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkSeparatorToolItem
|
GtkSeparatorToolItem
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A toolbar item that separates groups of other toolbar items.
|
A toolbar item that separates groups of other toolbar items
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkSpinButton
|
GtkSpinButton
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
retrieve an integer or floating-point number from the user.
|
Retrieve an integer or floating-point number from the user
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkStatusbar
|
GtkStatusbar
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
report messages of minor importance to the user.
|
Report messages of minor importance to the user
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
GtkTearoffMenuItem
|
GtkTearoffMenuItem
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a menu item used to tear off and reattach its menu.
|
A menu item used to tear off and reattach its menu
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
a #GtkTearoffMenuItem is a special #GtkMenuItem which is used to
|
A #GtkTearoffMenuItem is a special #GtkMenuItem which is used to
|
||||||
tear off and reattach its menu.
|
tear off and reattach its menu.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkToggleAction
|
GtkToggleAction
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
an action which can be toggled between two states
|
An action which can be toggled between two states
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkToggleButton
|
GtkToggleButton
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
create buttons which retain their state.
|
Create buttons which retain their state
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkToggleToolButton
|
GtkToggleToolButton
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A #GtkToolItem containing a toggle button.
|
A GtkToolItem containing a toggle button
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkToolbar
|
GtkToolbar
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
Create bars of buttons and other widgets.
|
Create bars of buttons and other widgets
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkToolButton
|
GtkToolButton
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A #GtkToolItem subclass that displays buttons
|
A GtkToolItem subclass that displays buttons
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
GtkToolItem
|
GtkToolItem
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
#GtkToolItem is the base class of widgets that can be added to
|
The base class of widgets that can be added to GtkToolbar
|
||||||
#GtkToolbar.
|
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkTreeView
|
GtkTreeView
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
A widget for displaying both trees and lists.
|
A widget for displaying both trees and lists
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
GtkUIManager
|
GtkUIManager
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
constructing menus and toolbars from an XML description
|
Constructing menus and toolbars from an XML description
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -2,13 +2,12 @@
|
|||||||
GtkVScale
|
GtkVScale
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
a vertical slider widget for selecting a value from a range.
|
A vertical slider widget for selecting a value from a range
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
The #GtkVScale widget is used to allow the user to select a value using
|
The #GtkVScale widget is used to allow the user to select a value using
|
||||||
a vertical slider.
|
a vertical slider. To create one, use gtk_hscale_new_with_range().
|
||||||
To create one, use gtk_hscale_new_with_range().
|
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The position to show the current value, and the number of decimal places
|
The position to show the current value, and the number of decimal places
|
||||||
|
Reference in New Issue
Block a user