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. */