I've written some code that uses gtk_combo_box_entry_new_text, but I
have some people that are using gtk2 < 2.4 (where
gtk_combo_box_entry_new_text appears). Any idea how I would implement
this functionality in gtk2 2.2?
Thanks,
Kevin
--
Get my public GnuPG key from
http://keyserver.veridis.com:
On Monday 05 December 2005 21:20, you wrote:
> Adam wrote:
> > Hi all,
>
> [...]
>
> > Any suggestions are of value.
>
> Hi,
> Its hard to make out what exactly it is your doing...
> it would be helpfull if you posted a short example
> of code that doesn't work.
>
> A common mistake when passi
On Monday 05 December 2005 21:20, Tristan Van Berkom wrote:
> Adam wrote:
> > Hi all,
>
> [...]
>
> > Any suggestions are of value.
>
> Hi,
> Its hard to make out what exactly it is your doing...
> it would be helpfull if you posted a short example
> of code that doesn't work.
>
See below:
t
Adam wrote:
Hi all,
[...]
Any suggestions are of value.
Hi,
Its hard to make out what exactly it is your doing...
it would be helpfull if you posted a short example
of code that doesn't work.
A common mistake when passing lists in as arguments to
a callback *that modifies the list* is
Hi all,
I am having problems retrieving data from a GList when it has been passed as
data to a callback. The each entry in the list's data pointer contains
another structure which contains another list.
What is happening is that the first element in the toplevel list is correct
but all the
Hi,
Im tying to change the background colour of an independant cell of a
GtkTreeView.
I have utility functions to change the colour of a rou, adding a new column to
the GtkTreeModel
and use it to set the row colour.
When i created the GtkTreeViewColumns, i've created a new GtkCellRendererText
Dmitry A. Yanko wrote:
On Mon, Dec 05, 2005 at 11:55:57AM -0500, Daniel Atallah wrote:
You can use g_idle_add() to trigger your UI updates from your data
processing threads.
Ok. Thanks a lot. I will try.
Will it also resolve my hignal handlers problem?
Every signal callback registered to a
On Mon, Dec 05, 2005 at 11:55:57AM -0500, Daniel Atallah wrote:
> You can use g_idle_add() to trigger your UI updates from your data
> processing threads.
Ok. Thanks a lot. I will try.
Will it also resolve my hignal handlers problem?
___
gtk-app-devel-li
On Mon, Dec 05, 2005 at 12:20:01PM -0500, Tristan Van Berkom wrote:
> >Output:
> >tid: 0x8003 app->text_buffer_my: 0xb661ec18
> >tid: 0x4002 app->text_buffer_my: 0xb6627e40
> >...
> >0x4002's "insert-text" with 0x4002 signal handler(to access thread specific
> >data and handle input properly). How
On 12/5/05, Dmitry A. Yanko <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I develop the app, that needs to run 2 same windows, each in separate thread.
> I have a same signal handlers in each thread. The difference is only in thread
> specific data, because i need to make a different things in different thr
Dmitry A. Yanko wrote:
Hi!
I develop the app, that needs to run 2 same windows, each in separate thread.
I have a same signal handlers in each thread. The difference is only in thread
specific data, because i need to make a different things in different threads.
Example:
...
g_signal_connect(G_O
Hi!
I develop the app, that needs to run 2 same windows, each in separate thread.
I have a same signal handlers in each thread. The difference is only in thread
specific data, because i need to make a different things in different threads.
Example:
...
g_signal_connect(G_OBJECT(app->text_buffer_my
Hi,
I use g_get_current_time() to set GTimeVal get the current hour of the
day (0-23) like this:
hour_of_the_day=
my_gtimeval.tv_sec % (3600*24) / 3600
My windows timezone is set to UTC+1 == GMT+1 == CET, however, this is
not respected. What ever I select as the windows timezone the above
form
I wonder if anybody could help me with the problem:
gdk_draw_drawable: assertion `src != NULL' failed
I get this error in the expose_event function. I have
a calss Window that contains all the gui
implementation details such as the window, pixmap,
drawing area etc. Is there any easy way to fix th
Craig Harding scripsit:
Ok, how can I show/hide the images? This is a breakdown of the code I'm
working on:
--
play_button = gtk_image_new_from_file ("/usr/local/pixmaps/play.png");
pause_button = gtk_image_new_from_file("/usr/local/pixmaps/pause3.png");
hbox = gtk_hbox_new(FALSE,0
15 matches
Mail list logo