]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkscrollbar.h
Change FSF Address
[~andy/gtk] / gtk / gtkscrollbar.h
index eab137e68c7b4fc0f73d391c5f0bd8cfcd2d5f8d..51fee713df5eb74ca1b972014377dcaaeaadb3fa 100644 (file)
@@ -12,9 +12,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 <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -66,6 +64,8 @@ struct _GtkScrollbarClass
 
 
 GType       gtk_scrollbar_get_type (void) G_GNUC_CONST;
+GtkWidget * gtk_scrollbar_new      (GtkOrientation  orientation,
+                                    GtkAdjustment  *adjustment);
 
 G_END_DECLS