Can you help with a direction please?

View: New views
4 Messages — Rating Filter:   Alert me  

Can you help with a direction please?

by Ricardo M-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jeff

Before anything, you've made a very good work!

Congratulations!

I was writting programs with Gtk+ 1.2 until i found
XFC, and now i'm migrating from Gtk+ to XFC, so i have
a question that i have looking for a while: In Gtk+
CList it's deprecated, what can i use now?

Maybe you've allready answered this, but i can't found
it in mailing lists archives.

Thanks in advance, and keep up the good work!
PS Sorry for my english, it's not good, but i'm practicing

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.yahoo.com.mx/ 
_______________________________________________
Xfc-dev mailing list
Xfc-dev@...
http://foo-projects.org/mailman/listinfo/xfc-dev

Re: Can you help with a direction please?

by Benedikt Meurer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ricardo M wrote:

> Hi Jeff
>
> Before anything, you've made a very good work!
>
> Congratulations!
>
> I was writting programs with Gtk+ 1.2 until i found
> XFC, and now i'm migrating from Gtk+ to XFC, so i have
> a question that i have looking for a while: In Gtk+
> CList it's deprecated, what can i use now?
>
> Maybe you've allready answered this, but i can't found
> it in mailing lists archives.

Use the TreeView framework instead, see

http://xfc.xfce.org/docs/howto/html/treeview.html

> Thanks in advance, and keep up the good work!
> PS Sorry for my english, it's not good, but i'm practicing

HTH,
Benedikt
_______________________________________________
Xfc-dev mailing list
Xfc-dev@...
http://foo-projects.org/mailman/listinfo/xfc-dev

Re: Can you help with a direction please?

by Ricardo M-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you Benedikt!

I apreciate help you gave me, can i use it with a data
base, such as PostgreSQL, just like i use the CList?
Well i use CList to show the content of a table.

Thanks again

 --- Benedikt Meurer
<benedikt.meurer@...> escribió:

> Ricardo M wrote:
> > Hi Jeff
> >
> > Before anything, you've made a very good work!
> >
> > Congratulations!
> >
> > I was writting programs with Gtk+ 1.2 until i
> found
> > XFC, and now i'm migrating from Gtk+ to XFC, so i
> have
> > a question that i have looking for a while: In
> Gtk+
> > CList it's deprecated, what can i use now?
> >
> > Maybe you've allready answered this, but i can't
> found
> > it in mailing lists archives.
>
> Use the TreeView framework instead, see
>
> http://xfc.xfce.org/docs/howto/html/treeview.html
>
> > Thanks in advance, and keep up the good work!
> > PS Sorry for my english, it's not good, but i'm
> practicing
>
> HTH,
> Benedikt
> _______________________________________________
> Xfc-dev mailing list
> Xfc-dev@...
> http://foo-projects.org/mailman/listinfo/xfc-dev
>



       
       
               
___________________________________________________________
Do You Yahoo!?
La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx 

_______________________________________________
Xfc-dev mailing list
Xfc-dev@...
http://foo-projects.org/mailman/listinfo/xfc-dev

Re: Can you help with a direction please?

by Benedikt Meurer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ricardo M wrote:
> Thank you Benedikt!
>
> I apreciate help you gave me, can i use it with a data
> base, such as PostgreSQL, just like i use the CList?
> Well i use CList to show the content of a table.

You can add the rows from the database to the TreeModel, and the
TreeView will display the data. But you'll need to write the method that
queries the data from the DB and adds it to the TreeModel yourself.

> Thanks again

Benedikt
_______________________________________________
Xfc-dev mailing list
Xfc-dev@...
http://foo-projects.org/mailman/listinfo/xfc-dev