mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Combo boxes
|
||||
/* Combo Boxes
|
||||
*
|
||||
* The ComboBox widget allows to select one option out of a list.
|
||||
* The ComboBoxEntry additionally allows the user to enter a value
|
||||
* The GtkComboBox widget allows to select one option out of a list.
|
||||
* The GtkComboBoxEntry additionally allows the user to enter a value
|
||||
* that is not in the list of options.
|
||||
*
|
||||
* 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
|
||||
* 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
|
||||
* 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
|
||||
* various effects.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Text Widget/Automatic scrolling
|
||||
/* Text Widget/Automatic Scrolling
|
||||
*
|
||||
* This example demonstrates how to use the gravity of
|
||||
* 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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user