How to set the "window" widget's border to zero

2006-08-28 Thread chao yeaj
Hello everyone You know, the gtk_container_set_border_width function can set the border's width of container but ,when i use this function to set my application's main window's border to zero , I failed I want my main window has no border ,how to achieve this ? I ne

Question about Data Exchange

2006-08-28 Thread chao yeaj
Hello everyone You know ,in an application one widget may associated with one data member For example,there is a entry widget ,the user can write some data into the entry widget;In the application, there must be a data variable named str_widget,associated to the entry widget. When t

Re: Entry field

2006-08-28 Thread Paul Pogonyshev
naval kishor wrote: > I developed an application where i have designed three entry fields. > In those three fields i can enter nos. > But i want validation... Maybe you should use GtkSpinButton or GtkCalendar, for that matter. Paul ___ gtk-app

Re: Using the combobox

2006-08-28 Thread shawn bright
Hey, i know this wasn't my question, but i appreciate the answer. i get the same confusion over how glade did this. Thanks shawn On 8/28/06, Tristan Van Berkom <[EMAIL PROTECTED]> wrote: > > Steven Boyls wrote: > > I'm using Glade to design a front-end for my application. My question is > > how

Re: Using the combobox

2006-08-28 Thread Tristan Van Berkom
Steven Boyls wrote: > I'm using Glade to design a front-end for my application. My question is > how to I get the answer from > the combobox? The gtk documentation for the functions that I'm trying to > use tell me that I can only use these > functions if the combobox was created using gtk_combo_

Using the combobox

2006-08-28 Thread Steven Boyls
I'm using Glade to design a front-end for my application. My question is how to I get the answer from the combobox? The gtk documentation for the functions that I'm trying to use tell me that I can only use these functions if the combobox was created using gtk_combo_box_new_text(). Well, if I'm

GdkEventKey

2006-08-28 Thread chabayo
Hi,... ...if somebody knows grun, i work on similar. But i wanna wanna get the output of stdout into a GtkTextView, and therefore i'll use the select/poll function to monitor the stderr. Seem to become very smart. But the problem by now is that i just wanna hide the CLI-Binary-NameEntry-F

Entry field

2006-08-28 Thread naval kishor
Hi, I developed an application where i have designed three entry fields. In those three fields i can enter nos. But i want validation(follo some rules and conditions like dates i mean suppose i enter 31 it will by default move to the max nof the particular month depending upon the m