]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.bkl
added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
[wxWidgets.git] / samples / widgets / widgets.bkl
index 5c61f2efe787df5779e81b32a13a57a1c84da8a6..1f57e7e8a3cb52b88d234ebae9143355ab5f53c5 100644 (file)
@@ -4,9 +4,22 @@
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="widgets" template="wx_sample" template_append="wx_append">
-        <sources>button.cpp checkbox.cpp combobox.cpp datepick.cpp gauge.cpp listbox.cpp
-                 notebook.cpp radiobox.cpp slider.cpp spinbtn.cpp static.cpp
-                 textctrl.cpp widgets.cpp</sources>
+        <sources>
+            button.cpp
+            checkbox.cpp
+            combobox.cpp
+            datepick.cpp
+            gauge.cpp
+            listbox.cpp
+            notebook.cpp
+            radiobox.cpp
+            slider.cpp
+            spinbtn.cpp
+            static.cpp
+            textctrl.cpp
+            toggle.cpp
+            widgets.cpp
+        </sources>
         <wx-lib>adv</wx-lib>
         <wx-lib>html</wx-lib>
         <wx-lib>core</wx-lib>