Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 155470 (160 сайтов) ---- Время поиска: 0.36сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/cats/~satr/GTK2/sec-steppingthroughhelloworld.html.

1. Getting Started
GTK+ 2.0 Tutorial . ... This program will create a 200x200 pixel window and has no way of exiting except to be killed by using the shell. #include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *window; gtk_init (&argc, &argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_widget_show (window); gtk_main (); return 0; } . ... All programs will of course include gtk/gtk.h which declares the variables, functions, structures, etc. that will be used in your GTK application. ... gtk-debug . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-gettingstarted.html -- 10.4 Кб -- 19.07.2002
Похожие документы

2. Apache module mod_example
This module illustrates many of the aspects of the Apache 1.2 API and, when used, demonstrates the manner in which module callbacks are triggered by the server. ... Source File: mod_example.c . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... Example . ... Uncomment the "AddModule modules/example/mod_example" line near the bottom of the src/Configuration file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_example.html -- 6.7 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>112) - neptun.sai.msu.ru/ )

3. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... Some files in the modules/experimental directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_example.html -- 11.1 Кб -- 21.01.2013
Похожие документы
Еще в разделе: (Показать все результаты (>7309) - www.arcetri.astro.it/ )

4. http://www.stsci.edu/documents/dhb/web/c03_stsdas.fm1.html
... The tasks in STSDAS are far too numerous and complicated to describe comprehensively in this volume. ... You can refer to online help or the STSDAS User's Guid e for details on how to use these tasks. Some useful online help commands are: . ... Note that IRAF version 2.11 must be installed on your system in order for you to use STSDAS 2.0 and TABLES version 2.0. ... images : This package includes general tasks for copying ( imcopy ), moving ( imrename ), and deleting ( imdelete ) image files. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/documents/dhb/web/c03_stsdas.fm1.html -- 6.0 Кб -- 17.11.1997
Похожие документы

5. Stellarium: TextUserInterface Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... TextUserInterface Class Reference . ... voidљ . setTuiMenuActive (bool tActive) . Show/hide the TUI menu. ... virtual voidљ . ... Update the module with respect to the time. ... virtual boolљ . ... virtual void TextUserInterface::draw . ... virtual void TextUserInterface::handleKeys . ... virtual void TextUserInterface::init . ... Loads the module's configuration from the config file. void TextUserInterface::setTuiDateTime . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTextUserInterface.html -- 31.0 Кб -- 28.02.2014
Похожие документы

6. Package: xc
These routines are meant to provide an abstracted interface to X displays and colourmaps, used in the kcmap routines. ... Free a number of colourcells in a low level colourmap. xc_store_colours . ... unsigned int xc_alloc_colours (unsigned int num_cells, unsigned long *pixel_values, unsigned int min_cells, Kdisplay dpy_handle) . ... If this is NULL, the value 0 is used. stride : The stride (in unsigned shorts) between intensity values in each array. dpy_handle : The low level display handle. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/xc.html -- 7.1 Кб -- 24.12.2007
Похожие документы

7. OptInt PmWiki : PmWiki / Markup Master Index
OptInt PmWiki : Pm Wiki / Markup Master Index . Text formatting rules | ... To internal pages and more . ... Text . ... This page contains the most frequently used wiki markup, briefly. ... See Links . ... page name]] . ... link text]] (to refer to an anchor in another page) . ... See Page directives , Comment markup , Page variables . ... See Include other pages , Page text variables . ... See Page variables , Page text variables , Page lists . ... name:description:) sets a page text variable . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MarkupMasterIndex?action=print -- 31.4 Кб -- 01.03.2014
Похожие документы

8. TUI:Scripts:Scripting Tutorial:User Input
This example shows how to add a few input widgets to a script and how to get data from them. This is a fairly artificial example in that one would normally just use the DIS Expose window for this purpose. ... import RO.Wdg import Tkinter import TUI .Inst.ExposeModel as ExposeModel from TUI .Inst.ExposeStatusWdg import ExposeStatusWdg class ScriptClass(object): Take a series of DIS darks with user input . def __init__(self, sr): Display exposure status and a few user input ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/UserInput.html -- 6.6 Кб -- 05.09.2014
Похожие документы
Еще в разделе: (Показать все результаты (>459) - www.apo.nmsu.edu/ )

9. Examples of displaying access permissions
To display the permissions on a single file: ls -l file1 -rw-r--r-- 2 unixjohn doc 3287 Apr 8 12:10 file1 . ... To display the permissions on the contents of a directory: ls -l prototype . ... To display the permissions on each file and directory in your current directory : ls -l -rw------- 1 erpl08 iss 4307 Jun 17 10:00 FAQ.xdh drwx------ 2 erpl08 iss 1024 Jun 17 10:00 SCCS -rw------- 1 erpl08 iss 15119 Jun 17 10:00 commands.xdh -rw------- 1 erpl08 iss 266 Jun 17 10:00 concepts.xdh . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/next.html -- 3.4 Кб -- 17.01.1997
Похожие документы

10. Doug Burke's Perl/S-Lang pages: Structure examples
... Doug's Home Page . ... S-Lang structures are converted to hash references in Perl , as shown below. ... n\n ; print Structure contents:\n ; # you can treat $s as a reference to a hash array in most respects, except: # - the order of the keys in the array matches that of the # original S-Lang structure # while ( my ( $ key , $ value ) = each %{$s} ) { print key $ key \t has a value of $ value \n ; } print \n ; $$s{afield} = 'a changed field value '; print ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_structs.html -- 9.6 Кб -- 02.10.2012
Похожие документы

11. Dynamic HTML in Communicator
... To run the <LAYER> version of the example, select: flower.htm . ... However, if the page had several layers with absolute positions, and you wanted to place another layer in a relative position to one of the existing layers, you could use inline JavaScript to calculate the value for LEFT or TOP . ... In this example, there is really no need to use inline JavaScript to position the last flower layer, since you could just let the TOP value default to its natural value, as in the other flower layers. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers34.htm -- 11.4 Кб -- 13.08.1997
Похожие документы

12. LED Sign Info
If you were using a Java-enabled browser, you would see a scrolling text sign