mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-12-24 08:29:48 +00:00
* en/Gtk/Widget.xml: Added docs. * en/Gtk/ExposeEventArgs.xml * en/Gtk/AddedArgs.xml * en/Gtk/ActivateCurrentArgs.xml * en/Gtk/AdjustBoundsArgs.xml * en/Gtk/ChangeCurrentPageArgs.xml * en/Gtk/ChangeValueArgs.xml * en/Gtk/ChildAnchorInsertedArgs.xml * en/Gtk/ChildAttachedArgs.xml * en/Gtk/ChildDetachedArgs.xml * en/Gtk/ConfigureEventArgs.xml * en/Gtk/CycleHandleFocusArgs.xml * en/Gtk/EditedArgs.xml * en/Gtk/EnableDeviceArgs.xml * en/Gtk/DisableDeviceArgs.xml * en/Gtk/FocusedArgs.xml * en/Gtk/LinkClickedArgs.xml * en/Gtk/ExpandCollapseCursorRow.xml * en/Gtk/FocusInEventArgs.xml * en/Gtk/MoveFocusOutArgs.xml * en/Gtk/OnUrlArgs.xml: Event data. svn path=/trunk/gtk-sharp/; revision=32973 |
||
|---|---|---|
| .. | ||
| en | ||
| .cvsignore | ||
| all.xml | ||
| ChangeLog | ||
| gen-handlerargs-docs.cs | ||
| gen-vm-docs.cs | ||
| gtk-sharp-docs.source | ||
| Makefile.am | ||
| README | ||
| scan-deprecations.cs | ||
Compiling and installing the Gtk# Documentation
Compile and install monodoc
cd monodoc/
./autogen.sh --prefix=/usr/local
make
make install
Compile the documentation for gtk-sharp
cd gtk-sharp/doc
make
make install
If things are fine, you should have in /usr/local/lib/monodoc/sources the following files:
gtk-sharp-docs.source
gtk-sharp-docs.tree
gtk-sharp-docs.zip
netdocs.source
netdocs.tree
netdocs.zip
Start monodoc, by typing `monodoc'
If it doesn't run, please change the paths in the makefile and point
ASSEMBLER and BROWSER to where you put your assembler.exe and browser.exe.