forked from AuroraMiddleware/gtk
spinbutton: Remove _get_panels
This commit is contained in:
parent
36377e9964
commit
fa4d6e8918
@ -2576,18 +2576,6 @@ gtk_spin_button_update (GtkSpinButton *spin_button)
|
||||
gtk_spin_button_set_value (spin_button, val);
|
||||
}
|
||||
|
||||
void
|
||||
_gtk_spin_button_get_panels (GtkSpinButton *spin_button,
|
||||
GdkWindow **down_panel,
|
||||
GdkWindow **up_panel)
|
||||
{
|
||||
if (down_panel != NULL)
|
||||
*down_panel = spin_button->priv->down_panel;
|
||||
|
||||
if (up_panel != NULL)
|
||||
*up_panel = spin_button->priv->up_panel;
|
||||
}
|
||||
|
||||
static void
|
||||
gtk_spin_button_direction_changed (GtkWidget *widget,
|
||||
GtkTextDirection previous_dir)
|
||||
|
@ -228,11 +228,6 @@ gboolean gtk_spin_button_get_snap_to_ticks (GtkSpinButton *spin_button)
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
void gtk_spin_button_update (GtkSpinButton *spin_button);
|
||||
|
||||
/* private */
|
||||
void _gtk_spin_button_get_panels (GtkSpinButton *spin_button,
|
||||
GdkWindow **down_panel,
|
||||
GdkWindow **up_panel);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_SPIN_BUTTON_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user