PDA

View Full Version : Doubts in Glade programming


mail2sona938
November 18th, 2005, 08:10 AM
I am a beginner in glade programming hoping to do a billing software with accounts.

1. I want a list like in synaptic package manager in which i can select the items in list as I type.
2. I need a date box. How should i go about this one?

Any help is appretiated. Thnx

m87
November 19th, 2005, 09:06 AM
I am a beginner in glade programming hoping to do a billing software with accounts.

1. I want a list like in synaptic package manager in which i can select the items in list as I type.
2. I need a date box. How should i go about this one?

Any help is appretiated. Thnx

you should use some hacks with the GtkTreeView widget which is not so easy to use, but anyway, not that hard. it's not smooth stuff to begin with, but still... i don't get what you mean by "date box", still

marco

mail2sona938
November 20th, 2005, 02:55 AM
What kind oof hacks should I use?
And I meant "Date Box" to mean like a text box to have text " / / " and the user can only input a valid date.