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
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
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
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
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_
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
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
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