View Single Post
Posts: 341 | Thanked: 607 times | Joined on Dec 2008
#105
Originally Posted by conny View Post
Thanks for the input! I'll try the hildon entry placeholder thing.
Regarding the "_Clear" button: It's a stock button (GTK_STOCK_CLEAR). So maybe Hildon should generally suppress mnemonics on stock items?!
Right, those should be disabled in the SDK. I will have a look at this.

But there is another problem with using a stock button, in that it doesn't adopt the right themeing by default. I would suggest to use hildon_button_new (HILDON_SIZE_FINGER_HEIGHT, ..) (or hildon_gtk_button_new), but if you want to keep using the stock ID, then you should manually call hildon_gtk_widget_set_theme_size() after creating the button.
 

The Following 3 Users Say Thank You to kanishou For This Useful Post: