I am looking for an example of the utilization of the function: gtk_popover_menu_bar_add_child In particular how to setup what the documentation is calling the
I am trying to add a GtkLabel to the right of a GtkHeaderBar then change the font weight but I cannot manage to do it. I have my XML like this: <?xml version
I am trying to add a GtkLabel to the right of a GtkHeaderBar then change the font weight but I cannot manage to do it. I have my XML like this: <?xml version
this code show me on xubuntu 21.04 form with size (400px width + 400px height) and with ONE button. How can I add to this code two buttons? #include <gtk/gtk
To get in context, i am making a GUI application that based on a input command through a GtkEntry like ls it would pop up a window with the respective files in
I'm having trouble getting gtkmm-4.0 to work on Mac OS Monterey. Here is a simple C++ application that uses gtkmm4. // helloworld.cpp #include <gtkmm.h>
Source codes c++ gtkmm3 gtk4 linux: #include <gtkmm.h> #include <gtk/gtk.h> #include <glib.h> int main(int argc, char *argv[]) { auto app =
In GTK4 the icon system for displaying the apps have changed. In GTK3/GTK2 we could use simple commands like gtk_window_set_icon() or gtk_window_set_default_ico
I have difficulties to understand the icon system in GTK 4 (I work in C language). In GTK 2 and 3 that was easy to instruct the OS about the icon to use for dis