Hi Boris,
beause inside the thread you need to do:
gdk_threads_enter();
gtk_label_set(GTK_LABEL (kredit), a);
gdk_threads_leave();
my app is and it counts only to 3 and not to 999.
how can i do this?
thanks.:
#include
#include
#include
GtkWidget *window;
GtkWidget *poruka;
GtkWidget *kredit;
void
my app is and it counts only to 3 and not to 999.
how can i do this?
thanks.:
#include
#include
#include
GtkWidget *window;
GtkWidget *poruka;
GtkWidget *kredit;
void izrada_prozora(){
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_window_set_title (GTK_WINDOW (window), "ALLs JukeBOX 3");
gtk_co
This can help i hope:
http://mail.gnome.org/archives/gtk-app-devel-list/2005-February/msg00083.html
- Original Message -
From: "Boris Winter" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, February 16, 2005 8:05 PM
Subject: gtk thread begginer
> do somebody can sand an
On Thu, 2005-02-17 at 00:05, Boris Winter wrote:
> do somebody can sand an simple example how to use gtk threads?
> how can i application like counter?
I don't completly understand what you say here, and what's the "counter"
application you want to implement.
I you'd narrow a bit your question, m
do somebody can sand an simple example how to use gtk threads?
how can i application like counter?
thanks
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14.2.2005
___
gtk-a