Re: Title on gnome-shell

2018-02-27 Thread Florian Müllner
On Tue, Feb 27, 2018 at 1:59 PM, Takao Fujiwara wrote: > How can I set the title name of GtkWindow on gnome-shell? gtk_window_set_title(), but that's probably not what you mean - there are few places where gnome-shell uses the window title, in general the application name is

Title on gnome-shell

2018-02-27 Thread Takao Fujiwara
How can I set the title name of GtkWindow on gnome-shell? It seems Alt-Tab window and application list on gnome-shell shows the prgname but not application name. int main (int argc, char* argv[]) { GtkWidget *window; g_set_application_name ("Title"); gtk_init (, ); window =

builder.ui and GtkDrawingArea size

2018-02-27 Thread Roger Matthews
How do I set the size, or what are the x and y size of a GtkDrawingArea in builder.ui, I can't find these in the documentation anywhere, thanks, Roger Matthews ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org