gtk function with argv
- From: Rúben Rodrigues <ruben_gr live com pt>
- To: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: gtk function with argv
- Date: Fri, 7 Apr 2017 15:52:15 +0000
Why guys,
I have a doubt that is more about C language that gtk+ but it's to apply
to gtk+.
I have this function:
GtkChart vChart_Init(GtkWidget *widget, GtkSeries *series)
My doubt is: How can i use function like this:
vChart_Init(GTK_WIDGET(widget), "Series A", "Series B", "Series C");
I need that second parameter is dynamic and is a string (that contains
the name of serie)
THanks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]