Skip to content
Snippets Groups Projects
Commit f94a7485 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 11aa976e
No related branches found
No related tags found
No related merge requests found
// $Id: Colorbar_Window.cpp,v 1.6 2001-02-04 10:23:56 geuzaine Exp $ // $Id: Colorbar_Window.cpp,v 1.7 2001-02-05 14:20:14 geuzaine Exp $
#include "Gmsh.h" #include "Gmsh.h"
#include "GmshUI.h" #include "GmshUI.h"
...@@ -133,7 +133,7 @@ void Colorbar_Window::redraw_range(int a, int b){ ...@@ -133,7 +133,7 @@ void Colorbar_Window::redraw_range(int a, int b){
int intensity; int intensity;
double H,S,V; double H,S,V;
WID->make_colorbar_current(); make_current();
if(a < 0) a = 0; if(a < 0) a = 0;
if(b >= ct->size) b = ct->size-1; if(b >= ct->size) b = ct->size-1;
...@@ -283,7 +283,7 @@ void Colorbar_Window::redraw_marker(){ ...@@ -283,7 +283,7 @@ void Colorbar_Window::redraw_marker(){
char str[50]; char str[50];
float val; float val;
WID->make_colorbar_current(); make_current();
y0 = marker_y; y0 = marker_y;
y1 = h() - 1; y1 = h() - 1;
......
// $Id: GUI.cpp,v 1.39 2001-02-05 07:56:57 geuzaine Exp $ // $Id: GUI.cpp,v 1.40 2001-02-05 14:20:14 geuzaine Exp $
// To make the interface as visually consistent as possible, please: // To make the interface as visually consistent as possible, please:
// - use the BH, BW, WB, IW values for button heights/widths, window borders, etc. // - use the BH, BW, WB, IW values for button heights/widths, window borders, etc.
...@@ -873,10 +873,6 @@ void GUI::make_overlay_current(){ ...@@ -873,10 +873,6 @@ void GUI::make_overlay_current(){
g_opengl_window->make_overlay_current(); g_opengl_window->make_overlay_current();
} }
void GUI::make_colorbar_current(){
view_colorbar_window->make_current();
}
// Draw the opengl window // Draw the opengl window
void GUI::redraw_opengl(){ void GUI::redraw_opengl(){
......
...@@ -186,7 +186,6 @@ public: ...@@ -186,7 +186,6 @@ public:
void check(); void check();
void wait(); void wait();
void make_opengl_current(); void make_opengl_current();
void make_colorbar_current();
void make_overlay_current(); void make_overlay_current();
void redraw_opengl(); void redraw_opengl();
void redraw_overlay(); void redraw_overlay();
......
...@@ -51,7 +51,7 @@ ENDSCRIPT---> ...@@ -51,7 +51,7 @@ ENDSCRIPT--->
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p> This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
ENDMIRROR---> ENDMIRROR--->
<!---BEGINDATE$Date: 2001-02-05 13:10:42 $ENDDATE---> <!---BEGINDATE$Date: 2001-02-05 14:20:14 $ENDDATE--->
Copyright &copy; 1998-2001<br> Copyright &copy; 1998-2001<br>
J.-F. Remacle<br> J.-F. Remacle<br>
...@@ -65,7 +65,7 @@ C. Geuzaine<br> ...@@ -65,7 +65,7 @@ C. Geuzaine<br>
<td><font face="Helvetica, Arial"> <td><font face="Helvetica, Arial">
<font size="+3"><b>Gmsh</b></font> <font size="+3"><b>Gmsh</b></font>
<p> <p>
<b>A three-dimensional finite element mesh generator with pre- and <b>A three-dimensional finite element mesh generator with built-in pre- and
post-processing facilities</b> post-processing facilities</b>
</font></td> </font></td>
...@@ -316,8 +316,6 @@ Windows. All executables are dynamically linked with OpenGL. ...@@ -316,8 +316,6 @@ Windows. All executables are dynamically linked with OpenGL.
<ul> <ul>
<li><A href="/gmsh/latest/gmsh-win.zip">Gmsh for Windows (95/98/NT)</A> <li><A href="/gmsh/latest/gmsh-win.zip">Gmsh for Windows (95/98/NT)</A>
<li><A href="/gmsh/latest/gmsh-1.10-1.i386.rpm">Gmsh for Red Hat Linux 6.2 and compatible (i386, glibc 2.1)</A> <li><A href="/gmsh/latest/gmsh-1.10-1.i386.rpm">Gmsh for Red Hat Linux 6.2 and compatible (i386, glibc 2.1)</A>
<li><A href="/gmsh/latest/gmsh-tutorial.tgz">Gmsh tutorial</A>
<li><A href="/gmsh/latest/gmsh-demos.tgz">Gmsh demo files</A>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment