/[antiright]/antiright/src/arshell/layout.c
ViewVC logotype

Diff of /antiright/src/arshell/layout.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jefbed, Fri Aug 13 18:18:18 2004 UTC revision 1.3 by jefbed, Thu Dec 16 23:55:48 2004 UTC
# Line 23  Line 23 
23  #include "arshell.h"  #include "arshell.h"
24    
25  void  void
26    arshell_lower_mainwindow_cb()
27    {
28      XLowerWindow(antiright.display, XtWindow(antiright.parent_widget));
29    }
30    
31    void
32  arshell_layout_mainwindow()  arshell_layout_mainwindow()
33  {  {
34    arshell_setup_work_window();    arshell_setup_work_window();
# Line 70  arshell_create_new_row() Line 76  arshell_create_new_row()
76    antiright_set(XmNmarginHeight, 0);    antiright_set(XmNmarginHeight, 0);
77    antiright_set(XmNpacking, XmPACK_TIGHT);    antiright_set(XmNpacking, XmPACK_TIGHT);
78    antiright_set(XmNspacing, 0);    antiright_set(XmNspacing, 0);
79      assert(arshell.gui.layout.row_manager_widget);
80    arshell.gui.layout.row_widget=    arshell.gui.layout.row_widget=
81      antiright_row(arshell.gui.layout.row_manager_widget);      antiright_row(arshell.gui.layout.row_manager_widget);
82    arshell.gui.layout.row_counter_int=arshell.gui.layout.rows_int;    arshell.gui.layout.row_counter_int=arshell.gui.layout.rows_int;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26