How I've found to pass data in a callback

2005-08-11 Thread Matthew Beckler
Hello everyone, Just thought I'd share a solution to a problem that was bugging me. I'll bet many of you already know about this, or know of a better way, but hopefully somebody can use this: In this program I'm writing, I have three buttons that are very similar in function, they just work

Usage of the About Dialog

2005-08-08 Thread Matthew Beckler
Hello everyone, I'm wondering if anybody has had any success using the GtkAboutDialog. More specifically, I am wondering how to use the two methods, gtk_about_dialog_set_url_hook () and gtk_about_dialog_set_email_hook (). >From my searching, I realize that these create callbacks to whatever fun

Hyperlink Widget

2005-08-05 Thread Matthew Beckler
Hello everyone, In this application I am writing, I am going to have an "About" dialog box. I would like to have a clickable hyperlink label-widget that would open the user's browser to my website. I know that backend browser interfacing is probably going to be different from platform to platfo