Re: Scrolling a GtkTreeview cell

2018-01-23 Thread Lucky B.C
Hi, can you show a demo about the problem? On Mon, Jan 22, 2018 at 6:03 PM, Kian Karas wrote: > 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

Re: Pause and resume GtkApplication

2018-01-23 Thread Lucky B.C
Wow, I see your problem is that you did not understand what GtkBuilder and Gtk are doing, Because If I'm not wrong, each choice (entry) is a function to start something you want to do after the user/you clicked to the button called "restart". Here's my solution, it's maybe help you. *) You can

Re: Pause and resume GtkApplication

2018-01-23 Thread Alexander Koeppe
I know about the possiblity to fire the low-level functions using an button callback. However this would draw an exception for other UI choices the application has: e.g. text, deamon. Therefore I'm looking for a way to keep the application structure for all UIs the same. There is the test app