Displaying 2 results from an estimated 2 matches for "syscolourchangedev".
2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
...Always returns false under Windows since dialogs cannot be iconized.
+
+h3(#Dialog_ismodal). Dialog#is_modal
+
+ Boolean *is_modal*()
+
+Returns true if the dialog box is modal, false otherwise.
+
+h3(#Dialog_onsyscolourchanged). Dialog#on_sys_colour_changed
+
+ *on_sys_colour_changed*(%(arg-type)SysColourChangedEvent% event)
+
+The default handler for EVT_SYS_COLOUR_CHANGED.
+
+h4. Parameters
+
+* _event_ The colour change event.
+
+h4. Remarks
+
+Changes the dialog''s colour to conform to the current settings (Windows only). Add an event table entry for your dialog class if you wish the behaviour to...
2007 Jan 03
0
[822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent
...2)
</span><span class="lines">@@ -199,6 +199,7 @@
</span><span class="cx"> |SpinEvent|An event from wxSpinButton|
</span><span class="cx"> |SplitterEvent|An event from wxSplitterWindow|
</span><span class="cx"> |SysColourChangedEvent|A system colour change event|
</span><ins>+|TextUrlEvent|Mouse interaction with a URL in a TextCtrl|
</ins><span class="cx"> |TimerEvent|A timer expiration event|
</span><span class="cx"> |TreeEvent|A tree control event|
</span><sp...