X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1248b41f9f71110347659db8c54c75786eba23c6..6981afa11fe3a0445e1612d4b1c444340c38019b:/src/motif/gauge.cpp?ds=sidebyside

diff --git a/src/motif/gauge.cpp b/src/motif/gauge.cpp
index e1e3df3601..8c0dda0668 100644
--- a/src/motif/gauge.cpp
+++ b/src/motif/gauge.cpp
@@ -142,14 +142,14 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id,
     if( size.x != -1 ) best.x = size.x;
     if( size.y != -1 ) best.y = size.y;
 
-    ChangeFont(FALSE);
+    ChangeFont(false);
 
     AttachWidget (parent, m_mainWidget, (WXWidget) NULL, x, y,
                   best.x, best.y);
 
     ChangeBackgroundColour();
 
-    return TRUE;
+    return true;
 }
 
 wxSize wxGauge::DoGetBestSize() const
@@ -560,7 +560,7 @@ XmGaugeClassRec xmGaugeClassRec = {
             sizeof(XmGaugeRec),	/* widget_size		*/
             NULL,			/* class_initialize		*/
             NULL,			/* class_part_initialize	*/
-            FALSE,			/* class_inited		*/
+            False,			/* class_inited		*/
             Initialize,		/* initialize		*/
             NULL,			/* initialize_hook		*/
             XtInheritRealize,	/* realize			*/
@@ -569,10 +569,10 @@ XmGaugeClassRec xmGaugeClassRec = {
             resources,		/* resources		*/
             XtNumber(resources),	/* num_resources		*/
             NULLQUARK,		/* xrm_class		*/
-            TRUE,			/* compress_motion		*/
-            TRUE,			/* compress_exposure	*/
-            TRUE,			/* compress_enterleave	*/
-            FALSE,			/* visible_interest		*/
+            True,			/* compress_motion		*/
+            True,			/* compress_exposure	*/
+            True,			/* compress_enterleave	*/
+            False,			/* visible_interest		*/
             Destroy,		/* destroy			*/
             NULL,			/* resize			*/
             ExposeProc,		/* expose			*/
@@ -611,7 +611,7 @@ WidgetClass xmGaugeWidgetClass = (WidgetClass)&xmGaugeClassRec;
 void
 GaugePick(Widget WXUNUSED(w), XEvent *WXUNUSED(e), String *WXUNUSED(args), Cardinal  *WXUNUSED(num_args))
 {
-    /* Commented out for a read-only gauge in wxWindows */
+    /* Commented out for a read-only gauge in wxWidgets */
 #if 0
     XmGaugeWidget gw = (XmGaugeWidget)w;
 #define THIS gw->gauge
@@ -677,7 +677,7 @@ GaugePick(Widget WXUNUSED(w), XEvent *WXUNUSED(e), String *WXUNUSED(args), Cardi
 void
 GaugeDrag(Widget WXUNUSED(w), XEvent *WXUNUSED(e), String *WXUNUSED(args), Cardinal  *WXUNUSED(num_args))
 {
-    /* Commented out for a read-only gauge in wxWindows */
+    /* Commented out for a read-only gauge in wxWidgets */
 #if 0
     XmGaugeWidget gw = (XmGaugeWidget)w;
 #define THIS gw->gauge
@@ -746,7 +746,7 @@ GaugeDrag(Widget WXUNUSED(w), XEvent *WXUNUSED(e), String *WXUNUSED(args), Cardi
 void
 GaugeDrop(Widget WXUNUSED(w), XEvent *WXUNUSED(e), String *WXUNUSED(args), Cardinal  *WXUNUSED(num_args))
 {
-    /* Commented out for a read-only gauge in wxWindows */
+    /* Commented out for a read-only gauge in wxWidgets */
 #if 0
     XmGaugeWidget gw = (XmGaugeWidget)w;
 #define THIS gw->gauge