Two questions about using Glade Interface designer

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
bark_bark_bark
Posts: 1885
Joined: Tue 05 Jun 2012, 12:17
Location: Wisconsin USA

Two questions about using Glade Interface designer

#1 Post by bark_bark_bark »

Question 1: How do I make a button's action open a new terminal window?

Question 2: How do I compile a project that I finished building?
....

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#2 Post by technosaurus »

Use one is these that create c code:
http://murga-linux.com/puppy/viewtopic.php?t=74882
Then add a popen("rxvt", "r"); to your callback
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

bark_bark_bark
Posts: 1885
Joined: Tue 05 Jun 2012, 12:17
Location: Wisconsin USA

#3 Post by bark_bark_bark »

Can you explain this a bit better. I have no clue on what a callback is. I jsut wanted to make a simple 1 button window to start Bochs 2.6.
....

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#4 Post by technosaurus »

You probably want gtkdialog then. See the first post in the gtkdialog tips thread.
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply