Test you stuff in python first, then move it to c/c++ if need be. This
allows for rapid testing of what you really need to do. Whatever you
are trying to do, it is possible, for complete menubar, menus, menuitems
on any platform. Windowing APIs for windows, linux, mac all can handle
this.
gtk3-
On Sun, 11 May 2014 18:50:51 + (UTC)
Mycroft wrote:
> How to set the cursor position in a gtk_entry.
gtk_editable_set_position(GTK_EDITABLE(w), pos);
w is the gtkEntry... pos is the position
John
http://vega.frugalware.org/tmpgit/gnome.old/source/xlib/gtk+2/pkg.gtk+2-docs/usr/share/gtk-do
Hallo
How to set the cursor position in a gtk_entry.
cu
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi all,
I am starting with a small app which will handle documents.
I want this app has two different menubars :
- a first one when there is no document
- another one when the document is opened.
I have tried to use gtk_application_set_menubar with two
different GMenuModel, but no luck: the GtkA