gtk-demo: Use title case consistently

This commit is contained in:
Matthias Clasen 2013-12-12 16:21:59 -05:00
parent f7d4a2772b
commit 08202cb045
7 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* Application class /* Application Class
* *
* Demonstrates a simple application. * Demonstrates a simple application.
* *

View File

@ -1,7 +1,7 @@
/* Combo boxes /* Combo Boxes
* *
* The ComboBox widget allows to select one option out of a list. * The GtkComboBox widget allows to select one option out of a list.
* The ComboBoxEntry additionally allows the user to enter a value * The GtkComboBoxEntry additionally allows the user to enter a value
* that is not in the list of options. * that is not in the list of options.
* *
* How the options are displayed is controlled by cell renderers. * How the options are displayed is controlled by cell renderers.

View File

@ -1,4 +1,4 @@
/* Event axes /* Event Axes
* *
* Demonstrates advanced handling of event information from exotic * Demonstrates advanced handling of event information from exotic
* input devices. * input devices.

View File

@ -1,4 +1,4 @@
/* Offscreen windows/Rotated button /* Offscreen Windows/Rotated Button
* *
* Offscreen windows can be used to transform parts of a widget * Offscreen windows can be used to transform parts of a widget
* hierarchy. Note that the rotated button is fully functional. * hierarchy. Note that the rotated button is fully functional.

View File

@ -1,4 +1,4 @@
/* Offscreen windows/Effects /* Offscreen Windows/Effects
* *
* Offscreen windows can be used to render elements multiple times to achieve * Offscreen windows can be used to render elements multiple times to achieve
* various effects. * various effects.

View File

@ -1,4 +1,4 @@
/* Text Widget/Automatic scrolling /* Text Widget/Automatic Scrolling
* *
* This example demonstrates how to use the gravity of * This example demonstrates how to use the gravity of
* GtkTextMarks to keep a text view scrolled to the bottom * GtkTextMarks to keep a text view scrolled to the bottom

View File

@ -1,4 +1,4 @@
/* Transparent /* Transparency
* *
* Use transparent background on GdkWindows to create a shadow effect on a GtkOverlay widget. * Use transparent background on GdkWindows to create a shadow effect on a GtkOverlay widget.
*/ */