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 the user to scroll the conten
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 use
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 I'm