]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcolorchooserprivate.h
GtkEntry: Sanity check the end_pos value in _get_display_text()
[~andy/gtk] / gtk / gtkcolorchooserprivate.h
index 0a9f4f5e6bd86074e7670fb809c3fbcd7aaee5c3..1a5c34d27147db20fba1206e38e2c47341ef800b 100644 (file)
@@ -12,9 +12,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_COLOR_CHOOSER_PRIVATE_H__
@@ -27,6 +25,8 @@ G_BEGIN_DECLS
 void _gtk_color_chooser_color_activated (GtkColorChooser *chooser,
                                          const GdkRGBA   *color);
 
+cairo_pattern_t * _gtk_color_chooser_get_checkered_pattern (void);
+
 G_END_DECLS
 
 #endif /* ! __GTK_COLOR_CHOOSER_PRIVATE_H__ */