diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-12-12 16:21:59 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-12-12 16:28:07 -0500 |
commit | 08202cb045c4320f3d3a1de62430de93bb89daf4 (patch) | |
tree | 8990b49827f3dcf3c7317c538033b355d0c0bd47 /demos/gtk-demo | |
parent | f7d4a2772bba0851f4703679ddf5390092e8f01c (diff) | |
download | gtk+-08202cb045c4320f3d3a1de62430de93bb89daf4.tar.gz |
gtk-demo: Use title case consistently
Diffstat (limited to 'demos/gtk-demo')
-rw-r--r-- | demos/gtk-demo/application.c | 2 | ||||
-rw-r--r-- | demos/gtk-demo/combobox.c | 6 | ||||
-rw-r--r-- | demos/gtk-demo/event_axes.c | 2 | ||||
-rw-r--r-- | demos/gtk-demo/offscreen_window.c | 2 | ||||
-rw-r--r-- | demos/gtk-demo/offscreen_window2.c | 2 | ||||
-rw-r--r-- | demos/gtk-demo/textscroll.c | 2 | ||||
-rw-r--r-- | demos/gtk-demo/transparent.c | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/demos/gtk-demo/application.c b/demos/gtk-demo/application.c index fa2d98d050..7ae64f0e63 100644 --- a/demos/gtk-demo/application.c +++ b/demos/gtk-demo/application.c @@ -1,4 +1,4 @@ -/* Application class +/* Application Class * * Demonstrates a simple application. * diff --git a/demos/gtk-demo/combobox.c b/demos/gtk-demo/combobox.c index e76413845e..cf20621ac4 100644 --- a/demos/gtk-demo/combobox.c +++ b/demos/gtk-demo/combobox.c @@ -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. diff --git a/demos/gtk-demo/event_axes.c b/demos/gtk-demo/event_axes.c index 02d138c670..71db5705ae 100644 --- a/demos/gtk-demo/event_axes.c +++ b/demos/gtk-demo/event_axes.c @@ -1,4 +1,4 @@ -/* Event axes +/* Event Axes * * Demonstrates advanced handling of event information from exotic * input devices. diff --git a/demos/gtk-demo/offscreen_window.c b/demos/gtk-demo/offscreen_window.c index d0e451132f..7c141e13d9 100644 --- a/demos/gtk-demo/offscreen_window.c +++ b/demos/gtk-demo/offscreen_window.c @@ -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. diff --git a/demos/gtk-demo/offscreen_window2.c b/demos/gtk-demo/offscreen_window2.c index 9188bfbff6..fa67a595a2 100644 --- a/demos/gtk-demo/offscreen_window2.c +++ b/demos/gtk-demo/offscreen_window2.c @@ -1,4 +1,4 @@ -/* Offscreen windows/Effects +/* Offscreen Windows/Effects * * Offscreen windows can be used to render elements multiple times to achieve * various effects. diff --git a/demos/gtk-demo/textscroll.c b/demos/gtk-demo/textscroll.c index 158a2351dd..bb1dec12a4 100644 --- a/demos/gtk-demo/textscroll.c +++ b/demos/gtk-demo/textscroll.c @@ -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 diff --git a/demos/gtk-demo/transparent.c b/demos/gtk-demo/transparent.c index 21c6a0b584..c26ee00587 100644 --- a/demos/gtk-demo/transparent.c +++ b/demos/gtk-demo/transparent.c @@ -1,4 +1,4 @@ -/* Transparent +/* Transparency * * Use transparent background on GdkWindows to create a shadow effect on a GtkOverlay widget. */ |