I want to add 2 Widgets on same window one is of type gtk_drawing_area_new (); for using Cairo and other is of fixed to add some buttons.
Is there anyway I can do this on same Window? I'm new to GTK+.
I want to add 2 Widgets on same window one is of type gtk_drawing_area_new (); for using Cairo and other is of fixed to add some buttons.
Is there anyway I can do this on same Window? I'm new to GTK+.
Copyright © 2021 Jogjafile Inc.
Use a GtkContainer subclass such as
GtkHBox,GtkVBoxorGtkGridYou can see all the standard containers that are available here: https://developer.gnome.org/gtk3/stable/GtkContainer.html#GtkContainer.object-hierarchy