Advertising
advertising
related pastes to tag 'gtk'
- 1867902 - Emacs keybinding support in gtk/: gtk gnome emacs shortcuts
-
- GTK/Gnome users. You can put the following two lines in a file called .gtkrc-2.0 in your home directory and you will get emacs like keybinding support in programs like Firefox. Then you can use Ctrl-U to clear your address bar, Ctrl-A and Ctrl-E to go to the beginning and end of line, etc.
- include "/usr/share/themes/Emacs/gtk-2.0-key/gtkrc"
- gtk-key-theme-name = "Emacs"
- You'll need to change the include line to point at wherever your Emacs/gtk-2.0-key/gtkrc is on your system.
- 720039 - GTK+ dialog transience across pr: x gtk win32
-
- #include <stdlib.h>
- #include <gtk/gtk.h>
- #if defined(GDK_WINDOWING_X11)
- #include <gdk/gdkx.h>
- #define GDK_NATIVE_WINDOW(wnd) ((guint)GDK_WINDOW_XID((wnd)))
- #elif defined(GDK_WINDOWING_WIN32)
- #include <gdk/gdkwin32.h>
- 681556 - Flash: gtk
-
- /bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc -DG_DISABLE_DEPRECATED -Os -mtune=athlon64 -pipe -Wall -o gtk-update-icon-cache updateiconcache.o ../gdk-pixbuf/libgdk_pixbuf-2.0.la
- mkdir .libs
- x86_64-pc-linux-gnu-gcc -DG_DISABLE_DEPRECATED -Os -mtune=athlon64 -pipe -Wall -o .libs/gtk-update-icon-cache updateiconcache.o ../gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so -lm
- creating gtk-update-icon-cache
- make[3]: Leaving directory `/var/tmp/portage/x11-libs/gtk+-2.10.14/work/gtk+-2.10.14/gtk'
- GDK_PIXBUF_MODULE_FILE=../gdk-pixbuf/gdk-pixbuf.loaders ./gtk-update-icon-cache --force --ignore-theme-index \
- --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
- mv gtkbuiltincache.h.tmp gtkbuiltincache.h
- 598373 - Marc Quinton php gtk shape_combine_mask
- preview unavailable