How to constantly update the label ? There are a lot of articles on the label change on the Internet using the button, but I need to display information in a cycle. After gtk_main () there is no point as I understood that either (gtk_label_set_label (); gtk_label_set_text ();), it means I need it in another way, I did not find anything in Google .
- What kind of label? In what? There are no telepaths here, they don’t know what program they are working in, what they are doing. More details. - HasmikGaryaka
- Glade program. Create a simple program: a window with a label. We bind through with ++ to namefile.glade. Everything is good, it shows a window with "HelloWorld", but nowhere did I find an update to an existing label, for example "HelloWorld1", "HelloWorld2" .. - Fridreman
- one@HasmikGaryaka graphical editor for creating GTK + based graphical interfaces - matz
|