gtk-demo: Use title case consistently
This commit is contained in:
parent
f7d4a2772b
commit
08202cb045
@ -1,4 +1,4 @@
|
|||||||
/* Application class
|
/* Application Class
|
||||||
*
|
*
|
||||||
* Demonstrates a simple application.
|
* Demonstrates a simple application.
|
||||||
*
|
*
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user