summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-24 00:24:12 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-24 00:24:12 -0500
commitb42b47e7d37411d7410113aa8156146d35dfde43 (patch)
treeb3a604ef16c45292cdf3d629834466e401e2e3e7 /gtk/gtkwidgetprivate.h
parent6619aa58b10de5abe503675e34d8e312fb066c06 (diff)
downloadgtk+-b42b47e7d37411d7410113aa8156146d35dfde43.tar.gz
Port gtk_draw_insertion_cursor to GtkStyleContext
Diffstat (limited to 'gtk/gtkwidgetprivate.h')
-rw-r--r--gtk/gtkwidgetprivate.h23
1 files changed, 13 insertions, 10 deletions
diff --git a/gtk/gtkwidgetprivate.h b/gtk/gtkwidgetprivate.h
index c5666468f3..4ba0f66ba1 100644
--- a/gtk/gtkwidgetprivate.h
+++ b/gtk/gtkwidgetprivate.h
@@ -8,7 +8,7 @@
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
@@ -80,18 +80,21 @@ void _gtk_widget_set_height_request_needed (GtkWidget *widget,
gboolean height_request_needed);
void _gtk_widget_override_size_request (GtkWidget *widget,
- int width,
- int height,
- int *old_width,
- int *old_height);
+ int width,
+ int height,
+ int *old_width,
+ int *old_height);
void _gtk_widget_restore_size_request (GtkWidget *widget,
- int old_width,
- int old_height);
+ int old_width,
+ int old_height);
gboolean _gtk_widget_get_translation_to_window (GtkWidget *widget,
- GdkWindow *window,
- int *x,
- int *y);
+ GdkWindow *window,
+ int *x,
+ int *y);
+
+void _gtk_widget_get_cursor_color (GtkWidget *widget,
+ GdkColor *color);
G_END_DECLS