67e7fc486b
sure the output has no unescaped "%"s. (For wrapping printf-style unmanaged methods with String.Format-style managed ones.) * gtk/MessageDialog.custom (MessageDialog): use it. #71405. Also, use gtk_message_dialog_new_with_markup by default, and add an overloaded ctor that lets you use the non-markup version. * gtk/Gtk.metadata: hide the GtkMessageDialog ctors so we don't get ellipsis warnings about them. * sample/GtkDemo/DemoApplicationWindow.cs: * sample/GtkDemo/DemoDialog.cs: simplify the MessageDialog usage; don't need to call String.Format separately now. svn path=/trunk/gtk-sharp/; revision=39256 |
||
---|---|---|
.. | ||
images | ||
.cvsignore | ||
DemoApplicationWindow.cs | ||
DemoAttribute.cs | ||
DemoButtonBox.cs | ||
DemoClipboard.cs | ||
DemoColorSelection.cs | ||
DemoDialog.cs | ||
DemoDrawingArea.cs | ||
DemoEditableCells.cs | ||
DemoEntryCompletion.cs | ||
DemoExpander.cs | ||
DemoHyperText.cs | ||
DemoImages.cs | ||
DemoListStore.cs | ||
DemoMain.cs | ||
DemoMenus.cs | ||
DemoPanes.cs | ||
DemoPixbuf.cs | ||
DemoSizeGroup.cs | ||
DemoStockBrowser.cs | ||
DemoTextView.cs | ||
DemoTreeStore.cs | ||
DemoUIManager.cs | ||
Makefile.am | ||
README | ||
TODO |
This port of gtk-demo.c is still INCOMPLETE. If you can contribute to it don't hesitate to mail your patches to gtk-sharp-list@lists.ximian.com To compile it just type Make Daniel Kornhauser.