The Following 2 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2017-01-23
, 06:22
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#132
|
The more I read of your solution, the more I like it. May mean I end up undoing a load of changes.
The Following 3 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2017-01-23
, 10:44
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#133
|
The Following 3 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2017-01-23
, 12:32
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#134
|
I also looked at a Ubuntu module that messed around with the menus. Had a slightly different structure in the GtkModule. Basically does the same thing though. If it works, then it opens up any GTK2 version. For GTK3 it helps out with compatibility.
Have you tried all of the examples and tests?
The Following 3 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2017-01-23
, 14:25
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#135
|
The Following 3 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2017-01-23
, 14:45
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#136
|
I'll let you know how it goes with my tests. I've got the following two undefined functions stopping them from building at the moment
hildon/hildon-color-button.c: gdk_draw_point
hildon/hildon-touch-selector.c: hildon_tree_view_set_hildon_ui_mode
Once there done I can test some of the GtkModule features I've put in so far.
The Following 4 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2017-01-23
, 15:59
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#137
|
The Following 4 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2017-01-28
, 21:19
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#138
|
The Following 4 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2017-02-01
, 19:26
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#139
|
The Following 2 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2017-02-02
, 00:40
|
Posts: 804 |
Thanked: 1,598 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#140
|
Does anyone know off hand if DESKTOP_SESSION, XDG_SESSION_DESKTOP or XDG_CURRENT_DESKTOP are set in Maemo (don't have device to hand at the moment). I'm pretty sure the last one isn't when I checked this morning.
I'm just thinking about a way to implement app menus in GTK3 if the current window manager isn't hildon-desktop/matchbox.
The Following 3 Users Say Thank You to misiak For This Useful Post: | ||
Edit: I think the fix is going to be storing the mode in the widget itself and translating it to GtkInputHints/Purpose as I thought earlier.
Last edited by Android_808; 2017-01-22 at 20:11.