Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f37f2c0b149d5391818dc5157943cda0 > files > 529

gnome-chemistry-utils-devel-0.10.8-3mdv2010.0.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>The Gnome Chemistry Utils: testgtkperiodic.c Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_a5207d54ba149829d5dbe5e6d0e40700.html">tests</a>
  </div>
</div>
<div class="contents">
<h1>testgtkperiodic.c</h1><a href="testgtkperiodic_8c.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* </span>
<a name="l00002"></a>00002 <span class="comment"> * Gnome Chemisty Utils</span>
<a name="l00003"></a>00003 <span class="comment"> * tests/testgtkperiodic.c </span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * Copyright (C) 2008 Jean Bréfort &lt;jean.brefort@normalesup.org&gt;</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00008"></a>00008 <span class="comment"> * modify it under the terms of the GNU Lesser General Public</span>
<a name="l00009"></a>00009 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00010"></a>00010 <span class="comment"> * version 2.1 of the License, or (at your option) any later version.</span>
<a name="l00011"></a>00011 <span class="comment"> *</span>
<a name="l00012"></a>00012 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00013"></a>00013 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00014"></a>00014 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00015"></a>00015 <span class="comment"> * Lesser General Public License for more details.</span>
<a name="l00016"></a>00016 <span class="comment"> *</span>
<a name="l00017"></a>00017 <span class="comment"> * You should have received a copy of the GNU Lesser General Public License</span>
<a name="l00018"></a>00018 <span class="comment"> * along with this program; if not, write to the Free Software</span>
<a name="l00019"></a>00019 <span class="comment"> * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301</span>
<a name="l00020"></a>00020 <span class="comment"> * USA.</span>
<a name="l00021"></a>00021 <span class="comment"> */</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;<a class="code" href="gtkperiodic_8h.html">gcu/gtkperiodic.h</a>&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;<a class="code" href="chemistry_8h.html">gcu/chemistry.h</a>&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;glib.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;gtk/gtk.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
<a name="l00028"></a>00028 
<a name="l00037"></a><a class="code" href="testgtkperiodic_8c.html#ac3c68dba24d260f1c3762509f4be6236">00037</a> <span class="keywordtype">void</span> <a class="code" href="testgtkperiodic_8c.html#ac3c68dba24d260f1c3762509f4be6236">on_changed</a> (<a class="code" href="structGtkPeriodic.html">GtkPeriodic</a>* periodic, guint Z, gpointer data)
<a name="l00038"></a>00038 {
<a name="l00039"></a>00039         printf (<span class="stringliteral">&quot;Selected element:%d\n&quot;</span>, Z);
<a name="l00040"></a>00040 }
<a name="l00041"></a>00041 
<a name="l00046"></a><a class="code" href="testgtkperiodic_8c.html#a2e29078eab76ce98cb675ba6f46fb610">00046</a> <span class="keywordtype">void</span> <a class="code" href="testgtkperiodic_8c.html#a2e29078eab76ce98cb675ba6f46fb610">on_color_scheme_none</a> (GtkToggleButton* btn, GtkWidget* periodic)
<a name="l00047"></a>00047 {
<a name="l00048"></a>00048         <span class="keywordflow">if</span> (gtk_toggle_button_get_active (btn))
<a name="l00049"></a>00049                 g_object_set (G_OBJECT (periodic), <span class="stringliteral">&quot;color-style&quot;</span>, GTK_PERIODIC_COLOR_NONE, NULL);
<a name="l00050"></a>00050 }
<a name="l00051"></a>00051 
<a name="l00056"></a><a class="code" href="testgtkperiodic_8c.html#aed17a36de6a4b02ca5be707ba9590f8a">00056</a> <span class="keywordtype">void</span> <a class="code" href="testgtkperiodic_8c.html#aed17a36de6a4b02ca5be707ba9590f8a">on_color_scheme_default</a> (GtkToggleButton* btn, GtkWidget* periodic)
<a name="l00057"></a>00057 {
<a name="l00058"></a>00058         <span class="keywordflow">if</span> (gtk_toggle_button_get_active (btn))
<a name="l00059"></a>00059                 g_object_set (G_OBJECT (periodic), <span class="stringliteral">&quot;color-style&quot;</span>, GTK_PERIODIC_COLOR_DEFAULT, NULL);
<a name="l00060"></a>00060 }
<a name="l00061"></a>00061 
<a name="l00066"></a><a class="code" href="testgtkperiodic_8c.html#a0ddf1224851353fc92bfbff6f499fa97">00066</a> <span class="keywordtype">int</span> <a class="code" href="testgtkchem3dviewer_8c.html#a0ddf1224851353fc92bfbff6f499fa97">main</a> (<span class="keywordtype">int</span> argc, <span class="keywordtype">char</span> *argv[])
<a name="l00067"></a>00067 {
<a name="l00068"></a>00068         GtkWidget *window;
<a name="l00069"></a>00069         GtkWidget *periodic;
<a name="l00070"></a>00070         GtkVBox* vbox;
<a name="l00071"></a>00071         GtkHBox* hbox;
<a name="l00072"></a>00072         GtkLabel* label;
<a name="l00073"></a>00073         GtkRadioButton *btn;
<a name="l00074"></a>00074         GSList* btn_group;
<a name="l00075"></a>00075         
<a name="l00076"></a>00076         gtk_init (&amp;argc, &amp;argv);
<a name="l00077"></a>00077         
<a name="l00078"></a>00078         window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
<a name="l00079"></a>00079         gtk_window_set_title (GTK_WINDOW (window), <span class="stringliteral">&quot;GtkPeriodic test&quot;</span>);
<a name="l00080"></a>00080         g_signal_connect (G_OBJECT (window), <span class="stringliteral">&quot;destroy&quot;</span>,
<a name="l00081"></a>00081                  G_CALLBACK (gtk_main_quit),
<a name="l00082"></a>00082                  NULL);
<a name="l00083"></a>00083 
<a name="l00084"></a>00084         g_object_set (G_OBJECT (window), <span class="stringliteral">&quot;allow-shrink&quot;</span>, FALSE, NULL);
<a name="l00085"></a>00085         
<a name="l00086"></a>00086         periodic = <a class="code" href="gtkperiodic_8h.html#ad7441db2e4a65f760aec2d23f4411987">gtk_periodic_new</a> ();
<a name="l00087"></a>00087         vbox = (GtkVBox*) gtk_vbox_new (FALSE, 0);
<a name="l00088"></a>00088         hbox = (GtkHBox*) gtk_hbox_new (FALSE, 0);
<a name="l00089"></a>00089         label = (GtkLabel*) gtk_label_new (<span class="stringliteral">&quot;Color scheme:&quot;</span>);
<a name="l00090"></a>00090         gtk_box_pack_start_defaults (GTK_BOX (hbox), GTK_WIDGET (label));
<a name="l00091"></a>00091         btn = (GtkRadioButton*) gtk_radio_button_new_with_label (NULL, <span class="stringliteral">&quot;None&quot;</span>);
<a name="l00092"></a>00092         g_signal_connect (G_OBJECT (btn), <span class="stringliteral">&quot;toggled&quot;</span>, (GCallback) <a class="code" href="testgtkperiodic_8c.html#a2e29078eab76ce98cb675ba6f46fb610">on_color_scheme_none</a>, (gpointer) periodic);
<a name="l00093"></a>00093         gtk_box_pack_start_defaults (GTK_BOX (hbox), GTK_WIDGET (btn));
<a name="l00094"></a>00094         btn_group = gtk_radio_button_get_group (btn);
<a name="l00095"></a>00095         btn = (GtkRadioButton*) gtk_radio_button_new_with_label (btn_group, <span class="stringliteral">&quot;Default&quot;</span>);
<a name="l00096"></a>00096         gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (btn), TRUE);
<a name="l00097"></a>00097         g_signal_connect (G_OBJECT (btn), <span class="stringliteral">&quot;toggled&quot;</span>, (GCallback) <a class="code" href="testgtkperiodic_8c.html#aed17a36de6a4b02ca5be707ba9590f8a">on_color_scheme_default</a>, (gpointer) periodic);
<a name="l00098"></a>00098         gtk_box_pack_end_defaults (GTK_BOX (hbox), GTK_WIDGET (btn));
<a name="l00099"></a>00099         gtk_box_pack_start_defaults (GTK_BOX (vbox), GTK_WIDGET (hbox));
<a name="l00100"></a>00100         gtk_box_pack_start_defaults (GTK_BOX (vbox), gtk_hseparator_new ());
<a name="l00101"></a>00101 
<a name="l00102"></a>00102         g_object_set (G_OBJECT (periodic), <span class="stringliteral">&quot;color-style&quot;</span>, GTK_PERIODIC_COLOR_DEFAULT, NULL);
<a name="l00103"></a>00103         g_signal_connect (G_OBJECT (periodic), <span class="stringliteral">&quot;element_changed&quot;</span>, (GCallback) <a class="code" href="testgtkperiodic_8c.html#ac3c68dba24d260f1c3762509f4be6236">on_changed</a>, NULL);
<a name="l00104"></a>00104         gtk_box_pack_end_defaults (GTK_BOX (vbox), GTK_WIDGET (<a class="code" href="gtkperiodic_8h.html#a2edede71ab48cc97a200827b1f007535">GTK_PERIODIC</a> (periodic)));
<a name="l00105"></a>00105         gtk_container_add (GTK_CONTAINER (window), GTK_WIDGET (vbox));
<a name="l00106"></a>00106         gtk_widget_show_all (window);
<a name="l00107"></a>00107 
<a name="l00108"></a>00108         gtk_main ();
<a name="l00109"></a>00109         
<a name="l00110"></a>00110         <span class="keywordflow">return</span> 0;
<a name="l00111"></a>00111 }
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 6 18:33:53 2009 for The Gnome Chemistry Utils by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>