Displaying 1 result from an estimated 1 matches for "fd_default_styl".
Did you mean:
fd_default_style
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...ev 925)
</span><span class="lines">@@ -12,6 +12,27 @@
</span><span class="cx">
</span><span class="cx"> "Object":object.html
</span><span class="cx">
</span><ins>+h2. Window styles
+
+
+|@FD_DEFAULT_STYLE@|Equivalent to FD_OPEN.|
+|@FD_OPEN@|This is an open dialog; usually this means that the default button''s label of the dialog is "Open". Cannot be combined with FD_SAVE.|
+|@FD_SAVE@|This is a save dialog; usually this means that the default button''s label of the dialog...