diff options
Diffstat (limited to 'WebCore/platform/gtk/gtkdrawing.h')
-rw-r--r-- | WebCore/platform/gtk/gtkdrawing.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/WebCore/platform/gtk/gtkdrawing.h b/WebCore/platform/gtk/gtkdrawing.h index a981543..9d13a07 100644 --- a/WebCore/platform/gtk/gtkdrawing.h +++ b/WebCore/platform/gtk/gtkdrawing.h @@ -93,8 +93,6 @@ typedef struct _GtkThemeParts { GtkWidget* radiobuttonWidget; GtkWidget* horizScrollbarWidget; GtkWidget* vertScrollbarWidget; - GtkWidget* hScaleWidget; - GtkWidget* vScaleWidget; GtkWidget* entryWidget; GtkWidget* comboBoxWidget; GtkWidget* comboBoxButtonWidget; @@ -147,12 +145,6 @@ typedef enum { MOZ_GTK_SCROLLBAR_THUMB_VERTICAL, /* Paints the background of a scrolled window */ MOZ_GTK_SCROLLED_WINDOW, - /* Paints a GtkScale. */ - MOZ_GTK_SCALE_HORIZONTAL, - MOZ_GTK_SCALE_VERTICAL, - /* Paints a GtkScale thumb. */ - MOZ_GTK_SCALE_THUMB_HORIZONTAL, - MOZ_GTK_SCALE_THUMB_VERTICAL, MOZ_GTK_ENTRY, /* Paints a GtkOptionMenu. */ MOZ_GTK_DROPDOWN, @@ -277,17 +269,6 @@ moz_gtk_widget_get_focus(GtkWidget* widget, gboolean* interior_focus, gint* focus_width, gint* focus_pad); /** - * Get the desired size of a GtkScale thumb - * orient: [IN] the scale orientation - * thumb_length: [OUT] the length of the thumb - * thumb_height: [OUT] the height of the thumb - * - * returns: MOZ_GTK_SUCCESS if there was no error, an error code otherwise - */ -gint -moz_gtk_get_scalethumb_metrics(GtkOrientation orient, gint* thumb_length, gint* thumb_height); - -/** * Get the desired metrics for a GtkScrollbar * metrics: [IN] struct which will contain the metrics * |