X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkspinbutton.h;h=7ed63529ad841950e95d84b36b8568b729ec2bcc;hb=aaedf5a35219b034a244730564b8fdf2b7d32540;hp=40a861503df3b40c6935b2bd59787ad35a4f3ae0;hpb=920e8b434367f9aa8aab306721cc024e66892e2e;p=~andy%2Fgtk diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 40a861503..7ed63529a 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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 . */ /* @@ -27,16 +25,15 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only can be included directly." -#endif - #ifndef __GTK_SPIN_BUTTON_H__ #define __GTK_SPIN_BUTTON_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + #include -#include G_BEGIN_DECLS @@ -207,7 +204,9 @@ gboolean gtk_spin_button_get_snap_to_ticks (GtkSpinButton *spin_button) void gtk_spin_button_update (GtkSpinButton *spin_button); /* private */ -GdkWindow* _gtk_spin_button_get_panel (GtkSpinButton *spin_button); +void _gtk_spin_button_get_panels (GtkSpinButton *spin_button, + GdkWindow **down_panel, + GdkWindow **up_panel); G_END_DECLS