Re: Pause and resume GtkApplication

2018-01-22 Thread Lucky B.C
Hi, can you show your demo about the way you did? But I think you should keep the gtk_main() runs, because you can run your low-level functions by "clicked" signal on button. On Jan 23, 2018 03:44, "Alexander Koeppe" wrote: Hi, I have an application where some things need to be setup in the UI,

Pause and resume GtkApplication

2018-01-22 Thread Alexander Koeppe
Hi, I have an application where some things need to be setup in the UI, then some low-level routines to be executed using the setup values and then resuming the UI loop for further operation. Since I'm migrating the GTK code from GTK2/3 compatible to GNOME/GTK3, I make use of g_application_run().

Scrolling a GtkTreeview cell

2018-01-22 Thread Kian Karas
Hi, I have a GtkTreeview with size constraints, which causes the text of one particular column in one particular row not to fit into its cell. Is there a way for the user to scroll the content of a specific cell (i.e. a specific column in the current highlighted row) - e.g. with the keyboard arro