-
Recent Posts
Recent Comments
- EFL integration for Wayland input methods | Jan Arne Petersen's Blog on Text Input Method Support in Wayland
- Text Input Method Support in Wayland ‒ Update | Jan Arne Petersen's Blog on Text Input Method Support in Wayland
- Diego on Text Input Method Support in Wayland
- mikhas on Text Input Method Support in Wayland
- Murray Cumming on Text Input Method Support in Wayland
Archives
Categories
Meta
Tag Archives: GTK+
Text Input Method Support in Wayland
Over the last years, we at Openismus have worked on input methods for mobile devices (see for example the Maliit input method framework). During that work we noticed that there are several problems caused by the toolkit-level interface between the … Continue reading
Openismus, Clutter Tutorial and Tool Palette
As announced by Murray I have started working at Openismus. Two of the tasks I did in the first week: Clutter Tutorial I updated the source code examples of the Clutter tutorial written by Murray to make them run with … Continue reading
A Default GtkWindow with Menu and Toolbars
I don’t like such applications on my N810: The application could be ported to use a HildonWindow if compiled for the maemo platform. But it would be much easier if there were an abstract GTK+ widget which would allow it … Continue reading
Another Pseudo Interface in GTK+
Beside the hidden scrollable interface there is another interface hidden in GtkWidgetClass::activate_signal. See Bug 532795 for an implementation of an explicit Activatable interface to replace this class variable.
Scrollable widgets in GTK+
In GTK+ 2 there are scrollable widgets like GtkTreeView, GtkTextView or GtkViewport but no GtkScrollable interface. Instead a scrollable widget is defined by a “set_scroll_adjustments” signal, which id is written to the GtkWidgetClass::set_scroll_adjustments_signal class variable. If a scrollable widget is … Continue reading