]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkorientable.h
GtkColorChooserWidget: deselect swatch before removing palettes
[~andy/gtk] / gtk / gtkorientable.h
index 63ca6e5cd55fc5cf5b7637ae84263715acf80168..2708a45597397962098cfaa19efa655fbe9a752b 100644 (file)
  * 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/>.
  */
 
+#ifndef __GTK_ORIENTABLE_H__
+#define __GTK_ORIENTABLE_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_ORIENTABLE_H__
-#define __GTK_ORIENTABLE_H__
-
 #include <gtk/gtkwidget.h>
 
 G_BEGIN_DECLS
@@ -55,9 +53,6 @@ void           gtk_orientable_set_orientation (GtkOrientable  *orientable,
                                                GtkOrientation  orientation);
 GtkOrientation gtk_orientable_get_orientation (GtkOrientable  *orientable);
 
-/* Private */
-void           _gtk_orientable_set_style_classes (GtkOrientable *orientable);
-
 G_END_DECLS
 
 #endif /* __GTK_ORIENTABLE_H__ */