1999-04-05 Miguel de Icaza <miguel@nuclecu.unam.mx>
* find.c (setup_gui): Do not scroll horizontally. Why does the CList behave like this?
Этот коммит содержится в:
родитель
4ee4ff8680
Коммит
e1ec2e4556
@ -1,5 +1,8 @@
|
||||
1999-04-05 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* find.c (setup_gui): Do not scroll horizontally. Why does the
|
||||
CList behave like this?
|
||||
|
||||
* setup.c: Save desktop information.
|
||||
|
||||
1999-04-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
@ -770,7 +770,7 @@ setup_gui (void)
|
||||
|
||||
sw = gtk_scrolled_window_new (NULL, NULL);
|
||||
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sw),
|
||||
GTK_POLICY_AUTOMATIC,
|
||||
GTK_POLICY_NEVER,
|
||||
GTK_POLICY_AUTOMATIC);
|
||||
g_clist = gtk_clist_new (1);
|
||||
gtk_clist_set_selection_mode (GTK_CLIST (g_clist), GTK_SELECTION_SINGLE);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user