Hello Everyone,
I am looking advice on how to structure the gtk application I am working on.
I think that it lends itself very well to the signal/callback mechanism but
I am not sure and would hate to waste time.
The program is going to be a diagnostic heads up display for an autonomous
vehicle.
mage);
//Redisplay the widgets
gtk_widget_show ( (GtkWidget*) toggletoolbutton);
gtk_widget_show ( (GtkWidget*) connect_image);
gtk_widget_show ( (GtkWidget*) label_engage);
fstop_engaged = 0;
}
}
On 4/7/07, Craig Pemberton <[EMAIL PROTECTED]> wrote:
>
>
Thank you so much Andrew!
It is now working beautifully. The final code is below for anyone who may
read this thread looking for the same fix.
void on_toggletoolbutton_enable_toggled( GtkToggleToolButton
*toggletoolbutton, gpointer user_data )
{
GtkTable *parent = (GtkTable*)
gtk_widget_
Hello everyone,
I hope this is the proper place to post this! I am developing a graphical
front-end for a
diagnostics panel for an autonomous vehicle. I am fairly new to C++ and GTK.
I've
searched all over for the solution but maybe I'm looking for the wrong
things.
I cobbled together the widget