|
|
2010-01-22
, 16:47
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
| The Following 2 Users Say Thank You to qwerty12 For This Useful Post: | ||
|
|
2010-01-22
, 16:53
|
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#3
|
| The Following 2 Users Say Thank You to b666m For This Useful Post: | ||
|
|
2010-01-22
, 16:57
|
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#4
|
hehe
|
|
2010-01-25
, 11:44
|
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#6
|
|
|
2010-01-25
, 11:54
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#7
|
Hi guys,
I'm here again because I get other two strange issues... the first thing is that I cannot align the button's icon correctly (as the others); the second is that at the click event I need to start a wizard and I have implemented the hildon-wizard and the wizard come up but the main panel of the status area doesn't disappear.
Here is a screenshot of what happens.
static void on_button_clicked (GtkWidget *button, gconstpointer user_data G_GNUC_UNUSED)
{
GtkWidget *toplevel = gtk_widget_get_toplevel(button);
gtk_widget_hide (toplevel);
}
| The Following 3 Users Say Thank You to qwerty12 For This Useful Post: | ||
|
|
2010-01-25
, 12:12
|
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#8
|
| The Following User Says Thank You to b0unc3 For This Useful Post: | ||
is it possible to add an item in the status-bar-menu area ?
I mean in the 'dialog' that appear onclick, not on the statusbar itself.
Thanks.