Re: Anyone know of a Graphical Timeline Widget?



In order to implement a timeline widget using the GTK TreeStore, TreeView
and TreeViewColumn classes, I believe I'll have to implement a CellRenderer
to draw the timeline for each task.  The CellRenderers provided by GTK
(Pixbuf, Text and Toggle) will not suffice because I'll have to draw the
timeline using GDK (a Pixbuf will not work). Does anyone know of
any documentation on this subject?  Does anyone have any tips on how
I can accomplish this?


Thanks!

Brad

> From gtk-list-admin gnome org Thu Mar 28 16:07:07 2002
> Delivered-To: gtk-list gnome org
> From: "Bradley F. Hartman" <hartman mcci-arl-va com>
> To: gtk-list gnome org
> Subject: Anyone know of a Graphical Timeline Widget?
> X-Sun-Charset: US-ASCII
> Sender: gtk-list-admin gnome org
> X-BeenThere: gtk-list gnome org
> X-Loop: gtk-list gnome org
> X-Mailman-Version: 2.0.8
> List-Help: <mailto:gtk-list-request gnome org?subject=help>
> List-Post: <mailto:gtk-list gnome org>
> List-Subscribe: <http://mail.gnome.org/mailman/listinfo/gtk-list>,
> 	<mailto:gtk-list-request gnome org?subject=subscribe>
> List-Id: General discussion of GTK+ <gtk-list.gnome.org>
> List-Unsubscribe: <http://mail.gnome.org/mailman/listinfo/gtk-list>,
> 	<mailto:gtk-list-request gnome org?subject=unsubscribe>
> List-Archive: <http://mail.gnome.org/archives/gtk-list/>
> Date: Thu, 28 Mar 2002 16:06:07 -0500 (EST)
> Content-Length: 1566
> 
> Hello,
> 
> Does anyone know of a configurable timeline widget?  I'm looking for something
> that would graphically depict a timeline of events that conceptually 
> resembles the following:
> 
>    ---------------------------------------------------------------------
>   |                                                                     |
>   | +Group 1                                                            |
>   | |+-Task 1     ----____    ----____  ----____      ----____   ---___ |
>   | |+-Task 2         ----____    ----____  ----____      ----____   -- |
>   | |                                                                   |
>   | +Group 2                                                            |
>   | |+-Task 3     ----____    ----____  ----____      ----____   ---___ |
>   | |+-Task 4         ----____    ----____  ----____      ----____   -- |
>   | |                                                                   |
>   | +Group 3                                                            |
>   |  +-Task 5     ----____    ----____  ----____      ----____   ---___ |
>   |  +-Task 6         ----____    ----____  ----____      ----____   -- |
>   |                                                                     |
>    ---------------------------------------------------------------------
>                               Time (microseconds)
> 
> Preferably, the list of groups and tasks would be a collapsible tree.
> 
> 
> Regards,
> 
> Brad
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]