~ubuntu-branches/ubuntu/karmic/mergeant/karmic

« back to all changes in this revision

Viewing changes to doc/libmergeant/C/html/MgDbmsUpdateViewer.html

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo R. Montesino
  • Date: 2007-11-29 08:44:48 UTC
  • mfrom: (2.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20071129084448-6aon73d22bv6hzfw
Tags: 0.67-3
* Re-enable installation of the mime files in mergeant.install
* mergeant.dirs: create usr/share/mime/packages to make dh_installmime add
  the update-mime-database code snippets

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>MgDbmsUpdateViewer</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="Libmergeant Reference Manual"><link rel="up" href="ch06.html" title="Widgets"><link rel="previous" href="MgWorkLayout.html" title="MgWorkLayout"><link rel="next" href="MgForm.html" title="MgForm"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
2
 
        .synopsis, .classsynopsis {
3
 
            background: #eeeeee;
4
 
            border: solid 1px #aaaaaa;
5
 
            padding: 0.5em;
6
 
        }
7
 
        .programlisting {
8
 
            background: #eeeeff;
9
 
            border: solid 1px #aaaaff;
10
 
            padding: 0.5em;
11
 
        }
12
 
        .variablelist {
13
 
            padding: 4px;
14
 
            margin-left: 3em;
15
 
        }
16
 
        .navigation {
17
 
            background: #ffeeee;
18
 
            border: solid 1px #ffaaaa;
19
 
            margin-top: 0.5em;
20
 
            margin-bottom: 0.5em;
21
 
        }
22
 
        .navigation a {
23
 
            color: #770000;
24
 
        }
25
 
        .navigation a:visited {
26
 
            color: #550000;
27
 
        }
28
 
        .navigation .title {
29
 
            font-size: 200%;
30
 
        }
31
 
      </style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="MgWorkLayout.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="ch06.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">Libmergeant Reference Manual</th><td><a accesskey="n" href="MgForm.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="MgDbmsUpdateViewer"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><h2><span class="refentrytitle">MgDbmsUpdateViewer</span></h2><p>MgDbmsUpdateViewer &#8212; Progress bars for the DBMS update process</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
32
 
 
33
 
 
34
 
 
35
 
struct      <a href="MgDbmsUpdateViewer.html#MgDbmsUpdateViewer-struct">MgDbmsUpdateViewer</a>;
36
 
struct      <a href="MgDbmsUpdateViewer.html#MgDbmsUpdateViewerPriv">MgDbmsUpdateViewerPriv</a>;
37
 
guint       <a href="MgDbmsUpdateViewer.html#mg-dbms-update-viewer-get-type">mg_dbms_update_viewer_get_type</a>  (void);
38
 
GtkWidget*  <a href="MgDbmsUpdateViewer.html#mg-dbms-update-viewer-new">mg_dbms_update_viewer_new</a>       (<a href="MgConf.html" title="MgConf">MgConf</a> *conf);
39
 
void        <a href="MgDbmsUpdateViewer.html#mg-dbms-update-viewer-reset">mg_dbms_update_viewer_reset</a>     (<a href="MgDbmsUpdateViewer.html" title="MgDbmsUpdateViewer">MgDbmsUpdateViewer</a> *mgv);
40
 
</pre></div><div class="refsect1" lang="en"><a name="id2982686"></a><h2>Object Hierarchy</h2><pre class="synopsis">
41
 
 
42
 
  GObject
43
 
   +----GtkObject
44
 
         +----GtkWidget
45
 
               +----GtkContainer
46
 
                     +----GtkBox
47
 
                           +----GtkVBox
48
 
                                 +----MgDbmsUpdateViewer
49
 
</pre></div><div class="refsect1" lang="en"><a name="id2982743"></a><h2>Implemented Interfaces</h2><p>
50
 
MgDbmsUpdateViewer implements
51
 
 AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2982760"></a><h2>Description</h2><p>
52
 
 
53
 
</p></div><div class="refsect1" lang="en"><a name="id2982770"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2982776"></a><h3><a name="MgDbmsUpdateViewer-struct"></a>struct MgDbmsUpdateViewer</h3><a class="indexterm" name="id2982788"></a><pre class="programlisting">struct MgDbmsUpdateViewer;</pre><p>
54
 
 
55
 
</p></div><hr><div class="refsect2" lang="en"><a name="id2982803"></a><h3><a name="MgDbmsUpdateViewerPriv"></a>struct MgDbmsUpdateViewerPriv</h3><a class="indexterm" name="id2982815"></a><pre class="programlisting">struct MgDbmsUpdateViewerPriv;</pre><p>
56
 
 
57
 
</p></div><hr><div class="refsect2" lang="en"><a name="id2982830"></a><h3><a name="mg-dbms-update-viewer-get-type"></a>mg_dbms_update_viewer_get_type ()</h3><a class="indexterm" name="id2982842"></a><pre class="programlisting">guint       mg_dbms_update_viewer_get_type  (void);</pre><p>
58
 
 
59
 
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
60
 
 
61
 
 
62
 
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2982878"></a><h3><a name="mg-dbms-update-viewer-new"></a>mg_dbms_update_viewer_new ()</h3><a class="indexterm" name="id2982890"></a><pre class="programlisting">GtkWidget*  mg_dbms_update_viewer_new       (<a href="MgConf.html" title="MgConf">MgConf</a> *conf);</pre><p>
63
 
Creates a new <a href="MgDbmsUpdateViewer.html" title="MgDbmsUpdateViewer"><span class="type">MgDbmsUpdateViewer</span></a> widget.</p><p>
64
 
 
65
 
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>conf</tt></i>�:</span></td><td> a <a href="MgConf.html" title="MgConf"><span class="type">MgConf</span></a> object
66
 
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the new widget
67
 
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2982966"></a><h3><a name="mg-dbms-update-viewer-reset"></a>mg_dbms_update_viewer_reset ()</h3><a class="indexterm" name="id2982978"></a><pre class="programlisting">void        mg_dbms_update_viewer_reset     (<a href="MgDbmsUpdateViewer.html" title="MgDbmsUpdateViewer">MgDbmsUpdateViewer</a> *mgv);</pre><p>
68
 
Reset the widget to the default (clears all the items and sets the progress bar to 0%)</p><p>
69
 
 
70
 
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>mgv</tt></i>�:</span></td><td> An <a href="MgDbmsUpdateViewer.html" title="MgDbmsUpdateViewer"><span class="type">MgDbmsUpdateViewer</span></a> widget
71
 
</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="MgWorkLayout.html"><b>&lt;&lt;�MgWorkLayout</b></a></td><td align="right"><a accesskey="n" href="MgForm.html"><b>MgForm�&gt;&gt;</b></a></td></tr></table></body></html>