aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS0
-rw-r--r--COPYING340
-rw-r--r--ChangeLog0
-rw-r--r--Makefile.am1
-rw-r--r--NEWS0
-rw-r--r--README0
-rw-r--r--configure.ac18
-rw-r--r--libowl/Makefile.am15
-rw-r--r--libowl/owlpaned.c349
-rw-r--r--libowl/owlpaned.h60
-rw-r--r--libowl/owltreemodelslice.c280
-rw-r--r--libowl/owltreemodelslice.h71
-rw-r--r--tests/Makefile.am7
-rw-r--r--tests/test-paned.c26
-rw-r--r--tests/test-slice.c83
15 files changed, 1250 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/AUTHORS
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..d60c31a
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,340 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ChangeLog
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..9a39767
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = libowl tests
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/NEWS
diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..7e7e61d
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,18 @@
+AC_PREREQ(2.52)
+AC_INIT(libowl, 0.0, http://o-hand.com)
+AC_CONFIG_SRCDIR(libowl/owlpaned.c)
+AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_CONFIG_HEADER(libowl/config.h)
+AM_MAINTAINER_MODE
+
+AM_PROG_LIBTOOL
+
+PKG_CHECK_MODULES(GTK, gtk+-2.0)
+AC_SUBST(GTK_CFLAGS)
+AC_SUBST(GTK_LIBS)
+
+AC_OUTPUT([
+Makefile
+libowl/Makefile
+tests/Makefile
+])
diff --git a/libowl/Makefile.am b/libowl/Makefile.am
new file mode 100644
index 0000000..2386425
--- /dev/null
+++ b/libowl/Makefile.am
@@ -0,0 +1,15 @@
+libowlinclude_HEADERS = \
+ owlpaned.h \
+ owltreemodelslice.h
+
+libowlincludedir = $(includedir)/libowl/
+
+lib_LTLIBRARIES = libowl.la
+
+libowl_la_SOURCES = \
+ $(libowlinclude_HEADERS) \
+ owlpaned.c \
+ owltreemodelslice.c
+
+libowl_la_CPPFLAGS = $(GTK_CFLAGS) -Wall
+libowl_la_LIBADD = $(GTK_LIBS)
diff --git a/libowl/owlpaned.c b/libowl/owlpaned.c
new file mode 100644
index 0000000..3a6d8c8
--- /dev/null
+++ b/libowl/owlpaned.c
@@ -0,0 +1,349 @@
+/* GTK - The GIMP Toolkit
+ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * 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.
+ */
+
+/*
+ * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
+ * file for a list of people on the GTK+ Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+#include "owlpaned.h"
+
+static void owl_paned_class_init (OwlPanedClass *klass);
+static void owl_paned_init (OwlPaned *paned);
+static void owl_paned_size_request (GtkWidget *widget,
+ GtkRequisition *requisition);
+static void owl_paned_size_allocate_h (GtkWidget *widget,
+ GtkAllocation *allocation);
+static void owl_paned_size_allocate_v (GtkWidget *widget,
+ GtkAllocation *allocation);
+
+G_DEFINE_TYPE(OwlPaned, owl_paned, GTK_TYPE_PANED);
+
+static void
+owl_paned_class_init (OwlPanedClass *class)
+{
+ GtkWidgetClass *widget_class;
+
+ widget_class = (GtkWidgetClass *) class;
+
+ widget_class->size_request = owl_paned_size_request;
+ /* Default to horizontal */
+ widget_class->size_allocate = owl_paned_size_allocate_h;
+}
+
+static void
+owl_paned_init (OwlPaned *owlpaned)
+{
+ GtkPaned *paned;
+
+ g_return_if_fail (OWL_IS_PANED (owlpaned));
+
+ paned = GTK_PANED (owlpaned);
+
+ paned->cursor_type = GDK_SB_H_DOUBLE_ARROW;
+ /* The orientation specified the orientation of the separator. */
+ paned->orientation = GTK_ORIENTATION_VERTICAL;
+}
+
+GtkWidget *
+owl_paned_new (void)
+{
+ OwlPaned *paned;
+
+ paned = g_object_new (OWL_TYPE_PANED, NULL);
+
+ return GTK_WIDGET (paned);
+}
+
+static GtkOrientation
+get_orientation (GtkAllocation *allocation)
+{
+ g_assert (allocation);
+
+ if (allocation->width >= allocation->height)
+ return GTK_ORIENTATION_VERTICAL;
+ else
+ return GTK_ORIENTATION_HORIZONTAL;
+}
+
+static void
+owl_paned_size_request (GtkWidget *widget,
+ GtkRequisition *requisition)
+{
+ GtkPaned *paned = GTK_PANED (widget);
+ GtkRequisition child_requisition;
+
+ requisition->width = 0;
+ requisition->height = 0;
+
+ if (paned->child1 && GTK_WIDGET_VISIBLE (paned->child1))
+ {
+ gtk_widget_size_request (paned->child1, &child_requisition);
+
+ requisition->height = child_requisition.height;
+ requisition->width = child_requisition.width;
+ }
+
+ if (paned->child2 && GTK_WIDGET_VISIBLE (paned->child2))
+ {
+ gtk_widget_size_request (paned->child2, &child_requisition);
+
+ if (paned->orientation == GTK_ORIENTATION_VERTICAL) {
+ requisition->height = MAX(requisition->height, child_requisition.height);
+ requisition->width += child_requisition.width;
+ } else {
+ requisition->height += child_requisition.height;
+ requisition->width = MAX (requisition->width, child_requisition.width);
+ }
+ }
+
+ requisition->width += GTK_CONTAINER (paned)->border_width * 2;
+ requisition->height += GTK_CONTAINER (paned)->border_width * 2;
+
+ if (paned->child1 && GTK_WIDGET_VISIBLE (paned->child1) &&
+ paned->child2 && GTK_WIDGET_VISIBLE (paned->child2))
+ {
+ gint handle_size;
+
+ gtk_widget_style_get (widget, "handle-size", &handle_size, NULL);
+ if (paned->orientation == GTK_ORIENTATION_VERTICAL) {
+ requisition->width += handle_size;
+ } else {
+ requisition->height += handle_size;
+ }
+ }
+}
+
+static void
+flip_child (GtkWidget *widget, GtkAllocation *child_pos)
+{
+ gint x = widget->allocation.x;
+ gint width = widget->allocation.width;
+
+ child_pos->x = 2 * x + width - child_pos->x - child_pos->width;
+}
+
+static void
+owl_paned_size_allocate_h (GtkWidget *widget,
+ GtkAllocation *allocation)
+{
+ GtkPaned *paned = GTK_PANED (widget);
+ gint border_width = GTK_CONTAINER (paned)->border_width;
+
+ if (get_orientation (allocation) != GTK_ORIENTATION_VERTICAL) {
+ GtkWidgetClass *widget_class = GTK_WIDGET_GET_CLASS (widget);
+ widget_class->size_allocate = owl_paned_size_allocate_v;
+ owl_paned_size_allocate_v (widget, allocation);
+ return;
+ }
+
+ widget->allocation = *allocation;
+
+ if (paned->child1 && GTK_WIDGET_VISIBLE (paned->child1) &&
+ paned->child2 && GTK_WIDGET_VISIBLE (paned->child2))
+ {
+ GtkAllocation child1_allocation;
+ GtkAllocation child2_allocation;
+ GtkRequisition child1_requisition;
+ GtkRequisition child2_requisition;
+ gint handle_size;
+
+ gtk_widget_style_get (widget, "handle-size", &handle_size, NULL);
+
+ gtk_widget_get_child_requisition (paned->child1, &child1_requisition);
+ gtk_widget_get_child_requisition (paned->child2, &child2_requisition);
+
+ gtk_paned_compute_position (paned,
+ MAX (1, widget->allocation.width
+ - handle_size
+ - 2 * border_width),
+ child1_requisition.width,
+ child2_requisition.width);
+
+ paned->handle_pos.x = widget->allocation.x + paned->child1_size + border_width;
+ paned->handle_pos.y = widget->allocation.y + border_width;
+ paned->handle_pos.width = handle_size;
+ paned->handle_pos.height = MAX (1, widget->allocation.height - 2 * border_width);
+
+ child1_allocation.height = child2_allocation.height = MAX (1, (gint) allocation->height - border_width * 2);
+ child1_allocation.width = MAX (1, paned->child1_size);
+ child1_allocation.x = widget->allocation.x + border_width;
+ child1_allocation.y = child2_allocation.y = widget->allocation.y + border_width;
+
+ child2_allocation.x = child1_allocation.x + paned->child1_size + paned->handle_pos.width;
+ child2_allocation.width = MAX (1, widget->allocation.x + widget->allocation.width - child2_allocation.x - border_width);
+
+ if (gtk_widget_get_direction (GTK_WIDGET (widget)) == GTK_TEXT_DIR_RTL)
+ {
+ flip_child (widget, &(child2_allocation));
+ flip_child (widget, &(child1_allocation));
+ flip_child (widget, &(paned->handle_pos));
+ }
+
+ if (GTK_WIDGET_REALIZED (widget))
+ {
+ if (GTK_WIDGET_MAPPED (widget))
+ gdk_window_show (paned->handle);
+ gdk_window_move_resize (paned->handle,
+ paned->handle_pos.x,
+ paned->handle_pos.y,
+ handle_size,
+ paned->handle_pos.height);
+ }
+
+ /* Now allocate the childen, making sure, when resizing not to
+ * overlap the windows
+ */
+ if (GTK_WIDGET_MAPPED (widget) &&
+ paned->child1->allocation.width < child1_allocation.width)
+ {
+ gtk_widget_size_allocate (paned->child2, &child2_allocation);
+ gtk_widget_size_allocate (paned->child1, &child1_allocation);
+ }
+ else
+ {
+ gtk_widget_size_allocate (paned->child1, &child1_allocation);
+ gtk_widget_size_allocate (paned->child2, &child2_allocation);
+ }
+ }
+ else
+ {
+ GtkAllocation child_allocation;
+
+ if (GTK_WIDGET_REALIZED (widget))
+ gdk_window_hide (paned->handle);
+
+ if (paned->child1)
+ gtk_widget_set_child_visible (paned->child1, TRUE);
+ if (paned->child2)
+ gtk_widget_set_child_visible (paned->child2, TRUE);
+
+ child_allocation.x = widget->allocation.x + border_width;
+ child_allocation.y = widget->allocation.y + border_width;
+ child_allocation.width = MAX (1, allocation->width - 2 * border_width);
+ child_allocation.height = MAX (1, allocation->height - 2 * border_width);
+
+ if (paned->child1 && GTK_WIDGET_VISIBLE (paned->child1))
+ gtk_widget_size_allocate (paned->child1, &child_allocation);
+ else if (paned->child2 && GTK_WIDGET_VISIBLE (paned->child2))
+ gtk_widget_size_allocate (paned->child2, &child_allocation);
+ }
+}
+
+static void
+owl_paned_size_allocate_v (GtkWidget *widget,
+ GtkAllocation *allocation)
+{
+ GtkPaned *paned = GTK_PANED (widget);
+ gint border_width = GTK_CONTAINER (paned)->border_width;
+
+ if (get_orientation (allocation) != GTK_ORIENTATION_HORIZONTAL) {
+ GtkWidgetClass *widget_class = GTK_WIDGET_GET_CLASS (widget);
+ widget_class->size_allocate = owl_paned_size_allocate_h;
+ owl_paned_size_allocate_h (widget, allocation);
+ return;
+ }
+
+ widget->allocation = *allocation;
+
+ if (paned->child1 && GTK_WIDGET_VISIBLE (paned->child1) &&
+ paned->child2 && GTK_WIDGET_VISIBLE (paned->child2))
+ {
+ GtkRequisition child1_requisition;
+ GtkRequisition child2_requisition;
+ GtkAllocation child1_allocation;
+ GtkAllocation child2_allocation;
+ gint handle_size;
+
+ gtk_widget_style_get (widget, "handle-size", &handle_size, NULL);
+
+ gtk_widget_get_child_requisition (paned->child1, &child1_requisition);
+ gtk_widget_get_child_requisition (paned->child2, &child2_requisition);
+
+ gtk_paned_compute_position (paned,
+ MAX (1, widget->allocation.height
+ - handle_size
+ - 2 * border_width),
+ child1_requisition.height,
+ child2_requisition.height);
+
+ paned->handle_pos.x = widget->allocation.x + border_width;
+ paned->handle_pos.y = widget->allocation.y + paned->child1_size + border_width;
+ paned->handle_pos.width = MAX (1, (gint) widget->allocation.width - 2 * border_width);
+ paned->handle_pos.height = handle_size;
+
+ if (GTK_WIDGET_REALIZED (widget))
+ {
+ if (GTK_WIDGET_MAPPED (widget))
+ gdk_window_show (paned->handle);
+ gdk_window_move_resize (paned->handle,
+ paned->handle_pos.x,
+ paned->handle_pos.y,
+ paned->handle_pos.width,
+ handle_size);
+ }
+
+ child1_allocation.width = child2_allocation.width = MAX (1, (gint) allocation->width - border_width * 2);
+ child1_allocation.height = MAX (1, paned->child1_size);
+ child1_allocation.x = child2_allocation.x = widget->allocation.x + border_width;
+ child1_allocation.y = widget->allocation.y + border_width;
+
+ child2_allocation.y = child1_allocation.y + paned->child1_size + paned->handle_pos.height;
+ child2_allocation.height = MAX (1, widget->allocation.y + widget->allocation.height - child2_allocation.y - border_width);
+
+ /* Now allocate the childen, making sure, when resizing not to
+ * overlap the windows
+ */
+ if (GTK_WIDGET_MAPPED (widget) &&
+ paned->child1->allocation.height < child1_allocation.height)
+ {
+ gtk_widget_size_allocate (paned->child2, &child2_allocation);
+ gtk_widget_size_allocate (paned->child1, &child1_allocation);
+ }
+ else
+ {
+ gtk_widget_size_allocate (paned->child1, &child1_allocation);
+ gtk_widget_size_allocate (paned->child2, &child2_allocation);
+ }
+ }
+ else
+ {
+ GtkAllocation child_allocation;
+
+ if (GTK_WIDGET_REALIZED (widget))
+ gdk_window_hide (paned->handle);
+
+ if (paned->child1)
+ gtk_widget_set_child_visible (paned->child1, TRUE);
+ if (paned->child2)
+ gtk_widget_set_child_visible (paned->child2, TRUE);
+
+ child_allocation.x = widget->allocation.x + border_width;
+ child_allocation.y = widget->allocation.y + border_width;
+ child_allocation.width = MAX (1, allocation->width - 2 * border_width);
+ child_allocation.height = MAX (1, allocation->height - 2 * border_width);
+
+ if (paned->child1 && GTK_WIDGET_VISIBLE (paned->child1))
+ gtk_widget_size_allocate (paned->child1, &child_allocation);
+ else if (paned->child2 && GTK_WIDGET_VISIBLE (paned->child2))
+ gtk_widget_size_allocate (paned->child2, &child_allocation);
+ }
+}
diff --git a/libowl/owlpaned.h b/libowl/owlpaned.h
new file mode 100644
index 0000000..b7bc7ea
--- /dev/null
+++ b/libowl/owlpaned.h
@@ -0,0 +1,60 @@
+/* GTK - The GIMP Toolkit
+ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * 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.
+ */
+
+/*
+ * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
+ * file for a list of people on the GTK+ Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+#ifndef __OWL_PANED_H__
+#define __OWL_PANED_H__
+
+#include <gtk/gtkpaned.h>
+
+G_BEGIN_DECLS
+
+#define OWL_TYPE_PANED (owl_paned_get_type ())
+#define OWL_PANED(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), OWL_TYPE_PANED, OwlPaned))
+#define OWL_PANED_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), OWL_TYPE_PANED, OwlPanedClass))
+#define OWL_IS_PANED(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), OWL_TYPE_PANED))
+#define OWL_IS_PANED_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), OWL_TYPE_PANED))
+#define OWL_PANED_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), OWL_TYPE_PANED, OwlPanedClass))
+
+
+typedef struct _OwlPaned OwlPaned;
+typedef struct _OwlPanedClass OwlPanedClass;
+
+struct _OwlPaned
+{
+ GtkPaned paned;
+};
+
+struct _OwlPanedClass
+{
+ GtkPanedClass parent_class;
+};
+
+GType owl_paned_get_type (void) G_GNUC_CONST;
+GtkWidget *owl_paned_new (void);
+
+G_END_DECLS
+
+#endif /* __OWL_PANED_H__ */
diff --git a/libowl/owltreemodelslice.c b/libowl/owltreemodelslice.c
new file mode 100644
index 0000000..356683f
--- /dev/null
+++ b/libowl/owltreemodelslice.c
@@ -0,0 +1,280 @@
+#include <gtk/gtk.h>
+
+#include "owltreemodelslice.h"
+
+struct _OwlTreeModelSlicePrivate {
+ GtkTreeModel *child_model;
+ GtkTreePath *root;
+};
+
+#define OWL_TREE_MODEL_SLICE_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), OWL_TYPE_TREE_MODEL_SLICE, OwlTreeModelSlicePrivate))
+
+static void owl_tree_model_slice_tree_model_init (GtkTreeModelIface *iface);
+
+/*
+ * Implementation prototypes
+ */
+
+static GtkTreeModelFlags owl_tree_model_slice_get_flags (GtkTreeModel *model);
+static gint owl_tree_model_slice_get_n_columns (GtkTreeModel *model);
+static GType owl_tree_model_slice_get_column_type (GtkTreeModel *model, gint index);
+static gboolean owl_tree_model_slice_get_iter (GtkTreeModel *model, GtkTreeIter *iter, GtkTreePath *path);
+// TODO get_path
+static void owl_tree_model_slice_get_value (GtkTreeModel *tree_model, GtkTreeIter *iter, gint column, GValue *value);
+static gboolean owl_tree_model_slice_iter_next (GtkTreeModel *tree_model, GtkTreeIter *iter);
+static gboolean owl_tree_model_slice_iter_children (GtkTreeModel *model, GtkTreeIter *iter, GtkTreeIter *parent);
+static gboolean owl_tree_model_slice_iter_has_child (GtkTreeModel *model, GtkTreeIter *iter);
+static gint owl_tree_model_slice_iter_n_children (GtkTreeModel *model, GtkTreeIter *iter);
+static gboolean owl_tree_model_slice_iter_nth_child (GtkTreeModel *model, GtkTreeIter *iter, GtkTreeIter *parent, gint n);
+static gboolean owl_tree_model_slice_iter_parent (GtkTreeModel *model, GtkTreeIter *iter, GtkTreeIter *child);
+// TODO ref node
+// TODO unref node
+
+G_DEFINE_TYPE_EXTENDED (OwlTreeModelSlice,
+ owl_tree_model_slice,
+ G_TYPE_OBJECT,
+ 0,
+ G_IMPLEMENT_INTERFACE (GTK_TYPE_TREE_MODEL,
+ owl_tree_model_slice_tree_model_init));
+
+static void
+owl_tree_model_slice_init (OwlTreeModelSlice *slice)
+{
+ slice->priv = OWL_TREE_MODEL_SLICE_GET_PRIVATE (slice);
+}
+
+static void
+owl_tree_model_slice_class_init (OwlTreeModelSliceClass *klass)
+{
+ g_type_class_add_private (G_OBJECT_CLASS (klass), sizeof (OwlTreeModelSlicePrivate));
+}
+
+static void
+owl_tree_model_slice_tree_model_init (GtkTreeModelIface *iface)
+{
+ iface->get_flags = owl_tree_model_slice_get_flags;
+ iface->get_n_columns = owl_tree_model_slice_get_n_columns;
+ iface->get_column_type = owl_tree_model_slice_get_column_type;
+ iface->get_iter = owl_tree_model_slice_get_iter;
+ //iface->get_path = owl_tree_model_slice_get_path;
+ iface->get_value = owl_tree_model_slice_get_value;
+ iface->iter_next = owl_tree_model_slice_iter_next;
+ iface->iter_children = owl_tree_model_slice_iter_children;
+ iface->iter_has_child = owl_tree_model_slice_iter_has_child;
+ iface->iter_n_children = owl_tree_model_slice_iter_n_children;
+ iface->iter_nth_child = owl_tree_model_slice_iter_nth_child;
+ iface->iter_parent = owl_tree_model_slice_iter_parent;
+ // iface->ref_node = owl_tree_model_slice_ref_node;
+ // iface->unref_node = owl_tree_model_slice_unref_node;
+}
+
+static GtkTreeModelFlags
+owl_tree_model_slice_get_flags (GtkTreeModel *model)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_val_if_fail (slice != NULL, 0);
+ g_return_val_if_fail (slice->priv->child_model != NULL, 0);
+
+ return gtk_tree_model_get_flags (slice->priv->child_model) | GTK_TREE_MODEL_LIST_ONLY;
+}
+
+static gint
+owl_tree_model_slice_get_n_columns (GtkTreeModel *model)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_val_if_fail (slice != NULL, 0);
+ g_return_val_if_fail (slice->priv->child_model != NULL, 0);
+
+ return gtk_tree_model_get_n_columns (slice->priv->child_model);
+}
+
+static GType
+owl_tree_model_slice_get_column_type (GtkTreeModel *model, gint index)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_val_if_fail (slice != NULL, G_TYPE_INVALID);
+ g_return_val_if_fail (slice->priv->child_model != NULL, G_TYPE_INVALID);
+
+ return gtk_tree_model_get_column_type (slice->priv->child_model, index);
+}
+
+static GtkTreePath*
+convert_to_child (OwlTreeModelSlice *slice, GtkTreePath *path)
+{
+ GtkTreePath *new_path;
+ gint depth;
+ gint *indices;
+
+ g_assert (slice);
+ g_assert (path);
+
+ if (slice->priv->root == NULL)
+ return path;
+
+ new_path = gtk_tree_path_copy (slice->priv->root);
+ depth = gtk_tree_path_get_depth (path);
+ indices = gtk_tree_path_get_indices (path);
+ while (depth--)
+ gtk_tree_path_append_index (new_path, *indices++);
+ return new_path;
+}
+
+static gboolean
+owl_tree_model_slice_get_iter (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ GtkTreePath *path)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+ GtkTreePath *new_path;
+
+ g_return_val_if_fail (slice != NULL, FALSE);
+ g_return_val_if_fail (slice->priv->child_model != NULL, FALSE);
+
+ new_path = convert_to_child (slice, path);
+
+ return gtk_tree_model_get_iter (slice->priv->child_model, iter, new_path);
+}
+
+static void
+owl_tree_model_slice_get_value (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ gint column,
+ GValue *value)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_if_fail (slice != NULL);
+ g_return_if_fail (slice->priv->child_model != NULL);
+
+ gtk_tree_model_get_value (slice->priv->child_model, iter, column, value);
+}
+
+static gboolean
+owl_tree_model_slice_iter_next (GtkTreeModel *model,
+ GtkTreeIter *iter)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_val_if_fail (slice != NULL, FALSE);
+ g_return_val_if_fail (slice->priv->child_model != NULL, FALSE);
+
+ return gtk_tree_model_iter_next (slice->priv->child_model, iter);
+}
+
+static gboolean
+owl_tree_model_slice_iter_children (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ GtkTreeIter *parent)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_val_if_fail (slice != NULL, FALSE);
+ g_return_val_if_fail (slice->priv->child_model != NULL, FALSE);
+
+ if (parent == NULL)
+ return gtk_tree_model_get_iter_first (model, iter);
+ else
+ return FALSE;
+}
+
+static gboolean
+owl_tree_model_slice_iter_has_child (GtkTreeModel *model,
+ GtkTreeIter *iter)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_val_if_fail (slice != NULL, FALSE);
+ g_return_val_if_fail (slice->priv->child_model != NULL, FALSE);
+
+ return FALSE;
+}
+
+static gint
+owl_tree_model_slice_iter_n_children (GtkTreeModel *model,
+ GtkTreeIter *iter)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_val_if_fail (slice != NULL, 0);
+ g_return_val_if_fail (slice->priv->child_model != NULL, 0);
+
+ if (iter) {
+ return 0;
+ } else {
+ GtkTreeIter child_iter;
+ if (!gtk_tree_model_get_iter (slice->priv->child_model, &child_iter, slice->priv->root)) {
+ g_warning ("Cannot get child iterator");
+ return 0;
+ }
+ return gtk_tree_model_iter_n_children (slice->priv->child_model, &child_iter);
+ }
+}
+
+
+static gboolean
+owl_tree_model_slice_iter_nth_child (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ GtkTreeIter *parent,
+ gint n)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_val_if_fail (slice != NULL, FALSE);
+ g_return_val_if_fail (slice->priv->child_model != NULL, FALSE);
+
+ if (parent != NULL)
+ return FALSE;
+ else
+ return gtk_tree_model_iter_nth_child (slice->priv->child_model, iter, parent, n);
+}
+
+static gboolean
+owl_tree_model_slice_iter_parent (GtkTreeModel *model, GtkTreeIter *iter, GtkTreeIter *child)
+{
+ OwlTreeModelSlice *slice = OWL_TREE_MODEL_SLICE (model);
+
+ g_return_val_if_fail (slice != NULL, FALSE);
+ g_return_val_if_fail (slice->priv->child_model != NULL, FALSE);
+
+ return FALSE;
+}
+
+GtkTreeModel *
+owl_tree_model_slice_new (GtkTreeModel *child_model,
+ GtkTreePath *root)
+{
+ OwlTreeModelSlice *slice;
+
+ g_return_val_if_fail (child_model != NULL, NULL);
+
+ slice = g_object_new (OWL_TYPE_TREE_MODEL_SLICE, NULL);
+
+ slice->priv->child_model = child_model;
+ slice->priv->root = root;
+
+ return (GtkTreeModel *)slice;
+}
+
+GtkTreeModel *
+gtk_tree_model_slice_get_model (OwlTreeModelSlice *slice)
+{
+ g_return_val_if_fail (OWL_IS_TREE_MODEL_SLICE (slice), NULL);
+
+ return slice->priv->child_model;
+}
+
+
+/* TODO */
+void owl_tree_model_slice_convert_child_iter_to_iter (OwlTreeModelSlice *slice,
+ GtkTreeIter *slice_iter,
+ GtkTreeIter *child_iter);
+void owl_tree_model_slice_convert_iter_to_child_iter (OwlTreeModelSlice *slice,
+ GtkTreeIter *child_iter,
+ GtkTreeIter *slice_iter);
+GtkTreePath *owl_tree_model_slice_convert_child_path_to_path (OwlTreeModelSlice *slice,
+ GtkTreePath *child_path);
+GtkTreePath *owl_tree_model_slice_convert_path_to_child_path (OwlTreeModelSlice *slice,
+ GtkTreePath *slice_path);
diff --git a/libowl/owltreemodelslice.h b/libowl/owltreemodelslice.h
new file mode 100644
index 0000000..5564503
--- /dev/null
+++ b/libowl/owltreemodelslice.h
@@ -0,0 +1,71 @@
+/*
+ * Copyright (C) 2006 Ross Burton <ross@openedhand.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library 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.
+ */
+
+#ifndef __OWL_TREE_MODEL_SLICE_H__
+#define __OWL_TREE_MODEL_SLICE_H__
+
+#include <gtk/gtktreemodel.h>
+
+G_BEGIN_DECLS
+
+#define OWL_TYPE_TREE_MODEL_SLICE (owl_tree_model_slice_get_type ())
+#define OWL_TREE_MODEL_SLICE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), OWL_TYPE_TREE_MODEL_SLICE, OwlTreeModelSlice))
+#define OWL_TREE_MODEL_SLICE_CLASS(vtable) (G_TYPE_CHECK_CLASS_CAST ((vtable), OWL_TYPE_TREE_MODEL_SLICE, OwlTreeModelSliceClass))
+#define OWL_IS_TREE_MODEL_SLICE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), OWL_TYPE_TREE_MODEL_SLICE))
+#define OWL_IS_TREE_MODEL_SLICE_CLASS(vtable) (G_TYPE_CHECK_CLASS_TYPE ((vtable), OWL_TYPE_TREE_MODEL_SLICE))
+#define OWL_TREE_MODEL_SLICE_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((obj), OWL_TYPE_TREE_MODEL_SLICE, OwlTreeModelSliceClass))
+
+typedef struct _OwlTreeModelSlice OwlTreeModelSlice;
+typedef struct _OwlTreeModelSliceClass OwlTreeModelSliceClass;
+typedef struct _OwlTreeModelSlicePrivate OwlTreeModelSlicePrivate;
+
+struct _OwlTreeModelSlice
+{
+ GObject parent;
+
+ /*< private >*/
+ OwlTreeModelSlicePrivate *priv;
+};
+
+struct _OwlTreeModelSliceClass
+{
+ GObjectClass parent_class;
+};
+
+GType owl_tree_model_slice_get_type (void) G_GNUC_CONST;
+GtkTreeModel *owl_tree_model_slice_new (GtkTreeModel *child_model,
+ GtkTreePath *root);
+
+GtkTreeModel *gtk_tree_model_slice_get_model (OwlTreeModelSlice *slice);
+
+/* TODO */
+void owl_tree_model_slice_convert_child_iter_to_iter (OwlTreeModelSlice *slice,
+ GtkTreeIter *slice_iter,
+ GtkTreeIter *child_iter);
+void owl_tree_model_slice_convert_iter_to_child_iter (OwlTreeModelSlice *slice,
+ GtkTreeIter *child_iter,
+ GtkTreeIter *slice_iter);
+GtkTreePath *owl_tree_model_slice_convert_child_path_to_path (OwlTreeModelSlice *slice,
+ GtkTreePath *child_path);
+GtkTreePath *owl_tree_model_slice_convert_path_to_child_path (OwlTreeModelSlice *slice,
+ GtkTreePath *slice_path);
+
+G_END_DECLS
+
+#endif /* __OWL_TREE_MODEL_SLICE_H__ */
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..bbe1bea
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,7 @@
+noinst_PROGRAMS = test-paned test-slice
+
+INCLUDES = -I$(top_srcdir)/libowl $(GTK_CFLAGS) -Wall
+LDADD = -L../libowl -lowl $(GTK_LIBS)
+
+test_paned_SOURCES = test-paned.c
+test_slice_SOURCES = test-slice.c
diff --git a/tests/test-paned.c b/tests/test-paned.c
new file mode 100644
index 0000000..28da2f5
--- /dev/null
+++ b/tests/test-paned.c
@@ -0,0 +1,26 @@
+#include <gtk/gtk.h>
+#include "owlpaned.h"
+
+int
+main(int argc, char ** argv)
+{
+ GtkWidget *window, *paned, *label1, *label2;
+
+ gtk_init (&argc, &argv);
+
+ window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ g_signal_connect (window, "destroy", gtk_main_quit, NULL);
+ paned = owl_paned_new ();
+ label1 = gtk_label_new ("Label 1");
+ label2 = gtk_label_new ("Label 2");
+
+ gtk_paned_add1 (GTK_PANED (paned), label1);
+ gtk_paned_add2 (GTK_PANED (paned), label2);
+ gtk_container_add (GTK_CONTAINER (window), paned);
+
+ gtk_widget_show_all (window);
+
+ gtk_main ();
+
+ return 0;
+}
diff --git a/tests/test-slice.c b/tests/test-slice.c
new file mode 100644
index 0000000..b7d6f1c
--- /dev/null
+++ b/tests/test-slice.c
@@ -0,0 +1,83 @@
+#include <gtk/gtk.h>
+#include "owltreemodelslice.h"
+
+static GtkTreeModel *
+create_tree (void)
+{
+ GtkTreeModel *model;
+ GtkTreeIter iter, child;
+ GtkIconTheme *icons;
+
+ icons = gtk_icon_theme_get_default ();
+
+ model = (GtkTreeModel*)gtk_tree_store_new (2, GDK_TYPE_PIXBUF, G_TYPE_STRING);
+ gtk_tree_store_append (GTK_TREE_STORE (model), &iter, NULL);
+ gtk_tree_store_set (GTK_TREE_STORE (model), &iter,
+ 0, gtk_icon_theme_load_icon (icons, "gnome-applications", 48, 0, NULL),
+ 1, "Applications",
+ -1);
+ gtk_tree_store_append (GTK_TREE_STORE (model), &child, &iter);
+ gtk_tree_store_set (GTK_TREE_STORE (model), &child,
+ 0, gtk_icon_theme_load_icon (icons, "sound-juicer", 48, 0, NULL),
+ 1, "Sound Juicer",
+ -1);
+ gtk_tree_store_append (GTK_TREE_STORE (model), &child, &iter);
+ gtk_tree_store_set (GTK_TREE_STORE (model), &child,
+ 0, gtk_icon_theme_load_icon (icons, "gnome-terminal", 48, 0, NULL),
+ 1, "Terminal",
+ -1);
+ gtk_tree_store_append (GTK_TREE_STORE (model), &child, &iter);
+ gtk_tree_store_set (GTK_TREE_STORE (model), &child,
+ 0, gtk_icon_theme_load_icon (icons, "web-browser", 48, 0, NULL),
+ 1, "Web Browser",
+ -1);
+
+ gtk_tree_store_append (GTK_TREE_STORE (model), &iter, NULL);
+ gtk_tree_store_set (GTK_TREE_STORE (model), &iter,
+ 0, gtk_icon_theme_load_icon (icons, "gnome-settings", 48, 0, NULL),
+ 1, "Preferences",
+ -1);
+
+ return model;
+}
+
+int
+main(int argc, char ** argv)
+{
+ GtkWidget *window, *box, *treeview, *iconview;
+ GtkTreeModel *model, *slicer;
+ GtkTreeViewColumn *column;
+
+ gtk_init (&argc, &argv);
+
+ model = create_tree ();
+ slicer = owl_tree_model_slice_new (model, gtk_tree_path_new_first());
+
+ window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ g_signal_connect (window, "destroy", gtk_main_quit, NULL);
+ box = gtk_hbox_new (FALSE, 6);
+
+ treeview = gtk_tree_view_new_with_model (model);
+ column = gtk_tree_view_column_new_with_attributes ("Icon",
+ gtk_cell_renderer_pixbuf_new (),
+ "pixbuf", 0, NULL);
+ gtk_tree_view_append_column (GTK_TREE_VIEW (treeview), column);
+ column = gtk_tree_view_column_new_with_attributes ("String",
+ gtk_cell_renderer_text_new (),
+ "text", 1, NULL);
+ gtk_tree_view_append_column (GTK_TREE_VIEW (treeview), column);
+
+ iconview = gtk_icon_view_new_with_model (slicer);
+ gtk_icon_view_set_pixbuf_column (GTK_ICON_VIEW (iconview), 0);
+ gtk_icon_view_set_text_column (GTK_ICON_VIEW (iconview), 1);
+
+ gtk_container_add (GTK_CONTAINER (box), treeview);
+ gtk_container_add (GTK_CONTAINER (box), iconview);
+ gtk_container_add (GTK_CONTAINER (window), box);
+
+ gtk_widget_show_all (window);
+
+ gtk_main ();
+
+ return 0;
+}