]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/font.h
Fix bug with using invalid date in wxMSW wxCalendarCtrl.
[wxWidgets.git] / include / wx / gtk / font.h
index d1c04e2d8be81c6fdd2463662ecdd3f0fe33751a..41c19a63f241905c4c3508fb6ef05bb6a81acf07 100644 (file)
@@ -104,6 +104,13 @@ public:
 
     wxDECLARE_COMMON_FONT_METHODS();
 
+    // Set Pango attributes in the specified layout. Currently only
+    // underlined and strike-through attributes are handled by this function.
+    //
+    // If neither of them is specified, returns false, otherwise sets up the
+    // attributes and returns true.
+    bool GTKSetPangoAttrs(PangoLayout* layout) const;
+
     // implementation from now on
     void Unshare();