Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
aad21bce
Commit
aad21bce
authored
Oct 11, 2004
by
Matthias Clasen
Browse files
Make short descriptions a bit more consistent.
parent
9a3f410e
Changes
49
Hide whitespace changes
Inline
Side-by-side
docs/reference/ChangeLog
View file @
aad21bce
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/scales.png:
* gtk/images/statusbar.png: New images.
...
...
docs/reference/gtk/tmpl/gtkaction.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkAction
<!-- ##### SECTION Short_Description ##### -->
a
n action which can be triggered by a menu or toolbar item
A
n action which can be triggered by a menu or toolbar item
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkactiongroup.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkActionGroup
<!-- ##### SECTION Short_Description ##### -->
a
group of actions
A
group of actions
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkbutton.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkButton
<!-- ##### SECTION Short_Description ##### -->
A widget that creates a signal when clicked on
.
A widget that creates a signal when clicked on
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcellview.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkCellView
<!-- ##### SECTION Short_Description ##### -->
A widget displaying a single row of a GtkTreeModel
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcheckbutton.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkCheckButton
<!-- ##### SECTION Short_Description ##### -->
c
reate widgets with a discrete toggle button
.
C
reate widgets with a discrete toggle button
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkCheckMenuItem
<!-- ##### SECTION Short_Description ##### -->
a
menu item with a check box
.
A
menu item with a check box
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcolorsel.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkColorSelection
<!-- ##### SECTION Short_Description ##### -->
a
widget used to select a color
.
A
widget used to select a color
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcolorseldlg.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkColorSelectionDialog
<!-- ##### SECTION Short_Description ##### -->
a
standard dialog box for selecting a color
.
A
standard dialog box for selecting a color
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcombobox.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkComboBox
<!-- ##### 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 ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcomboboxentry.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkComboBoxEntry
<!-- ##### SECTION Short_Description ##### -->
a
text entry field with a dropdown list
A
text entry field with a dropdown list
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkdialog.sgml
View file @
aad21bce
...
...
@@ -2,15 +2,14 @@
GtkDialog
<!-- ##### SECTION Short_Description ##### -->
create popup windows.
Create popup windows
<!-- ##### SECTION Long_Description ##### -->
<para>
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
require extensive effort on the user's part.
input, e
.
g. to display a message, ask a question, or anything else that does
not
require extensive effort on the user's part.
</para>
<para>
...
...
docs/reference/gtk/tmpl/gtkeditable.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkEditable
<!-- ##### SECTION Short_Description ##### -->
Interface for text-editing widgets
.
Interface for text-editing widgets
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkentry.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkEntry
<!-- ##### SECTION Short_Description ##### -->
a
single line text entry field
.
A
single line text entry field
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkentrycompletion.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkEntryCompletion
<!-- ##### SECTION Short_Description ##### -->
c
ompletion functionality for GtkEntry
C
ompletion functionality for GtkEntry
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkfilechooser.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkFileChooser
<!-- ##### SECTION Short_Description ##### -->
File chooser interface used by
#
GtkFileChooserWidget and
#
GtkFileChooserDialog
.
File chooser interface used by GtkFileChooserWidget and GtkFileChooserDialog
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkfilechooserdialog.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkFileChooserDialog
<!-- ##### 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 ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkfilechooserwidget.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkFileChooserWidget
<!-- ##### 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 ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkfilesel.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkFileSelection
<!-- ##### SECTION Short_Description ##### -->
p
rompt the user for a file or directory name
.
P
rompt the user for a file or directory name
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkfontsel.sgml
View file @
aad21bce
...
...
@@ -2,7 +2,7 @@
GtkFontSelection
<!-- ##### SECTION Short_Description ##### -->
a
widget for selecting fonts
.
A
widget for selecting fonts
<!-- ##### SECTION Long_Description ##### -->
<para>
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment