2009/2/3 Zhihai Wang <[email protected]>: > Dear all, > > Maybe it's not the proper place to ask this question. But if anyone knows > the answer, please tell me, thanks in advance. > > There will be a black rectangle border around GtkComboBox by default, and I > want to hide it. > > I have tried several ways such as set_border_width and use gtkrc, but I just > didn't make it:( > > If anyone knows, please tell me, thanks very much!
In my experiences, what saves frustration like this is to simple look in the source code, gtkcombox.c in this case. Skimming the code, starting with the painting (expose event), suggest that the 'has-frame' property might work. Br Koos _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
