GtkFileChooser: Add save label size group?
- From: Christian Neumair <chris gnome-de org>
- To: gtk-devel-list gnome org
- Subject: GtkFileChooser: Add save label size group?
- Date: Sun, 04 Apr 2004 16:03:02 +0200
Some apps need to attach extra widgetry to the save dialog which often
visually looks like:
"Label: " GtkComboBox1
"Label2: " GtkComboBox2
The problem is that according to the HIG all those labels should have
the same width, even those that are above the extra widgetry:
"Name:" GtkComboBox: filename
"Save/Create in folder:" GtkComboBox: save folder
Unfortunately, the labels aren't accessible to the public and therefore
app authors can't simply create a custom size group that contains both
default labels and their custom ones. Ergo it seems to be a good idea to
add a GtkSizeGroup that enables app authors to simply to do
gtk_size_group_add_widget (chooser->save_label_size_group,
customwidget);
to align with the HIG.
Any ideas on how to implement it?
regs,
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]