forked from AuroraMiddleware/gtk
=== Released 2.3.0 ===
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.0 === * configure.in: Remove a stray comma. * README.in: Fix a few notes about Xft 1 and pango-1.0. * NEWS: Finish updates for 2.3.0. * po/Makefile.in.in: Update to latest GLib version.
This commit is contained in:
parent
1e5c8e64f5
commit
3a7a64aa46
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.0 ===
|
||||
|
||||
* configure.in: Remove a stray comma.
|
||||
|
||||
* README.in: Fix a few notes about Xft 1 and pango-1.0.
|
||||
|
||||
* NEWS: Finish updates for 2.3.0.
|
||||
|
||||
* po/Makefile.in.in: Update to latest GLib version.
|
||||
|
||||
Fri Oct 24 20:31:35 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
|
||||
|
@ -1,3 +1,15 @@
|
||||
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.0 ===
|
||||
|
||||
* configure.in: Remove a stray comma.
|
||||
|
||||
* README.in: Fix a few notes about Xft 1 and pango-1.0.
|
||||
|
||||
* NEWS: Finish updates for 2.3.0.
|
||||
|
||||
* po/Makefile.in.in: Update to latest GLib version.
|
||||
|
||||
Fri Oct 24 20:31:35 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
|
||||
|
@ -1,3 +1,15 @@
|
||||
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.0 ===
|
||||
|
||||
* configure.in: Remove a stray comma.
|
||||
|
||||
* README.in: Fix a few notes about Xft 1 and pango-1.0.
|
||||
|
||||
* NEWS: Finish updates for 2.3.0.
|
||||
|
||||
* po/Makefile.in.in: Update to latest GLib version.
|
||||
|
||||
Fri Oct 24 20:31:35 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
|
||||
|
@ -1,3 +1,15 @@
|
||||
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.0 ===
|
||||
|
||||
* configure.in: Remove a stray comma.
|
||||
|
||||
* README.in: Fix a few notes about Xft 1 and pango-1.0.
|
||||
|
||||
* NEWS: Finish updates for 2.3.0.
|
||||
|
||||
* po/Makefile.in.in: Update to latest GLib version.
|
||||
|
||||
Fri Oct 24 20:31:35 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
|
||||
|
@ -1,3 +1,15 @@
|
||||
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.0 ===
|
||||
|
||||
* configure.in: Remove a stray comma.
|
||||
|
||||
* README.in: Fix a few notes about Xft 1 and pango-1.0.
|
||||
|
||||
* NEWS: Finish updates for 2.3.0.
|
||||
|
||||
* po/Makefile.in.in: Update to latest GLib version.
|
||||
|
||||
Fri Oct 24 20:31:35 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
|
||||
|
350
NEWS
350
NEWS
@ -1,49 +1,319 @@
|
||||
Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
|
||||
=================================================
|
||||
* New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
|
||||
* Autocompletion for entries: GtkEntryCompletion [Kristian]
|
||||
* New "disclosure triangle" widget: GtkExpander [Marc McLoughlin]
|
||||
* New "picker button" widgets: GtkFontButton, GtkColorButton [Matthias]
|
||||
* Support icon themes for stock icons [Owen Taylor]
|
||||
* Support for RGBA cursors [Matthias]
|
||||
* Support RTL flipping for GtkHPaned [Soeren]
|
||||
* Support up to four scroll arrows on GtkNotebook and make them
|
||||
themeable. [Matthias]
|
||||
* GtkCalendar improvements: make the arrows spin, support RTL flipping,
|
||||
automatic week start selection, DND support. [Matthias]
|
||||
* Add gtk_widget_queue_resize_no_redraw() [Soeren]
|
||||
* Theme improvements [Soeren]
|
||||
* Fix gdk_window_begin_paint() bug [Soeren]
|
||||
* New "focus_on_click" property for GtkButton [Soeren]
|
||||
* New "accepts_tab" property for GtkTextView [Soeren]
|
||||
* Deprecate GtkCombo and GtkOptionMenu [Kristian]
|
||||
|
||||
Menus:
|
||||
- New action-based menu API: GtkUIManager, GtkActionGroup,
|
||||
GtkAction, etc. [James Henstridge, Soeren Sandmann, Matthias Clasen]
|
||||
- Support for tabular menus [Kristian]
|
||||
- New positioning algorithm for popup menus [Soeren]
|
||||
* New Widgets
|
||||
- GtkFileChooser: a replacement for GtkFileSelection with
|
||||
replaceable backends, many new API features, better user
|
||||
interface (UI is still a work in progress) [Owen Taylor,
|
||||
Federico Mena Quintero]
|
||||
- New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
|
||||
- New "disclosure triangle" widget: GtkExpander [Marc McLoughlin]
|
||||
- "Picker button" widgets based on code from libgnomeui:
|
||||
GtkFontButton, GtkColorButton [Matthias Clasen]
|
||||
|
||||
GtkToolbar: [Soeren]
|
||||
- New toolbar API [James, Anders Carlsson, Owen]
|
||||
- Support for sliding buttons like OS X
|
||||
- Keyboard navigation
|
||||
- Support "priority text"
|
||||
- Overflow menu [Owen]
|
||||
- Drawing improvements
|
||||
- Support context menu
|
||||
* Widget improvements:
|
||||
- Autocompletion for entries: GtkEntryCompletion [Kristian]
|
||||
- Add separate padding for all 4 sides of GtkAlignment [Murray Cumming]
|
||||
- Add input-only event boxes for trapping events [Alex Larsson]
|
||||
- Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias]
|
||||
- Support up to four scroll arrows on GtkNotebook and make which
|
||||
ones are displayed themeable. [Matthias]
|
||||
- GtkCalendar improvements: make the arrows spin, support RTL flipping,
|
||||
automatic week start selection, DND support, improve API
|
||||
for setting options [Matthias]; mousewheel support [Abigail Brady]
|
||||
- New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio
|
||||
[Soeren, Matthias]
|
||||
- New functions: gtk_window_set_default_icon(),
|
||||
gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary()
|
||||
[Matthias]
|
||||
- Add missing "role", "decorated", "gravity" properties for GtkWindow,
|
||||
"has_resize_grip" for GtkStatusBar. [Matthias]
|
||||
- Add child properties for GtkPaned [Matthias, Soeren]
|
||||
|
||||
GtkTreeView: [Kristian Rietveld]
|
||||
- Handle RTL [Matthias, Jonathan]
|
||||
- Add expand flag to column packing parameters [Jonathan, Kristian]
|
||||
- gtk_tree_path_free now silently returns on NULL paths
|
||||
- Move row reference updating code to closures
|
||||
- Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
|
||||
get rid of gtk-tree-model-drop-append.
|
||||
- Add a filtering tree model: GtkTreeModelFilter [Kristian]
|
||||
* Menus
|
||||
- New action-based menu API: GtkUIManager, GtkActionGroup,
|
||||
GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann,
|
||||
Marco Pesenti Gritti, Philip Langdale]
|
||||
- Support for tabular menus [Kristian]
|
||||
- New positioning algorithm for popup menus [Soeren]
|
||||
|
||||
Other contributors: Krasimir Angelov, Mariano Suarez-Alvarez, David
|
||||
Bordoley, Christian Persch, Morten Welinder, Marco Pesenti Gritti
|
||||
* GtkTextView [Matthias]
|
||||
- Add properties "accepts_tab" [Soeren], "overwrite" property
|
||||
[Jeroen Zwarepoorte], "buffer"
|
||||
- Add gtk_text_buffer_select_range()
|
||||
- Implement drag-selection by words/lines (also for Gtkentry)
|
||||
- Some fixes to invisible text handling
|
||||
- Add support for GTK_WRAP_WORD_CHAR [David Brigada]
|
||||
- Clean up handling of horizontal paging
|
||||
- Fix scrolling with non-visible cursor
|
||||
- Add internals documentation [Havoc Pennington]
|
||||
|
||||
* GtkToolbar [Soeren]
|
||||
- Add a more constistent and extensible toolbar API; preserve
|
||||
old API for backwards compatibility [James, Anders Carlsson, Owen]
|
||||
- Support for sliding buttons like OS X
|
||||
- Keyboard navigation
|
||||
- Support "priority text"
|
||||
- Overflow menu
|
||||
- Better handling of really wide buttons [David Bordoley]
|
||||
- Drawing improvements
|
||||
- Support context menu
|
||||
|
||||
* GtkTreeView [Kristian Rietveld]
|
||||
- Handle RTL [Matthias, Jonathan]
|
||||
- Add expand flag to column packing parameters [Jonathan, Kristian]
|
||||
- gtk_tree_path_free now silently returns on NULL paths
|
||||
- Move row reference updating code to closures
|
||||
- Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
|
||||
get rid of gtk-tree-model-drop-append.
|
||||
- Add a filtering tree model: GtkTreeModelFilter [Kristian]
|
||||
|
||||
* gdk-pixbuf
|
||||
- Add a loader for PCX files [Josh Beam]
|
||||
- Improve calculation of filter weights for scaling [Brian Cameron, Owen]
|
||||
- Support TGA files with arbitrary origins [Matthias]
|
||||
- Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz]
|
||||
gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias]
|
||||
- Add saving support for ICO and CUR
|
||||
- Improve handling of GIFs with oversized frames [Matthias]
|
||||
|
||||
* GDK:
|
||||
- Support for full-color / alpha-channel cursors [Matthias]
|
||||
- Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen]
|
||||
- Fix handling of recursive calls to gdk_window_begin_paint() [Soeren]
|
||||
- Many small changes to reduce round trips on startup;
|
||||
add gdk_display_flush() [Owen]
|
||||
- Use Xlib asynchronous APIs to reduce roundtrips on startup
|
||||
and during DND [Owen]
|
||||
- Other changes to improve DND for large-latency connections [Owen]
|
||||
- Add support for EWMH "above" and "below" states [Matthias] (also
|
||||
in GtkWindow)
|
||||
- Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz]
|
||||
- Other small linux-fb fixes [Eric Warmenhoven]
|
||||
|
||||
* Miscellaneous
|
||||
- Add support for named themable icons; use this facility to
|
||||
provide the default stock icon images [Owen Taylor, based
|
||||
on code by Alex Larsson]
|
||||
- Add gtk_widget_queue_resize_no_redraw() for more efficient
|
||||
resizing; use for GtkTextView. Redraw less on focus changes. [Soeren]
|
||||
- Add gtk_widget_queue_resize_no_redraw() [Soeren]
|
||||
- Default theme improvements, especially for menus. Add some
|
||||
more style properties. [Soeren]
|
||||
- Add authentication stock icon [Matthias, art by Jakub Steiner]
|
||||
- Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
|
||||
- Convert build system to automake-1.7; many cleanups and
|
||||
improvements. [James Henstridge, Owen]
|
||||
- Win32 fixes for new widgets [Hans Breuer]
|
||||
- Add right-to-left variants of some stock icons [Matthias]
|
||||
|
||||
* Documentation
|
||||
- Use XML source for man pages; add man pages for tools that didn't
|
||||
have them before [Matthias]
|
||||
- Tutorial improvements [Sebasitian Rittau, Tony Gale, Roger Leigh, Matthias]
|
||||
- FAQ improvements [Tony, Gonzalo Odiard, Owen]
|
||||
- Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren,
|
||||
Martin Pool, Mariano Suarez-Alvarez]
|
||||
|
||||
* Deprecations
|
||||
- GtkItemFactory [Replaced by GtkUIManager]
|
||||
- GtkCombo, GtkOptionMenu [Replaced by GtkComboBox]
|
||||
- Miscellaneous functions that were renamed in
|
||||
GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren]
|
||||
|
||||
Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher,
|
||||
Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti,
|
||||
Jody Goldberg, David Hampton, Richard Kinder, Christian Persch,
|
||||
Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw,
|
||||
Vasilis Vasaitis, Morten Welinder
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Overview of Changes in GTK+ 2.2.4
|
||||
=================================
|
||||
* Revert TreeView fix which broke context menus in different applications
|
||||
[Kristian Rietveld]
|
||||
* Typo fixes [Kjartan Maraas]
|
||||
* Make pressing END not put the menu in scrolling mode [Kris]
|
||||
* Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale]
|
||||
* New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el)
|
||||
|
||||
Overview of Changes in GTK+ 2.2.3
|
||||
=================================
|
||||
* GdkPixbuf [Matthias Clasen]
|
||||
- Fix some problems with overflows when scaling down [Tomas Ögren]
|
||||
- Many GIF bug fixes [Matthias, Federico Mena Quintero]
|
||||
- Prefer 32-bpp ICOs, fix bugs with them
|
||||
- Fix problem with absolute filenames and gdk-pixbuf-query-loaders
|
||||
[Jens Elker]
|
||||
- Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
|
||||
* Win32 [Tor Lillqvist]
|
||||
- Add multiple monitor support
|
||||
- Major event and key handling rewrite, including IME fixes
|
||||
- Fix handling of toplevel window positions
|
||||
- Add support for all window geometry hints (gridded geometry, etc.)
|
||||
- Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
|
||||
- Fix GdkImage memory leak [J. Ali Harlow]
|
||||
- Remove leftover OwnerGrabButtonMask emulation (fixes lots)
|
||||
- Misc bug fixes [Many from Hans Breuer, Tim Evans]
|
||||
- Build fixes and improvements [Peter Zelezny]
|
||||
* X11
|
||||
- Fix extremely common crash where we interpreted the timestamp
|
||||
field of a XKB event as a window ID and found a pixmap that matched.
|
||||
[Owen Taylor, with essential backtrace from Kjartan Maraas]
|
||||
- Fix CapsLock and NumLock for non-XKB [Robert Basch]
|
||||
- Fix problems with, eg. Ctrl-Alt-Backspace hiding Cntrl-Backspace [Owen]
|
||||
- Workaround Xinerama servers reporting wrong depths [Owen]
|
||||
* GtkTreeView [Kristian Rietveld]
|
||||
- Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
|
||||
- Don't get confused by the Control key when handling selection
|
||||
from an accelerator like <Control>B [Michael Natterer]
|
||||
- Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson,
|
||||
Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
|
||||
Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
|
||||
* Input methods
|
||||
- Handle input methods exiting and starting while the
|
||||
app is running [Hidetoshi Tajima]
|
||||
- Fix infinite loop when closing input methods [Owen,
|
||||
Takuro Ashie, Hidetoshi]
|
||||
- Add a 'cedilla' input method with c+acute => cedilla and use
|
||||
as the default for languages that use cedilla. [Gustavo De Nardin,
|
||||
Owen, Fco. Javier F. Serrador]
|
||||
- Fix status window for multihead [Owen, James Su]
|
||||
- Remember imcontext attributes when switching methods [Owen,
|
||||
Botond Botyanszki]
|
||||
* GtkFileSelection [Owen]
|
||||
- Fix selection of "UntitledN" on initial map [Mark Finlay]
|
||||
- Fix an annoying bug with cursor positioning on failed completion
|
||||
- Misc Fixes [Owen, Tor]
|
||||
* Other widgets
|
||||
- Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
|
||||
- Fix problem with spinbuttons not getting enough space [Morten Welinder,
|
||||
Kristian]
|
||||
- Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
|
||||
- Don't include menu labels in gtk_notebook_forall [Owen]
|
||||
- Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
|
||||
focus [Owen]
|
||||
- Accept color drops with wrong format from KDE [Matthias]
|
||||
* Fix problem from gnome-theme-manager playing tricks and
|
||||
making event->window a pixmap. [Anders Carlsson]
|
||||
* Ignore Caps-lock when matching accelerators
|
||||
* Fix 5-year-old bug where toplevels didn't fully refresh properly
|
||||
on theme change [Owen, Rajkumar Siva]
|
||||
* Don't require precompiled gdk-pixbuf-csource when cross-compiling
|
||||
from a tarball [Owen]
|
||||
* Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale,
|
||||
Morten Welinder]
|
||||
* Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
|
||||
Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor,
|
||||
Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
|
||||
Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen,
|
||||
Luis Villa]
|
||||
* New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
|
||||
ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)
|
||||
|
||||
Overview of Changes in GTK+ 2.2.2
|
||||
=================================
|
||||
|
||||
* GdkPixbuf [Matthias Clasen]
|
||||
- Fix animation of slow-loading progressive GIFS
|
||||
- Fix long-standing animated GIF display bug with transparency
|
||||
- Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross]
|
||||
* GDK [Owen Taylor]
|
||||
- Draw continuous underlines between Pango layout runs when
|
||||
possible [Kang Jeong-Hee]
|
||||
- Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig]
|
||||
Major rewrite of 16-bit handling for pixbuf_from_drawable()
|
||||
* X11 backend [Owen]
|
||||
- Fix build on X11R5 [Albert Chin]
|
||||
- Fix switching keyboard layouts while running [Egmont Koblinger]
|
||||
- Work around RENDER extension bugs on certain Sun X servers [Morten Welinder]
|
||||
- Zero unused fields in client messages we send Lubos Lunak]
|
||||
- Fix occasional segfault when drawing pixbufs [Hans Petter Jansson]
|
||||
- Fix wrong initializaiton that was keeping XShm from being used.
|
||||
* Win32 backend [Tor Lillqvist]
|
||||
- Tweak line drawing
|
||||
- Mouse/cursor fixes [Allin Cottrell]
|
||||
- Better handling of floppy drives in GtkFileSelection
|
||||
- Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell]
|
||||
* Input methods [Hidetoshi Tajima]
|
||||
- Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis]
|
||||
- Fix sorting of rules in GtkIMContextSimple [Vasilis]
|
||||
- Miscellaneous GtkIMContextXIM fixes
|
||||
- Fix translation of input context names
|
||||
* Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll]
|
||||
* Add Delete to GtkEntry context menu, Delete/Select All
|
||||
to GtkTextView context menu [Matthias]
|
||||
* Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias]
|
||||
* Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias]
|
||||
* GtkTextView
|
||||
- Fix redrawing on color-only changes [Owen, Gustavo Giráldez]
|
||||
- Don't scroll to cursor on focus in [Paolo Maggi]
|
||||
- Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki,
|
||||
Yao Zhang]
|
||||
- Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos,
|
||||
Padraig O'Briain, Owen]
|
||||
* GtkTreeView [Kristian Rietveld]
|
||||
- Fix prelighting [Sven Neumann]
|
||||
- Set drag cursor earlier to allow apps to override [Daniel Elstner]
|
||||
- Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford]
|
||||
- Get background/cell area handling right in GtkTreeViewColumn [Vasco
|
||||
Alexandre da Silva Costa]
|
||||
- Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield,
|
||||
Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer,
|
||||
Mariano Suarez-Alvarez, Owen]
|
||||
* Fix handling of border width for GtkToolbar [Rodney Dawes]
|
||||
* Rewrite adjustment handling of GtkViewport, fixing many bugs
|
||||
[Owen, Thomas Leonard, Michael]
|
||||
* Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge,
|
||||
Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa,
|
||||
Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg,
|
||||
Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez,
|
||||
Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt,
|
||||
Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi]
|
||||
* Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann,
|
||||
Doug Quale, Manish Singh, Morten Welinder]
|
||||
* Switch to using libtool-1.5
|
||||
* Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven,
|
||||
Christian Rose]
|
||||
* Documentation improvements [Matthias, Noah Levitt, Sven Neumann]
|
||||
* New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id,
|
||||
it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
|
||||
|
||||
Overview of Changes in GTK+ 2.2.1
|
||||
=================================
|
||||
* Win32 [Tor Lillqvist]
|
||||
- Improve setting of window position / decorations
|
||||
- Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
|
||||
- Fix various file selection bugs
|
||||
- Improve scheme for locating pixbuf loader modules
|
||||
- Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
|
||||
* GtkTreeView [Kristian Rietveld]
|
||||
- made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
|
||||
- fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
|
||||
Sandmann, Jarek Dukat]
|
||||
- TreeView search now works on all values transformable by GValue and not
|
||||
just strings [Muktha Narayan]
|
||||
- _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
|
||||
- a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
|
||||
Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
|
||||
Gaël Le Mignot, Vasco Alexandre da Silva Costa]
|
||||
* GtkTextView [Matthias Clasen]
|
||||
- Fix keynav with invisible cursor
|
||||
- Fix misdrawing of cursor [Owen Taylor] and selection
|
||||
- Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
|
||||
* Fix problem with accidental inclusion of a main() [Matthias]
|
||||
* Documentation improvements [Matthias, Havoc Pennington]
|
||||
* Fix problem with GtkColorsel and pixmap themes [Daniel]
|
||||
* Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
|
||||
* Warning fixes [Manish Singh]
|
||||
* configure fixes [Akira Tagoh]
|
||||
* New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
|
||||
* Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia,
|
||||
Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur,
|
||||
Soeren Sandmann, Hidetoshi Tajima, Owen]
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Overview of Changes in GTK+ 2.2.0
|
||||
=================================
|
||||
|
24
README
24
README
@ -62,31 +62,13 @@ Release notes
|
||||
from the library, on others not. In no case can applications
|
||||
use these private symbols.
|
||||
|
||||
* GTK+-2.2 can be build either with Pango-1.0 and version 1 of
|
||||
the Xft library or Pango-1.2 and version 2 of the Xft library
|
||||
(Xft is used to to display anti-aliased fonts) By default, GTK+ and
|
||||
Pango are built so that applications will not have explicit dependencies
|
||||
on either version of Xft. To make sure that your application will be
|
||||
binary compatible with future versions of GTK+:
|
||||
|
||||
- Do not configure Pango or GTK+ with the --enable-static or
|
||||
--enable-explicit-deps options, since they will cause dependencies
|
||||
on the particular version of Xft.
|
||||
|
||||
- Do not use Xft version 1 directly in your applications.
|
||||
* GTK+-2.3 now requires version 2 of Xft; old fashioned core X
|
||||
fonts are no longer supported.
|
||||
|
||||
* There is a bug in the Xft library in XFree86-4.1 and possibly previous
|
||||
versions that causes random crashes when using the Pango Xft
|
||||
backend. If you want to use Xft fonts, you should upgrade to
|
||||
XFree86-4.2.
|
||||
|
||||
* Xft support is on by default when using Xft2 but off by
|
||||
default when using Xft1. To change this default, set the
|
||||
variable GDK_USE_XFT to '1' or '0'. For instance, to
|
||||
turn on Xft fonts when Xft1.
|
||||
|
||||
GDK_USE_XFT=1
|
||||
export GDK_USE_XFT
|
||||
at least XFree86-4.2.
|
||||
|
||||
* The gdk_pixbuf_xlib library included in the contrib/ directory of GTK+
|
||||
is provided on a as-is basis and has not been tested at all. No
|
||||
|
24
README.in
24
README.in
@ -62,31 +62,13 @@ Release notes
|
||||
from the library, on others not. In no case can applications
|
||||
use these private symbols.
|
||||
|
||||
* GTK+-2.2 can be build either with Pango-1.0 and version 1 of
|
||||
the Xft library or Pango-1.2 and version 2 of the Xft library
|
||||
(Xft is used to to display anti-aliased fonts) By default, GTK+ and
|
||||
Pango are built so that applications will not have explicit dependencies
|
||||
on either version of Xft. To make sure that your application will be
|
||||
binary compatible with future versions of GTK+:
|
||||
|
||||
- Do not configure Pango or GTK+ with the --enable-static or
|
||||
--enable-explicit-deps options, since they will cause dependencies
|
||||
on the particular version of Xft.
|
||||
|
||||
- Do not use Xft version 1 directly in your applications.
|
||||
* GTK+-2.3 now requires version 2 of Xft; old fashioned core X
|
||||
fonts are no longer supported.
|
||||
|
||||
* There is a bug in the Xft library in XFree86-4.1 and possibly previous
|
||||
versions that causes random crashes when using the Pango Xft
|
||||
backend. If you want to use Xft fonts, you should upgrade to
|
||||
XFree86-4.2.
|
||||
|
||||
* Xft support is on by default when using Xft2 but off by
|
||||
default when using Xft1. To change this default, set the
|
||||
variable GDK_USE_XFT to '1' or '0'. For instance, to
|
||||
turn on Xft fonts when Xft1.
|
||||
|
||||
GDK_USE_XFT=1
|
||||
export GDK_USE_XFT
|
||||
at least XFree86-4.2.
|
||||
|
||||
* The gdk_pixbuf_xlib library included in the contrib/ directory of GTK+
|
||||
is provided on a as-is basis and has not been tested at all. No
|
||||
|
@ -1122,7 +1122,7 @@ if test "x$gdktarget" = "xx11"; then
|
||||
# Check for shaped window extension
|
||||
|
||||
AC_CHECK_LIB(Xext, XShapeCombineMask,
|
||||
[GTK_ADD_LIB(x_extra_libs,Xext),
|
||||
[GTK_ADD_LIB(x_extra_libs,Xext)
|
||||
AC_DEFINE(HAVE_SHAPE_EXT)],
|
||||
,
|
||||
$x_libs_for_checks)
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Oct 24 17:21:04 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk-pixbuf/Makefile.am gtk/Makefile.am: Distribute generated
|
||||
man pages.
|
||||
|
||||
2003-10-23 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/tmpl/gtkfilechooser.sgml: Added the text for the initial
|
||||
|
@ -62,6 +62,13 @@ HTML_IMAGES =
|
||||
# Extra options to supply to gtkdoc-fixref
|
||||
FIXXREF_OPTIONS=
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
# Other files to distribute
|
||||
EXTRA_DIST += version.xml.in
|
||||
|
||||
########################################################################
|
||||
|
||||
man_MANS = gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1
|
||||
|
||||
if ENABLE_MAN
|
||||
@ -71,7 +78,10 @@ if ENABLE_MAN
|
||||
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
BUILT_EXTRA_DIST = $(man_MANS)
|
||||
|
||||
# Other files to distribute
|
||||
EXTRA_DIST += version.xml.in
|
||||
dist-hook-local: $(BUILT_EXTRA_DIST)
|
||||
files='$(BUILT_EXTRA_DIST)'; \
|
||||
for f in $$files; do \
|
||||
if test -f $$f; then d=.; else d=$(srcdir); fi; \
|
||||
cp $$d/$$f $(distdir) || exit 1; done
|
||||
|
@ -76,6 +76,68 @@ fields.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GdkPixbufLoader::area-prepared ##### -->
|
||||
<para>
|
||||
This signal is emitted when the pixbuf loader has allocated the pixbuf
|
||||
in the desired size. After this signal is emitted, applications can
|
||||
call gdk_pixbuf_loader_get_pixbuf() to fetch the partially-loaded pixbuf.
|
||||
</para>
|
||||
|
||||
@gdkpixbufloader: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GdkPixbufLoader::area-updated ##### -->
|
||||
<para>
|
||||
This signal is emitted when a significant area of the image being
|
||||
loaded has been updated. Normally it means that a complete
|
||||
scanline has been read in, but it could be a different area as
|
||||
well. Applications can use this signal to know when to repaint
|
||||
areas of an image that is being loaded.
|
||||
</para>
|
||||
|
||||
@gdkpixbufloader: Loader which emitted the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
@arg4:
|
||||
<!-- # Unused Parameters # -->
|
||||
@x: X offset of upper-left corner of the updated area.
|
||||
@y: Y offset of upper-left corner of the updated area.
|
||||
@width: Width of updated area.
|
||||
@height: Height of updated area.
|
||||
|
||||
<!-- ##### SIGNAL GdkPixbufLoader::closed ##### -->
|
||||
<para>
|
||||
This signal is emitted when gdk_pixbuf_loader_close() is called.
|
||||
It can be used by different parts of an application to receive
|
||||
notification when an image loader is closed by the code that
|
||||
drives it.
|
||||
</para>
|
||||
|
||||
@gdkpixbufloader: the object which received the signal.
|
||||
|
||||
<!--
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
|
||||
End:
|
||||
-->
|
||||
|
||||
<!-- ##### SIGNAL GdkPixbufLoader::size-prepared ##### -->
|
||||
<para>
|
||||
This signal is emitted when the pixbuf loader has been fed the
|
||||
initial amount of data that is required to figure out the size
|
||||
of the image that it will create. Applications can call
|
||||
gdk_pixbuf_loader_set_size() in response to this signal to set
|
||||
the desired size to which the image should be scaled.
|
||||
</para>
|
||||
|
||||
@gdkpixbufloader: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
<!-- # Unused Parameters # -->
|
||||
@width: the original width of the image
|
||||
@height: the original height of the image
|
||||
|
||||
<!-- ##### FUNCTION gdk_pixbuf_loader_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -163,65 +225,3 @@ fields.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GdkPixbufLoader::area-prepared ##### -->
|
||||
<para>
|
||||
This signal is emitted when the pixbuf loader has allocated the pixbuf
|
||||
in the desired size. After this signal is emitted, applications can
|
||||
call gdk_pixbuf_loader_get_pixbuf() to fetch the partially-loaded pixbuf.
|
||||
</para>
|
||||
|
||||
@gdkpixbufloader: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GdkPixbufLoader::area-updated ##### -->
|
||||
<para>
|
||||
This signal is emitted when a significant area of the image being
|
||||
loaded has been updated. Normally it means that a complete
|
||||
scanline has been read in, but it could be a different area as
|
||||
well. Applications can use this signal to know when to repaint
|
||||
areas of an image that is being loaded.
|
||||
</para>
|
||||
|
||||
@gdkpixbufloader: Loader which emitted the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
@arg4:
|
||||
<!-- # Unused Parameters # -->
|
||||
@x: X offset of upper-left corner of the updated area.
|
||||
@y: Y offset of upper-left corner of the updated area.
|
||||
@width: Width of updated area.
|
||||
@height: Height of updated area.
|
||||
|
||||
<!-- ##### SIGNAL GdkPixbufLoader::closed ##### -->
|
||||
<para>
|
||||
This signal is emitted when gdk_pixbuf_loader_close() is called.
|
||||
It can be used by different parts of an application to receive
|
||||
notification when an image loader is closed by the code that
|
||||
drives it.
|
||||
</para>
|
||||
|
||||
@gdkpixbufloader: the object which received the signal.
|
||||
|
||||
<!--
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
|
||||
End:
|
||||
-->
|
||||
|
||||
<!-- ##### SIGNAL GdkPixbufLoader::size-prepared ##### -->
|
||||
<para>
|
||||
This signal is emitted when the pixbuf loader has been fed the
|
||||
initial amount of data that is required to figure out the size
|
||||
of the image that it will create. Applications can call
|
||||
gdk_pixbuf_loader_set_size() in response to this signal to set
|
||||
the desired size to which the image should be scaled.
|
||||
</para>
|
||||
|
||||
@gdkpixbufloader: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
<!-- # Unused Parameters # -->
|
||||
@width: the original width of the image
|
||||
@height: the original height of the image
|
||||
|
||||
|
@ -36,6 +36,14 @@ of an X display. All its fields are private and should not be accessed directly.
|
||||
|
||||
@Since: 2.2
|
||||
|
||||
<!-- ##### SIGNAL GdkDisplay::closed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gdkdisplay: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_open ##### -->
|
||||
<para>
|
||||
|
||||
@ -298,11 +306,3 @@ Applications should never have any reason to use this facility
|
||||
@height:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GdkDisplay::closed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gdkdisplay: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
|
@ -24,6 +24,19 @@ fields.
|
||||
|
||||
@Since: 2.2
|
||||
|
||||
<!-- ##### SIGNAL GdkDisplayManager::display-opened ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gdkdisplaymanager: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GdkDisplayManager:default-display ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_manager_get ##### -->
|
||||
<para>
|
||||
|
||||
@ -68,16 +81,3 @@ fields.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GdkDisplayManager::display-opened ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gdkdisplaymanager: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GdkDisplayManager:default-display ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -31,6 +31,13 @@ when GDK gets multihead support.
|
||||
|
||||
@Since: 2.2
|
||||
|
||||
<!-- ##### SIGNAL GdkScreen::size-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gdkscreen: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gdk_screen_get_default ##### -->
|
||||
<para>
|
||||
|
||||
@ -247,10 +254,3 @@ when GDK gets multihead support.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GdkScreen::size-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gdkscreen: the object which received the signal.
|
||||
|
||||
|
@ -91,6 +91,20 @@ in the keymap and see what keyval it corresponds to.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GdkKeymap::direction-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@keymap: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GdkKeymap::keys-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@keymap: the object which received the signal.
|
||||
|
||||
<!-- ##### STRUCT GdkKeymapKey ##### -->
|
||||
<para>
|
||||
A <structname>GdkKeymapKey</structname> is a hardware key that can
|
||||
@ -279,18 +293,3 @@ case conversion.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GdkKeymap::direction-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@keymap: the object which received the signal.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GdkKeymap::keys-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@keymap: the object which received the signal.
|
||||
|
||||
|
@ -175,6 +175,13 @@ HTML_IMAGES = \
|
||||
# Extra options to supply to gtkdoc-fixref
|
||||
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
# Other files to distribute
|
||||
EXTRA_DIST += version.xml.in
|
||||
|
||||
########################################################################
|
||||
|
||||
man_MANS = gtk-query-immodules-2.0.1
|
||||
|
||||
if ENABLE_MAN
|
||||
@ -184,7 +191,10 @@ if ENABLE_MAN
|
||||
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
BUILT_EXTRA_DIST = $(man_MANS)
|
||||
|
||||
# Other files to distribute
|
||||
EXTRA_DIST += version.xml.in
|
||||
dist-hook-local: $(BUILT_EXTRA_DIST)
|
||||
files='$(BUILT_EXTRA_DIST)'; \
|
||||
for f in $$files; do \
|
||||
if test -f $$f; then d=.; else d=$(srcdir); fi; \
|
||||
cp $$d/$$f $(distdir) || exit 1; done
|
||||
|
@ -1065,132 +1065,24 @@ after other user handlers and the default handler.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-can-change-accels ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-color-palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-cursor-blink ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-cursor-blink-time ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-dnd-drag-threshold ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-double-click-time ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-entry-select-on-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-icon-sizes ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-key-theme-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-bar-accel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-bar-popout-delay ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-bar-popup-delay ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-popdown-delay ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-popout-delay ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-popup-delay ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-submenu-hysteresis ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-split-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-theme-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-toolbar-icon-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-toolbar-style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkSettingsClass ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -37,6 +37,27 @@ An object representing and maintaining a group of accelerators.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkAccelGroup::accel-activate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@accelgroup: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkAccelGroup::accel-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@accelgroup: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_group_new ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -85,6 +85,16 @@ should be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkAccelLabel:accel-closure ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAccelLabel:accel-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_label_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkAccelLabel.
|
||||
@ -145,13 +155,3 @@ accelerators are added or removed from the associated widget.
|
||||
@Returns: always returns %FALSE.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkAccelLabel:accel-closure ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAccelLabel:accel-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -55,6 +55,74 @@ and should not be accessed directly.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkAction::activate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@action: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkAction::connect-proxy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@action: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### SIGNAL GtkAction::disconnect-proxy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@action: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### ARG GtkAction:hide-if-empty ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:is-important ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:sensitive ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:short-label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:stock-id ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:tooltip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_action_get_name ##### -->
|
||||
<para>
|
||||
|
||||
@ -179,66 +247,3 @@ and should not be accessed directly.
|
||||
@accel_group:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkAction::activate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@action: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkAction::connect-proxy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@action: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### SIGNAL GtkAction::disconnect-proxy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@action: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### ARG GtkAction:is-important ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:sensitive ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:short-label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:stock-id ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:tooltip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAction:visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -79,6 +79,21 @@ In a #GtkScrollbar this is the size of the area which is currently visible.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkAdjustment::changed ##### -->
|
||||
<para>
|
||||
Emitted when one or more of the #GtkAdjustment fields have been changed,
|
||||
other than the value field.
|
||||
</para>
|
||||
|
||||
@adjustment: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkAdjustment::value-changed ##### -->
|
||||
<para>
|
||||
Emitted when the #GtkAdjustment value field has been changed.
|
||||
</para>
|
||||
|
||||
@adjustment: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gtk_adjustment_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkAdjustment.
|
||||
@ -153,18 +168,3 @@ changed the #GtkAdjustment value field.
|
||||
@adjustment:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkAdjustment::changed ##### -->
|
||||
<para>
|
||||
Emitted when one or more of the #GtkAdjustment fields have been changed,
|
||||
other than the value field.
|
||||
</para>
|
||||
|
||||
@adjustment: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkAdjustment::value-changed ##### -->
|
||||
<para>
|
||||
Emitted when the #GtkAdjustment value field has been changed.
|
||||
</para>
|
||||
|
||||
@adjustment: the object which received the signal.
|
||||
|
||||
|
@ -34,6 +34,46 @@ be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkAlignment:bottom-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:left-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:right-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:top-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:xscale ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:yscale ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_alignment_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkAlignment.
|
||||
@ -96,43 +136,3 @@ unused space, from 0 to 1. The values are similar to @xscale.
|
||||
@padding_right:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkAlignment:bottom-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:left-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:right-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:top-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:xscale ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAlignment:yscale ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -57,6 +57,16 @@ an application.)
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkArrow:arrow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkArrow:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_arrow_new ##### -->
|
||||
<para>
|
||||
Creates a new arrow widget.
|
||||
@ -77,13 +87,3 @@ Sets the direction and style of the #GtkArrow, @arrow.
|
||||
@shadow_type: a valid #GtkShadowType.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkArrow:arrow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkArrow:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -26,6 +26,26 @@ a frame around the child. The frame will be
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkAspectFrame:obey-child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAspectFrame:ratio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAspectFrame:xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAspectFrame:yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_aspect_frame_new ##### -->
|
||||
<para>
|
||||
Create a new #GtkAspectFrame.
|
||||
@ -63,23 +83,3 @@ to 1.0 (right aligned)
|
||||
ratio is taken from the requistion of the child.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkAspectFrame:obey-child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAspectFrame:ratio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAspectFrame:xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAspectFrame:yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -52,6 +52,36 @@ This is a read-only struct; no members should be modified directly.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:layout-style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:secondary ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:child-internal-pad-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:child-internal-pad-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:child-min-height ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:child-min-width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### MACRO GTK_BUTTONBOX_DEFAULT ##### -->
|
||||
<para>
|
||||
Used internally only.
|
||||
@ -170,33 +200,3 @@ box.
|
||||
@is_secondary:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:layout-style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:secondary ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:child-internal-pad-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:child-internal-pad-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:child-min-height ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButtonBox:child-min-width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -135,6 +135,41 @@ field.</entry>
|
||||
@spacing:
|
||||
@homogeneous:
|
||||
|
||||
<!-- ##### ARG GtkBox:homogeneous ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:expand ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:fill ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:pack-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkBoxChild ##### -->
|
||||
<para>
|
||||
The #GtkBoxChild-struct holds a child widget of GtkBox and describes
|
||||
@ -373,38 +408,3 @@ field in #GtkBoxChild-struct.
|
||||
in #GtkBoxChild-struct.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkBox:homogeneous ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:expand ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:fill ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:pack-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkBox:position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -27,6 +27,96 @@ This should not be accessed directly. Use the accessor functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::activate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::clicked ##### -->
|
||||
<para>
|
||||
Emitted when a button clicked on by the mouse and the cursor stays on the
|
||||
button. If the cursor is not on the button when the mouse button is released,
|
||||
the signal is not emitted.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::enter ##### -->
|
||||
<para>
|
||||
Emitted when the mouse cursor enters the region of the button.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::leave ##### -->
|
||||
<para>
|
||||
Emitted when the mouse cursor leaves the region of the button.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::pressed ##### -->
|
||||
<para>
|
||||
Emitted when the button is initially pressed.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::released ##### -->
|
||||
<para>
|
||||
Emitted when a button which is pressed is released, no matter where the
|
||||
mouse cursor is.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkButton:focus-on-click ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:relief ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:use-stock ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:use-underline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:child-displacement-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:child-displacement-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:default-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:default-outside-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_button_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkButton widget. To add a child widget to the button,
|
||||
@ -202,93 +292,3 @@ Returns the current relief style of the given #GtkButton.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::activate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::clicked ##### -->
|
||||
<para>
|
||||
Emitted when a button clicked on by the mouse and the cursor stays on the
|
||||
button. If the cursor is not on the button when the mouse button is released,
|
||||
the signal is not emitted.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::enter ##### -->
|
||||
<para>
|
||||
Emitted when the mouse cursor enters the region of the button.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::leave ##### -->
|
||||
<para>
|
||||
Emitted when the mouse cursor leaves the region of the button.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::pressed ##### -->
|
||||
<para>
|
||||
Emitted when the button is initially pressed.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::released ##### -->
|
||||
<para>
|
||||
Emitted when a button which is pressed is released, no matter where the
|
||||
mouse cursor is.
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkButton:focus-on-click ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:relief ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:use-stock ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:use-underline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:child-displacement-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:child-displacement-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:default-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkButton:default-outside-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -65,6 +65,91 @@ are 0-11) while <structfield>selected_day</structfield> is one-based
|
||||
</note>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::day-selected ##### -->
|
||||
<para>
|
||||
Emitted when the user selects a day.
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::day-selected-double-click ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::month-changed ##### -->
|
||||
<para>
|
||||
Emitted when the user clicks a button to change the selected month on a
|
||||
calendar.
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::next-month ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::next-year ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::prev-month ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::prev-year ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkCalendar:day ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:month ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:no-month-change ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:show-day-names ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:show-heading ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:show-week-numbers ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:year ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkCalendarDisplayOptions ##### -->
|
||||
<para>
|
||||
These options can be used to influence the display and behaviour of a #GtkCalendar.
|
||||
@ -191,88 +276,3 @@ gtk_calendar_freeze() are displayed.
|
||||
@calendar: a #GtkCalendar.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::day-selected ##### -->
|
||||
<para>
|
||||
Emitted when the user selects a day.
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::day-selected-double-click ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::month-changed ##### -->
|
||||
<para>
|
||||
Emitted when the user clicks a button to change the selected month on a
|
||||
calendar.
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::next-month ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::next-year ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::prev-month ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCalendar::prev-year ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@calendar: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkCalendar:day ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:month ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:no-month-change ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:show-day-names ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:show-heading ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:show-week-numbers ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCalendar:year ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -20,6 +20,20 @@ Interface for widgets which can are used for editing cells
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCellEditable::editing-done ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@celleditable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCellEditable::remove-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@celleditable: the object which received the signal.
|
||||
|
||||
<!-- ##### STRUCT GtkCellEditableIface ##### -->
|
||||
<para>
|
||||
|
||||
@ -55,17 +69,3 @@ Interface for widgets which can are used for editing cells
|
||||
@cell_editable:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCellEditable::editing-done ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@celleditable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCellEditable::remove-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@celleditable: the object which received the signal.
|
||||
|
||||
|
@ -66,6 +66,71 @@ it cannot be individually modified.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:cell-background ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:cell-background-gdk ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:cell-background-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:height ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:is-expanded ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:is-expander ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:xpad ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:ypad ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_get_size ##### -->
|
||||
<para>
|
||||
|
||||
@ -144,68 +209,3 @@ it cannot be individually modified.
|
||||
@height:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:cell-background ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:cell-background-gdk ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:cell-background-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:height ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:is-expanded ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:is-expander ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:xpad ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:ypad ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -20,14 +20,6 @@ Renders a pixbuf in a cell
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_pixbuf_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkCellRendererPixbuf:pixbuf ##### -->
|
||||
<para>
|
||||
|
||||
@ -58,3 +50,11 @@ Renders a pixbuf in a cell
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_pixbuf_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -20,23 +20,6 @@ Renders text in a cell
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_text_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_text_set_fixed_height_from_font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@renderer:
|
||||
@number_of_rows:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCellRendererText::edited ##### -->
|
||||
<para>
|
||||
|
||||
@ -216,3 +199,20 @@ Renders text in a cell
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_text_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_text_set_fixed_height_from_font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@renderer:
|
||||
@number_of_rows:
|
||||
|
||||
|
||||
|
@ -20,6 +20,34 @@ Renders a toggle button in a cell
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCellRendererToggle::toggled ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cellrenderertoggle: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:activatable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:inconsistent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:radio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_cell_renderer_toggle_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -64,31 +92,3 @@ Renders a toggle button in a cell
|
||||
@setting:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCellRendererToggle::toggled ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@cellrenderertoggle: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:activatable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:inconsistent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:radio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -40,6 +40,16 @@ The important signal ('toggled') is also inherited from #GtkToggleButton.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkCheckButton:indicator-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCheckButton:indicator-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_check_button_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkCheckButton.
|
||||
@ -66,13 +76,3 @@ Creates a new #GtkCheckButton with a #GtkLabel to the right of it.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkCheckButton:indicator-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCheckButton:indicator-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -41,6 +41,33 @@ an application.)
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCheckMenuItem::toggled ##### -->
|
||||
<para>
|
||||
This signal is emitted when the state of the check box is changed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
A signal handler can examine the <structfield>active</structfield>
|
||||
field of the #GtkCheckMenuItem-struct struct to discover the new state.
|
||||
</para>
|
||||
|
||||
@checkmenuitem: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkCheckMenuItem:active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCheckMenuItem:draw-as-radio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCheckMenuItem:inconsistent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_check_menu_item_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkCheckMenuItem.
|
||||
@ -130,30 +157,21 @@ Emits the GtkCheckMenuItem::toggled signal.
|
||||
@setting:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCheckMenuItem::toggled ##### -->
|
||||
<para>
|
||||
This signal is emitted when the state of the check box is changed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
A signal handler can examine the <structfield>active</structfield>
|
||||
field of the #GtkCheckMenuItem-struct struct to discover the new state.
|
||||
</para>
|
||||
|
||||
@checkmenuitem: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkCheckMenuItem:active ##### -->
|
||||
<!-- ##### FUNCTION gtk_check_menu_item_set_draw_as_radio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCheckMenuItem:draw-as-radio ##### -->
|
||||
@check_menu_item:
|
||||
@draw_as_radio:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_check_menu_item_get_draw_as_radio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCheckMenuItem:inconsistent ##### -->
|
||||
<para>
|
||||
@check_menu_item:
|
||||
@Returns:
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -22,6 +22,197 @@ only private data, and should be accessed only via the CList API.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::abort-column-resize ##### -->
|
||||
<para>
|
||||
This signal is emitted when a column resize is aborted.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::click-column ##### -->
|
||||
<para>
|
||||
This signal is emitted when a column title is clicked.
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@column: The number of the column.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::end-selection ##### -->
|
||||
<para>
|
||||
This signal is emitted when a selection ends in a
|
||||
multiple selection CList.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::extend-selection ##### -->
|
||||
<para>
|
||||
This signal is emitted when the selection is extended.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
@scroll_type: A #GtkScrollType value of any scrolling operation the
|
||||
occured during the selection.
|
||||
@position: A value between 0.0 and 1.0.
|
||||
@auto_start_selection: %TRUE or %FALSE.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::resize-column ##### -->
|
||||
<para>
|
||||
This signal is emitted when a column is resized.
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@column: The number of the column
|
||||
@width: The new width of the column.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::row-move ##### -->
|
||||
<para>
|
||||
This signal is emitted when a row is moved.
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@arg1: The source position of the row.
|
||||
@arg2: The destination position of the row.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::scroll-horizontal ##### -->
|
||||
<para>
|
||||
This signal is emitted when the CList is scrolled horizontally.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
@scroll_type: A #GtkScrollType value of how the scroll operation occured.
|
||||
@position: a value between 0.0 and 1.0.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::scroll-vertical ##### -->
|
||||
<para>
|
||||
This signal is emitted when the CList is scrolled vertically.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
@scroll_type: A #GtkScrollType value of how the scroll operation occured.
|
||||
@position: A value between 0.0 and 1.0.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::select-all ##### -->
|
||||
<para>
|
||||
This signal is emitted when all the rows are selected in a CList.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::select-row ##### -->
|
||||
<para>
|
||||
This signal is emitted when the user selects a row in the list.
|
||||
It is emitted for every row that is selected in a multi-selection or
|
||||
by calling gtk_clist_select_all().
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@row: The row selected.
|
||||
@column: The column where the selection occured.
|
||||
@event: A #GdkEvent structure for the selection.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::start-selection ##### -->
|
||||
<para>
|
||||
This signal is emitted when a drag-selection is started in
|
||||
a multiple-selection CList.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::toggle-add-mode ##### -->
|
||||
<para>
|
||||
This signal is emitted when "add mode" is toggled.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::toggle-focus-row ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::undo-selection ##### -->
|
||||
<para>
|
||||
This signal is emitted when an undo selection occurs in the CList,
|
||||
probably via calling gtk_clist_undo_selection().
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::unselect-all ##### -->
|
||||
<para>
|
||||
This signal is emitted when all rows are unselected in a CList.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::unselect-row ##### -->
|
||||
<para>
|
||||
This signal is emitted when the user unselects a row in the list.
|
||||
It is emitted for every row that is unselected in a multi-selection or
|
||||
by calling gtk_clist_unselect_all(). It is also emitted for the
|
||||
previously selected row in a "single" or "browse" mode CList.
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@row: The selected row
|
||||
@column: The column where the selection occured.
|
||||
@event:
|
||||
|
||||
<!-- ##### ARG GtkCList:n-columns ##### -->
|
||||
<para>
|
||||
An integer value for a column.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:reorderable ##### -->
|
||||
<para>
|
||||
A boolean value for determining if the user can re-order the CList's
|
||||
columns.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:row-height ##### -->
|
||||
<para>
|
||||
An integer value representing the height of a row in pixels.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:selection-mode ##### -->
|
||||
<para>
|
||||
Sets the type of selection mode for the CList.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:shadow-type ##### -->
|
||||
<para>
|
||||
Sets the shadowing for the CList.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:sort-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:titles-active ##### -->
|
||||
<para>
|
||||
A boolean value for setting whether the column titles can be
|
||||
clicked.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:use-drag-icons ##### -->
|
||||
<para>
|
||||
A boolean value for setting whether to use icons during drag
|
||||
operations.
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkCellType ##### -->
|
||||
<para>
|
||||
Identifies the type of element in the current cell of the CList. Cells can
|
||||
@ -1111,194 +1302,3 @@ aspect of the #GtkCList widget.
|
||||
@adjustment: A pointer to a #GtkAdjustment widget, or NULL.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::abort-column-resize ##### -->
|
||||
<para>
|
||||
This signal is emitted when a column resize is aborted.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::click-column ##### -->
|
||||
<para>
|
||||
This signal is emitted when a column title is clicked.
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@column: The number of the column.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::end-selection ##### -->
|
||||
<para>
|
||||
This signal is emitted when a selection ends in a
|
||||
multiple selection CList.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::extend-selection ##### -->
|
||||
<para>
|
||||
This signal is emitted when the selection is extended.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
@scroll_type: A #GtkScrollType value of any scrolling operation the
|
||||
occured during the selection.
|
||||
@position: A value between 0.0 and 1.0.
|
||||
@auto_start_selection: %TRUE or %FALSE.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::resize-column ##### -->
|
||||
<para>
|
||||
This signal is emitted when a column is resized.
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@column: The number of the column
|
||||
@width: The new width of the column.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::row-move ##### -->
|
||||
<para>
|
||||
This signal is emitted when a row is moved.
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@arg1: The source position of the row.
|
||||
@arg2: The destination position of the row.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::scroll-horizontal ##### -->
|
||||
<para>
|
||||
This signal is emitted when the CList is scrolled horizontally.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
@scroll_type: A #GtkScrollType value of how the scroll operation occured.
|
||||
@position: a value between 0.0 and 1.0.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::scroll-vertical ##### -->
|
||||
<para>
|
||||
This signal is emitted when the CList is scrolled vertically.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
@scroll_type: A #GtkScrollType value of how the scroll operation occured.
|
||||
@position: A value between 0.0 and 1.0.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::select-all ##### -->
|
||||
<para>
|
||||
This signal is emitted when all the rows are selected in a CList.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::select-row ##### -->
|
||||
<para>
|
||||
This signal is emitted when the user selects a row in the list.
|
||||
It is emitted for every row that is selected in a multi-selection or
|
||||
by calling gtk_clist_select_all().
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@row: The row selected.
|
||||
@column: The column where the selection occured.
|
||||
@event: A #GdkEvent structure for the selection.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::start-selection ##### -->
|
||||
<para>
|
||||
This signal is emitted when a drag-selection is started in
|
||||
a multiple-selection CList.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::toggle-add-mode ##### -->
|
||||
<para>
|
||||
This signal is emitted when "add mode" is toggled.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::toggle-focus-row ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::undo-selection ##### -->
|
||||
<para>
|
||||
This signal is emitted when an undo selection occurs in the CList,
|
||||
probably via calling gtk_clist_undo_selection().
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::unselect-all ##### -->
|
||||
<para>
|
||||
This signal is emitted when all rows are unselected in a CList.
|
||||
</para>
|
||||
|
||||
@clist: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCList::unselect-row ##### -->
|
||||
<para>
|
||||
This signal is emitted when the user unselects a row in the list.
|
||||
It is emitted for every row that is unselected in a multi-selection or
|
||||
by calling gtk_clist_unselect_all(). It is also emitted for the
|
||||
previously selected row in a "single" or "browse" mode CList.
|
||||
</para>
|
||||
|
||||
@clist: The object which received the signal.
|
||||
@row: The selected row
|
||||
@column: The column where the selection occured.
|
||||
@event:
|
||||
|
||||
<!-- ##### ARG GtkCList:n-columns ##### -->
|
||||
<para>
|
||||
An integer value for a column.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:reorderable ##### -->
|
||||
<para>
|
||||
A boolean value for determining if the user can re-order the CList's
|
||||
columns.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:row-height ##### -->
|
||||
<para>
|
||||
An integer value representing the height of a row in pixels.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:selection-mode ##### -->
|
||||
<para>
|
||||
Sets the type of selection mode for the CList.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:shadow-type ##### -->
|
||||
<para>
|
||||
Sets the shadowing for the CList.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:sort-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:titles-active ##### -->
|
||||
<para>
|
||||
A boolean value for setting whether the column titles can be
|
||||
clicked.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCList:use-drag-icons ##### -->
|
||||
<para>
|
||||
A boolean value for setting whether to use icons during drag
|
||||
operations.
|
||||
</para>
|
||||
|
||||
|
@ -21,6 +21,33 @@ selection dialog to change the color. It is suitable widget for selecting a colo
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkColorButton::color-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@colorbutton: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkColorButton:alpha ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorButton:color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorButton:use-alpha ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_color_button_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -29,6 +56,15 @@ selection dialog to change the color. It is suitable widget for selecting a colo
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_color_button_new_with_color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@color:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_color_button_set_color ##### -->
|
||||
<para>
|
||||
|
||||
@ -101,30 +137,3 @@ selection dialog to change the color. It is suitable widget for selecting a colo
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkColorButton::color-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@colorbutton: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkColorButton:alpha ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorButton:color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorButton:use-alpha ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -25,6 +25,34 @@ and should be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkColorSelection::color-changed ##### -->
|
||||
<para>
|
||||
This signal is emitted when the color changes in the #GtkColorSelection
|
||||
according to its update policy.
|
||||
</para>
|
||||
|
||||
@colorselection: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkColorSelection:current-alpha ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelection:current-color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelection:has-opacity-control ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelection:has-palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_color_selection_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -258,31 +286,3 @@ time.
|
||||
@color:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkColorSelection::color-changed ##### -->
|
||||
<para>
|
||||
This signal is emitted when the color changes in the #GtkColorSelection
|
||||
according to its update policy.
|
||||
</para>
|
||||
|
||||
@colorselection: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkColorSelection:current-alpha ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelection:current-color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelection:has-opacity-control ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelection:has-palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -106,6 +106,31 @@ an application.)
|
||||
@entry:
|
||||
@list:
|
||||
|
||||
<!-- ##### ARG GtkCombo:allow-empty ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCombo:case-sensitive ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCombo:enable-arrow-keys ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCombo:enable-arrows-always ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCombo:value-in-list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_combo_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkCombo.
|
||||
@ -195,28 +220,3 @@ instead.
|
||||
@combo: a #GtkCombo.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkCombo:allow-empty ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCombo:case-sensitive ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCombo:enable-arrow-keys ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCombo:enable-arrows-always ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCombo:value-in-list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -19,7 +19,43 @@ GtkComboBox
|
||||
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
|
||||
<!-- ##### SIGNAL GtkComboBox::changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@combobox: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkComboBox:active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkComboBox:column-span-column ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkComboBox:model ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkComboBox:row-span-column ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkComboBox:wrap-width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkComboBox:appearance ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_combo_box_new ##### -->
|
||||
<para>
|
||||
|
@ -19,7 +19,11 @@ GtkComboBoxEntry
|
||||
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
|
||||
<!-- ##### ARG GtkComboBoxEntry:text-column ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_combo_box_entry_new ##### -->
|
||||
<para>
|
||||
|
@ -102,6 +102,52 @@ changes, use gtk_widget_child_notify().
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkContainer::add ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### SIGNAL GtkContainer::check-resize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkContainer::remove ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### SIGNAL GtkContainer::set-focus-child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### ARG GtkContainer:border-width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkContainer:child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkContainer:resize-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### MACRO GTK_IS_RESIZE_CONTAINER ##### -->
|
||||
<para>
|
||||
|
||||
@ -464,49 +510,3 @@ Does the same as gtk_container_get_children().
|
||||
@class:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkContainer::add ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### SIGNAL GtkContainer::check-resize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkContainer::remove ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### SIGNAL GtkContainer::set-focus-child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container: the object which received the signal.
|
||||
@widget:
|
||||
|
||||
<!-- ##### ARG GtkContainer:border-width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkContainer:child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkContainer:resize-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -75,6 +75,94 @@ node.</entry>
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::change-focus-row-expansion ##### -->
|
||||
<para>
|
||||
The row which has the focus is either collapsed or expanded
|
||||
or toggled.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@expansion: What is being done.
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-collapse ##### -->
|
||||
<para>
|
||||
Emitted when a node is collapsed.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node:
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-expand ##### -->
|
||||
<para>
|
||||
Emitted when a node is expanded.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node:
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-move ##### -->
|
||||
<para>
|
||||
Emitted when a node is moved.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node: The node that is moved.
|
||||
@new_parent: The new parent of the node.
|
||||
@new_sibling: The new sibling of the node.
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-select-row ##### -->
|
||||
<para>
|
||||
Emitted when a row is selected.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node: The node corresponding to the selected row.
|
||||
@column: The column which was selected.
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-unselect-row ##### -->
|
||||
<para>
|
||||
Emitted when a node is unselected.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node: The node corresponding to the selected row.
|
||||
@column:
|
||||
|
||||
<!-- ##### ARG GtkCTree:expander-style ##### -->
|
||||
<para>
|
||||
The style of the expander buttons.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:indent ##### -->
|
||||
<para>
|
||||
The number of pixels to indent the tree levels.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:line-style ##### -->
|
||||
<para>
|
||||
The style of the lines in the tree graphic.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:n-columns ##### -->
|
||||
<para>
|
||||
The number of columns in the tree.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:show-stub ##### -->
|
||||
<para>
|
||||
FIXME
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:spacing ##### -->
|
||||
<para>
|
||||
The number of pixels between the tree and the columns.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:tree-column ##### -->
|
||||
<para>
|
||||
The column in which the actual tree graphic appears.
|
||||
</para>
|
||||
|
||||
<!-- ##### MACRO GTK_CTREE_ROW ##### -->
|
||||
<para>
|
||||
Used to get the #GtkCTreeRow structure corresponding to the given #GtkCTreeNode.
|
||||
@ -1163,91 +1251,3 @@ criteria etc.
|
||||
@show_stub:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::change-focus-row-expansion ##### -->
|
||||
<para>
|
||||
The row which has the focus is either collapsed or expanded
|
||||
or toggled.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@expansion: What is being done.
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-collapse ##### -->
|
||||
<para>
|
||||
Emitted when a node is collapsed.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node:
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-expand ##### -->
|
||||
<para>
|
||||
Emitted when a node is expanded.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node:
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-move ##### -->
|
||||
<para>
|
||||
Emitted when a node is moved.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node: The node that is moved.
|
||||
@new_parent: The new parent of the node.
|
||||
@new_sibling: The new sibling of the node.
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-select-row ##### -->
|
||||
<para>
|
||||
Emitted when a row is selected.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node: The node corresponding to the selected row.
|
||||
@column: The column which was selected.
|
||||
|
||||
<!-- ##### SIGNAL GtkCTree::tree-unselect-row ##### -->
|
||||
<para>
|
||||
Emitted when a node is unselected.
|
||||
</para>
|
||||
|
||||
@ctree: the object which received the signal.
|
||||
@node: The node corresponding to the selected row.
|
||||
@column:
|
||||
|
||||
<!-- ##### ARG GtkCTree:expander-style ##### -->
|
||||
<para>
|
||||
The style of the expander buttons.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:indent ##### -->
|
||||
<para>
|
||||
The number of pixels to indent the tree levels.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:line-style ##### -->
|
||||
<para>
|
||||
The style of the lines in the tree graphic.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:n-columns ##### -->
|
||||
<para>
|
||||
The number of columns in the tree.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:show-stub ##### -->
|
||||
<para>
|
||||
FIXME
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:spacing ##### -->
|
||||
<para>
|
||||
The number of pixels between the tree and the columns.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCTree:tree-column ##### -->
|
||||
<para>
|
||||
The column in which the actual tree graphic appears.
|
||||
</para>
|
||||
|
||||
|
@ -48,6 +48,41 @@ should be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCurve::curve-type-changed ##### -->
|
||||
<para>
|
||||
Emitted when the curve type has been changed.
|
||||
The curve type can be changed explicitly with a call to
|
||||
gtk_curve_set_curve_type(). It is also changed as a side-effect of
|
||||
calling gtk_curve_reset() or gtk_curve_set_gamma().
|
||||
</para>
|
||||
|
||||
@curve: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkCurve:curve-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCurve:max-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCurve:max-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCurve:min-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCurve:min-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_curve_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkCurve.
|
||||
@ -124,38 +159,3 @@ curve will be changed as little as possible.
|
||||
@type: the type of the curve.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCurve::curve-type-changed ##### -->
|
||||
<para>
|
||||
Emitted when the curve type has been changed.
|
||||
The curve type can be changed explicitly with a call to
|
||||
gtk_curve_set_curve_type(). It is also changed as a side-effect of
|
||||
calling gtk_curve_reset() or gtk_curve_set_gamma().
|
||||
</para>
|
||||
|
||||
@curve: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkCurve:curve-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCurve:max-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCurve:max-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCurve:min-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCurve:min-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -140,6 +140,44 @@ as any other #GtkHButtonBox.
|
||||
@vbox:
|
||||
@action_area:
|
||||
|
||||
<!-- ##### SIGNAL GtkDialog::close ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dialog: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkDialog::response ##### -->
|
||||
<para>
|
||||
Emitted when an action widget is clicked, the dialog receives a delete event, or
|
||||
the application programmer calls gtk_dialog_response(). On a delete event, the
|
||||
response ID is #GTK_RESPONSE_NONE. Otherwise, it depends on which action widget
|
||||
was clicked.
|
||||
</para>
|
||||
|
||||
@dialog: the object which received the signal.
|
||||
@arg1: the response ID
|
||||
|
||||
<!-- ##### ARG GtkDialog:has-separator ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkDialog:action-area-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkDialog:button-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkDialog:content-area-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkDialogFlags ##### -->
|
||||
<para>
|
||||
|
||||
@ -276,41 +314,3 @@ directly, but into the @vbox and @action_area, as described above.
|
||||
@setting:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkDialog::close ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dialog: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkDialog::response ##### -->
|
||||
<para>
|
||||
Emitted when an action widget is clicked, the dialog receives a delete event, or
|
||||
the application programmer calls gtk_dialog_response(). On a delete event, the
|
||||
response ID is #GTK_RESPONSE_NONE. Otherwise, it depends on which action widget
|
||||
was clicked.
|
||||
</para>
|
||||
|
||||
@dialog: the object which received the signal.
|
||||
@arg1: the response ID
|
||||
|
||||
<!-- ##### ARG GtkDialog:has-separator ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkDialog:action-area-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkDialog:button-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkDialog:content-area-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -87,6 +87,50 @@ editable by the user.</entry>
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::changed ##### -->
|
||||
<para>
|
||||
Indicates that the user has changed the contents
|
||||
of the widget.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is deleted from
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely. The @start_pos
|
||||
and @end_pos parameters are interpreted as for
|
||||
gtk_editable_delete_text()
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@start_pos: the starting position.
|
||||
@end_pos: the end position.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is inserted into
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@new_text: the new text to insert.
|
||||
@new_text_length: the length of the new text.
|
||||
@position: the position at which to insert the new text.
|
||||
this is an in-out paramter. After the signal
|
||||
emission is finished, it should point after
|
||||
the newly inserted text.
|
||||
|
||||
<!-- ##### FUNCTION gtk_editable_select_region ##### -->
|
||||
<para>
|
||||
Selects a region of text. The characters that
|
||||
@ -247,47 +291,3 @@ widget or not.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::changed ##### -->
|
||||
<para>
|
||||
Indicates that the user has changed the contents
|
||||
of the widget.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is deleted from
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely. The @start_pos
|
||||
and @end_pos parameters are interpreted as for
|
||||
gtk_editable_delete_text()
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@start_pos: the starting position.
|
||||
@end_pos: the end position.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is inserted into
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@new_text: the new text to insert.
|
||||
@new_text_length: the length of the new text.
|
||||
@position: the position at which to insert the new text.
|
||||
this is an in-out paramter. After the signal
|
||||
emission is finished, it should point after
|
||||
the newly inserted text.
|
||||
|
||||
|
@ -31,6 +31,131 @@ The #GtkEntry-struct struct contains only private data.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::activate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::copy-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::cut-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::delete-from-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::insert-at-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::move-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::paste-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::populate-popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::toggle-overwrite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkEntry:activates-default ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:cursor-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:editable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:has-frame ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:invisible-char ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:max-length ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:scroll-offset ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:selection-bound ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:visibility ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:width-chars ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_entry_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkEntry widget.
|
||||
@ -265,128 +390,21 @@ use gtk_editable_set_editable() instead.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::activate ##### -->
|
||||
<!-- ##### FUNCTION gtk_entry_set_completion ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@entry:
|
||||
@completion:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::copy-clipboard ##### -->
|
||||
|
||||
<!-- ##### FUNCTION gtk_entry_get_completion ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@entry:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::cut-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::delete-from-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::insert-at-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::move-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::paste-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::populate-popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntry::toggle-overwrite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkEntry:activates-default ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:cursor-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:editable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:has-frame ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:invisible-char ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:max-length ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:scroll-offset ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:selection-bound ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:visibility ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:width-chars ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -19,7 +19,34 @@ GtkEntryCompletion
|
||||
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntryCompletion::action-activated ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entrycompletion: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkEntryCompletion::match-selected ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entrycompletion: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### ARG GtkEntryCompletion:minimum-key-length ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntryCompletion:model ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkEntryCompletionMatchFunc ##### -->
|
||||
<para>
|
||||
|
@ -296,6 +296,18 @@ Indicated the relief to be drawn around a #GtkButton.
|
||||
@GTK_RESIZE_QUEUE:
|
||||
@GTK_RESIZE_IMMEDIATE:
|
||||
|
||||
<!-- ##### ENUM GtkScrollStep ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GTK_SCROLL_STEPS:
|
||||
@GTK_SCROLL_PAGES:
|
||||
@GTK_SCROLL_ENDS:
|
||||
@GTK_SCROLL_HORIZONTAL_STEPS:
|
||||
@GTK_SCROLL_HORIZONTAL_PAGES:
|
||||
@GTK_SCROLL_HORIZONTAL_ENDS:
|
||||
|
||||
<!-- ##### ENUM GtkScrollType ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -23,14 +23,6 @@ should be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_event_box_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkEventBox.
|
||||
</para>
|
||||
|
||||
@Returns: a new #GtkEventBox.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkEventBox:above-child ##### -->
|
||||
<para>
|
||||
|
||||
@ -41,3 +33,47 @@ Creates a new #GtkEventBox.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_event_box_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkEventBox.
|
||||
</para>
|
||||
|
||||
@Returns: a new #GtkEventBox.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_event_box_set_above_child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@event_box:
|
||||
@above_child:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_event_box_get_above_child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@event_box:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_event_box_set_visible_window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@event_box:
|
||||
@visible_window:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_event_box_get_visible_window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@event_box:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -21,6 +21,48 @@ the triangles used in a #GtkTreeView.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkExpander::activate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@expander: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkExpander:expanded ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:label-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:use-underline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:expander-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:expander-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_expander_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -129,45 +171,3 @@ the triangles used in a #GtkTreeView.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkExpander::activate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@expander: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkExpander:expanded ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:label-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:use-underline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:expander-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkExpander:expander-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -140,6 +140,21 @@ The #GtkFileSelection struct contains the following #GtkWidget fields:
|
||||
@button_area:
|
||||
@action_area:
|
||||
|
||||
<!-- ##### ARG GtkFileSelection:filename ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFileSelection:select-multiple ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFileSelection:show-fileops ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_selection_new ##### -->
|
||||
<para>
|
||||
Creates a new file selection dialog box. By default it will contain a #GtkTreeView of the application's current working directory, and a file listing. Operation buttons that allow the user to create a directory, delete files and rename files, are also present.
|
||||
@ -220,18 +235,3 @@ Hides the file operation buttons that normally appear at the top of the dialog.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkFileSelection:filename ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFileSelection:select-multiple ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFileSelection:show-fileops ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -84,6 +84,16 @@ their positions.</entry>
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkFixed:x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFixed:y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkFixedChild ##### -->
|
||||
<para>
|
||||
The #GtkFixedChild-struct struct contains the following fields.
|
||||
@ -166,13 +176,3 @@ Moves a child of a #GtkFixed container to the given position.
|
||||
@has_window:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkFixed:x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFixed:y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -21,6 +21,43 @@ dialog to change the font. It is suitable widget for selecting a font in a prefe
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkFontButton::font-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@fontbutton: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkFontButton:font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:show-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:show-style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:use-font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:use-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_button_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -147,40 +184,3 @@ dialog to change the font. It is suitable widget for selecting a font in a prefe
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkFontButton::font-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@fontbutton: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkFontButton:font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:show-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:show-style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:use-font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontButton:use-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -52,6 +52,21 @@ only be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkFontSelection:font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontSelection:font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontSelection:preview-text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkFontSelection.
|
||||
@ -107,18 +122,3 @@ Sets the text displayed in the preview area.
|
||||
@text: the text to display in the preview area.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkFontSelection:font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontSelection:font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontSelection:preview-text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -24,6 +24,36 @@ label can be controlled with gtk_frame_set_label_align().
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkFrame:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:label-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:label-xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:label-yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:shadow ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_frame_new ##### -->
|
||||
<para>
|
||||
Create a new Frame, with optional label @label.
|
||||
@ -115,33 +145,3 @@ Set the shadow type for the Frame widget.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkFrame:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:label-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:label-xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:label-yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:shadow ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFrame:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -77,6 +77,53 @@ child is attached or detached.</entry>
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkHandleBox::child-attached ##### -->
|
||||
<para>
|
||||
This signal is emitted when the contents of the
|
||||
handlebox are reattached to the main window.
|
||||
</para>
|
||||
|
||||
@handlebox: the object which received the signal.
|
||||
@widget: the child widget of the handlebox.
|
||||
(this argument provides no extra information
|
||||
and is here only for backwards-compatibility)
|
||||
|
||||
<!-- ##### SIGNAL GtkHandleBox::child-detached ##### -->
|
||||
<para>
|
||||
This signal is emitted when the contents of the
|
||||
handlebox are detached from the main window.
|
||||
</para>
|
||||
|
||||
@handlebox: the object which received the signal.
|
||||
@widget: the child widget of the handlebox.
|
||||
(this argument provides no extra information
|
||||
and is here only for backwards-compatibility)
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:handle-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:shadow ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:snap-edge ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:snap-edge-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_handle_box_new ##### -->
|
||||
<para>
|
||||
Create a new handle box.
|
||||
@ -155,50 +202,3 @@ in the future.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkHandleBox::child-attached ##### -->
|
||||
<para>
|
||||
This signal is emitted when the contents of the
|
||||
handlebox are reattached to the main window.
|
||||
</para>
|
||||
|
||||
@handlebox: the object which received the signal.
|
||||
@widget: the child widget of the handlebox.
|
||||
(this argument provides no extra information
|
||||
and is here only for backwards-compatibility)
|
||||
|
||||
<!-- ##### SIGNAL GtkHandleBox::child-detached ##### -->
|
||||
<para>
|
||||
This signal is emitted when the contents of the
|
||||
handlebox are detached from the main window.
|
||||
</para>
|
||||
|
||||
@handlebox: the object which received the signal.
|
||||
@widget: the child widget of the handlebox.
|
||||
(this argument provides no extra information
|
||||
and is here only for backwards-compatibility)
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:handle-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:shadow ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:snap-edge ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:snap-edge-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -118,6 +118,13 @@ gtk_icon_theme_set_custom_theme().
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkIconTheme::changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@icontheme: the object which received the signal.
|
||||
|
||||
<!-- ##### ENUM GtkIconLookupFlags ##### -->
|
||||
<para>
|
||||
|
||||
@ -389,10 +396,3 @@ gtk_icon_theme_set_custom_theme().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkIconTheme::changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@icontheme: the object which received the signal.
|
||||
|
||||
|
@ -108,6 +108,56 @@ below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkImage:file ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:icon-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:icon-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:image ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:mask ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:pixbuf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:pixbuf-animation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:pixmap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:stock ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:storage-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkImageType ##### -->
|
||||
<para>
|
||||
Describes the image data representation used by a #GtkImage. If you
|
||||
@ -359,53 +409,3 @@ Gets the #GtkImage.
|
||||
@mask: a #GdkBitmap that indicates which parts of the image should be transparent.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkImage:file ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:icon-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:icon-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:image ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:mask ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:pixbuf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:pixbuf-animation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:pixmap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:stock ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:storage-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -24,6 +24,11 @@ fill in the text label.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkImageMenuItem:image ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_menu_item_set_image ##### -->
|
||||
<para>
|
||||
|
||||
@ -81,8 +86,3 @@ fill in the text label.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkImageMenuItem:image ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -20,6 +20,53 @@ Base class for input method contexts
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::commit ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::delete-surrounding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::preedit-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::preedit-end ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::preedit-start ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::retrieve-surrounding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gtk_im_context_set_client_window ##### -->
|
||||
<para>
|
||||
|
||||
@ -125,50 +172,3 @@ Base class for input method contexts
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::commit ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::delete-surrounding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::preedit-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::preedit-end ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::preedit-start ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::retrieve-surrounding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@imcontext: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
|
@ -43,14 +43,6 @@ immediately.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_input_dialog_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkInputDialog.
|
||||
</para>
|
||||
|
||||
@Returns: the new #GtkInputDialog.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkInputDialog::disable-device ##### -->
|
||||
<para>
|
||||
This signal is emitted when the user changes the
|
||||
@ -71,3 +63,11 @@ mode of a device from #GDK_MODE_DISABLED to a
|
||||
@inputdialog: the object which received the signal.
|
||||
@deviceid: The ID of the newly enabled device.
|
||||
|
||||
<!-- ##### FUNCTION gtk_input_dialog_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkInputDialog.
|
||||
</para>
|
||||
|
||||
@Returns: the new #GtkInputDialog.
|
||||
|
||||
|
||||
|
@ -25,6 +25,11 @@ The #GtkInvisible-struct struct contains no public fields.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkInvisible:screen ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_invisible_new ##### -->
|
||||
<para>
|
||||
</para>
|
||||
@ -59,8 +64,3 @@ The #GtkInvisible-struct struct contains no public fields.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkInvisible:screen ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -22,6 +22,27 @@ should be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkItem::deselect ##### -->
|
||||
<para>
|
||||
Emitted when the item is deselected.
|
||||
</para>
|
||||
|
||||
@item: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkItem::select ##### -->
|
||||
<para>
|
||||
Emitted when the item is selected.
|
||||
</para>
|
||||
|
||||
@item: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkItem::toggle ##### -->
|
||||
<para>
|
||||
Emitted when the item is toggled.
|
||||
</para>
|
||||
|
||||
@item: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gtk_item_select ##### -->
|
||||
<para>
|
||||
Emits the "select" signal on the given item.
|
||||
@ -46,24 +67,3 @@ Emits the "toggle" signal on the given item.
|
||||
@item: a #GtkItem.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkItem::deselect ##### -->
|
||||
<para>
|
||||
Emitted when the item is deselected.
|
||||
</para>
|
||||
|
||||
@item: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkItem::select ##### -->
|
||||
<para>
|
||||
Emitted when the item is selected.
|
||||
</para>
|
||||
|
||||
@item: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkItem::toggle ##### -->
|
||||
<para>
|
||||
Emitted when the item is toggled.
|
||||
</para>
|
||||
|
||||
@item: the object which received the signal.
|
||||
|
||||
|
@ -145,6 +145,91 @@ described below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkLabel::copy-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@label: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkLabel::move-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@label: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### SIGNAL GtkLabel::populate-popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@label: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkLabel:attributes ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:cursor-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:justify ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:mnemonic-keyval ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:mnemonic-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:selectable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:selection-bound ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:use-markup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:use-underline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:wrap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_label_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -446,88 +531,3 @@ Gtk+ 1.0.x.
|
||||
@setting:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkLabel::copy-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@label: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkLabel::move-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@label: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### SIGNAL GtkLabel::populate-popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@label: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkLabel:attributes ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:cursor-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:justify ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:mnemonic-keyval ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:mnemonic-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:selectable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:selection-bound ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:use-markup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:use-underline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLabel:wrap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -34,6 +34,45 @@ area.
|
||||
|
||||
@bin_window:
|
||||
|
||||
<!-- ##### SIGNAL GtkLayout::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layout: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GtkLayout:hadjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:height ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:vadjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_layout_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -142,42 +181,3 @@ area.
|
||||
@adjustment:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkLayout::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layout: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GtkLayout:hadjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:height ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:vadjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkLayout:y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -35,6 +35,34 @@ type.</para></listitem>
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkList::select-child ##### -->
|
||||
<para>
|
||||
The child @widget has just been selected.
|
||||
</para>
|
||||
|
||||
@list: the object which received the signal.
|
||||
@widget: the newly selected child.
|
||||
|
||||
<!-- ##### SIGNAL GtkList::selection-changed ##### -->
|
||||
<para>
|
||||
The selection of the widget has just changed.
|
||||
</para>
|
||||
|
||||
@list: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkList::unselect-child ##### -->
|
||||
<para>
|
||||
The child @widget has just been unselected.
|
||||
</para>
|
||||
|
||||
@list: the object which received the signal.
|
||||
@widget: the newly unselected child.
|
||||
|
||||
<!-- ##### ARG GtkList:selection-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkList.
|
||||
@ -332,31 +360,3 @@ effect if a drag selection is not active.
|
||||
@list: the list widget.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkList::select-child ##### -->
|
||||
<para>
|
||||
The child @widget has just been selected.
|
||||
</para>
|
||||
|
||||
@list: the object which received the signal.
|
||||
@widget: the newly selected child.
|
||||
|
||||
<!-- ##### SIGNAL GtkList::selection-changed ##### -->
|
||||
<para>
|
||||
The selection of the widget has just changed.
|
||||
</para>
|
||||
|
||||
@list: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkList::unselect-child ##### -->
|
||||
<para>
|
||||
The child @widget has just been unselected.
|
||||
</para>
|
||||
|
||||
@list: the object which received the signal.
|
||||
@widget: the newly unselected child.
|
||||
|
||||
<!-- ##### ARG GtkList:selection-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -30,42 +30,6 @@ only be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_item_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkListitem.
|
||||
</para>
|
||||
|
||||
@Returns: a new #GtkListItem.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_item_new_with_label ##### -->
|
||||
<para>
|
||||
Creates a new #GtkListItem with a child label containing the given string.
|
||||
</para>
|
||||
|
||||
@label: the string to use for the child label.
|
||||
@Returns: a new #GtkListItem with a child #GtkLabel with the text set to
|
||||
@label.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_item_select ##### -->
|
||||
<para>
|
||||
Selects the item, by emitting the item's "select" signal.
|
||||
Depending on the selection mode of the list, this may cause other items to
|
||||
be deselected.
|
||||
</para>
|
||||
|
||||
@list_item: a #GtkListItem.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_item_deselect ##### -->
|
||||
<para>
|
||||
Deselects the item, by emitting the item's "deselect" signal.
|
||||
</para>
|
||||
|
||||
@list_item: a #GtkListItem.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkListItem::end-selection ##### -->
|
||||
<para>
|
||||
|
||||
@ -143,3 +107,39 @@ Deselects the item, by emitting the item's "deselect" signal.
|
||||
|
||||
@listitem: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_item_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkListitem.
|
||||
</para>
|
||||
|
||||
@Returns: a new #GtkListItem.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_item_new_with_label ##### -->
|
||||
<para>
|
||||
Creates a new #GtkListItem with a child label containing the given string.
|
||||
</para>
|
||||
|
||||
@label: the string to use for the child label.
|
||||
@Returns: a new #GtkListItem with a child #GtkLabel with the text set to
|
||||
@label.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_item_select ##### -->
|
||||
<para>
|
||||
Selects the item, by emitting the item's "select" signal.
|
||||
Depending on the selection mode of the list, this may cause other items to
|
||||
be deselected.
|
||||
</para>
|
||||
|
||||
@list_item: a #GtkListItem.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_item_deselect ##### -->
|
||||
<para>
|
||||
Deselects the item, by emitting the item's "deselect" signal.
|
||||
</para>
|
||||
|
||||
@list_item: a #GtkListItem.
|
||||
|
||||
|
||||
|
@ -83,6 +83,54 @@ should be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkMenu::move-scroll ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menu: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkMenu:tearoff-title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:bottom-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:left-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:right-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:top-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:horizontal-offset ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:vertical-offset ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:vertical-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkMenu.
|
||||
@ -150,6 +198,19 @@ Moves a #GtkMenuItem to a new position within the #GtkMenu.
|
||||
0 to n-1.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menu:
|
||||
@child:
|
||||
@left_attach:
|
||||
@right_attach:
|
||||
@top_attach:
|
||||
@bottom_attach:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_popup ##### -->
|
||||
|
||||
|
||||
@ -327,51 +388,3 @@ will be called when the menu is later detached from the widget.
|
||||
@menu: the #GtkMenu being detached.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkMenu::move-scroll ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menu: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkMenu:tearoff-title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:bottom-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:left-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:right-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:top-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:horizontal-offset ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:vertical-offset ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:vertical-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -20,6 +20,16 @@ The #GtkMenuBar struct contains the following fields. (These fields should be co
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkMenuBar:internal-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuBar:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_bar_new ##### -->
|
||||
<para>
|
||||
Creates the new #GtkMenuBar
|
||||
@ -64,13 +74,3 @@ Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position
|
||||
@position: the position in the item list where the @child is added.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkMenuBar:internal-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuBar:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -39,6 +39,57 @@ only a few are really useful.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuItem::activate ##### -->
|
||||
<para>
|
||||
Emitted when the item is activated.
|
||||
</para>
|
||||
|
||||
@menuitem: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuItem::activate-item ##### -->
|
||||
<para>
|
||||
Emitted when the item is activated, but also if the menu item has a
|
||||
submenu. For normal applications, the relevant signal is "activate".
|
||||
</para>
|
||||
|
||||
@menuitem: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuItem::toggle-size-allocate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menuitem: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuItem::toggle-size-request ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menuitem: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:arrow-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:horizontal-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:selected-shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:toggle-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_item_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkMenuItem.
|
||||
@ -170,54 +221,3 @@ Sets the menu item to be right-justified. Only useful for menu bars.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuItem::activate ##### -->
|
||||
<para>
|
||||
Emitted when the item is activated.
|
||||
</para>
|
||||
|
||||
@menuitem: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuItem::activate-item ##### -->
|
||||
<para>
|
||||
Emitted when the item is activated, but also if the menu item has a
|
||||
submenu. For normal applications, the relevant signal is "activate".
|
||||
</para>
|
||||
|
||||
@menuitem: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuItem::toggle-size-allocate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menuitem: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuItem::toggle-size-request ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menuitem: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:arrow-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:horizontal-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:selected-shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:toggle-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -41,6 +41,55 @@ an application.)
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::activate-current ##### -->
|
||||
<para>
|
||||
An action signal that activates the current menu item within the menu
|
||||
shell.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
@force_hide: if TRUE, hide the menu after activating the menu item.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::cancel ##### -->
|
||||
<para>
|
||||
An action signal which cancels the selection within the menu shell.
|
||||
Causes the GtkMenuShell::selection-done signal to be emitted.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::cycle-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::deactivate ##### -->
|
||||
<para>
|
||||
This signal is emitted when a menu shell is deactivated.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::move-current ##### -->
|
||||
<para>
|
||||
An action signal which moves the current menu item in the direction
|
||||
specified by @direction.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
@direction: the direction to move.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::selection-done ##### -->
|
||||
<para>
|
||||
This signal is emitted when a selection has been completed within a menu
|
||||
shell.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_shell_append ##### -->
|
||||
<para>
|
||||
Adds a new #GtkMenuItem to the end of the menu shell's item list.
|
||||
@ -153,52 +202,3 @@ An enumeration representing directional movements within a menu.
|
||||
@GTK_MENU_DIR_NEXT:
|
||||
@GTK_MENU_DIR_PREV:
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::activate-current ##### -->
|
||||
<para>
|
||||
An action signal that activates the current menu item within the menu
|
||||
shell.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
@force_hide: if TRUE, hide the menu after activating the menu item.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::cancel ##### -->
|
||||
<para>
|
||||
An action signal which cancels the selection within the menu shell.
|
||||
Causes the GtkMenuShell::selection-done signal to be emitted.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::cycle-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::deactivate ##### -->
|
||||
<para>
|
||||
This signal is emitted when a menu shell is deactivated.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::move-current ##### -->
|
||||
<para>
|
||||
An action signal which moves the current menu item in the direction
|
||||
specified by @direction.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
@direction: the direction to move.
|
||||
|
||||
<!-- ##### SIGNAL GtkMenuShell::selection-done ##### -->
|
||||
<para>
|
||||
This signal is emitted when a selection has been completed within a menu
|
||||
shell.
|
||||
</para>
|
||||
|
||||
@menushell: the object which received the signal.
|
||||
|
||||
|
@ -64,6 +64,21 @@ You might do a non-modal #GtkMessageDialog as follows:
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkMessageDialog:buttons ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMessageDialog:message-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMessageDialog:message-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkMessageType ##### -->
|
||||
<para>
|
||||
The type of message being displayed in the dialog.
|
||||
@ -116,18 +131,3 @@ then call gtk_dialog_add_buttons().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkMessageDialog:buttons ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMessageDialog:message-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMessageDialog:message-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -60,6 +60,26 @@ in pixels.</entry>
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkMisc:xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMisc:xpad ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMisc:yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMisc:ypad ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_misc_set_alignment ##### -->
|
||||
<para>
|
||||
Sets the alignment of the widget.
|
||||
@ -102,23 +122,3 @@ in pixels.
|
||||
@ypad:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkMisc:xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMisc:xpad ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMisc:yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMisc:ypad ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -36,6 +36,151 @@ will be a popup menu allowing the users to switch pages.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::change-current-page ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
<!-- # Unused Parameters # -->
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::focus-tab ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::move-focus-out ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::select-page ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::switch-page ##### -->
|
||||
<para>
|
||||
Emitted when the user or a function changes the current page.
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@page: the new current page
|
||||
@page_num: the index of the page
|
||||
|
||||
<!-- ##### ARG GtkNotebook:enable-popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:homogeneous ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:page ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:scrollable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:show-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:show-tabs ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-hborder ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-pos ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-vborder ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:menu-label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-expand ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-fill ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-pack ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:has-backward-stepper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:has-forward-stepper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:has-secondary-backward-stepper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:has-secondary-forward-stepper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkNotebookPage ##### -->
|
||||
<para>
|
||||
The #GtkNotebookPage is an opaque implementation detail of #GtkNotebook.
|
||||
@ -409,148 +554,3 @@ gtk_notebook_set_current_page() instead.
|
||||
@page_num:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::change-current-page ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
<!-- # Unused Parameters # -->
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::focus-tab ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::move-focus-out ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::select-page ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::switch-page ##### -->
|
||||
<para>
|
||||
Emitted when the user or a function changes the current page.
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@page: the new current page
|
||||
@page_num: the index of the page
|
||||
|
||||
<!-- ##### ARG GtkNotebook:enable-popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:homogeneous ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:page ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:scrollable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:show-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:show-tabs ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-hborder ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-pos ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-vborder ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:menu-label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-expand ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-fill ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:tab-pack ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:has-backward-stepper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:has-forward-stepper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:has-secondary-backward-stepper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkNotebook:has-secondary-forward-stepper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -98,6 +98,20 @@ The object itself. You should never use these members directly -
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkObject::destroy ##### -->
|
||||
<para>
|
||||
Signals that all holders of a reference to the #GtkObject should release
|
||||
the reference that they hold. May result in finalization of the object
|
||||
if all references are released.
|
||||
</para>
|
||||
|
||||
@object: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkObject:user-data ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### MACRO GTK_OBJECT_TYPE ##### -->
|
||||
<para>
|
||||
Gets the type of an object.
|
||||
@ -497,17 +511,3 @@ Useless deprecated macro. Ignore it.
|
||||
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkObject::destroy ##### -->
|
||||
<para>
|
||||
Signals that all holders of a reference to the #GtkObject should release
|
||||
the reference that they hold. May result in finalization of the object
|
||||
if all references are released.
|
||||
</para>
|
||||
|
||||
@object: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkObject:user-data ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -24,33 +24,6 @@ Base class for text-editing widgets
|
||||
@selection_end_pos:
|
||||
@has_selection:
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkTextFunction ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@editable:
|
||||
@time_:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_old_editable_claim_selection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@old_editable:
|
||||
@claim:
|
||||
@time_:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_old_editable_changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@old_editable:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkOldEditable::activate ##### -->
|
||||
<para>
|
||||
|
||||
@ -163,3 +136,30 @@ Base class for text-editing widgets
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkTextFunction ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@editable:
|
||||
@time_:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_old_editable_claim_selection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@old_editable:
|
||||
@claim:
|
||||
@time_:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_old_editable_changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@old_editable:
|
||||
|
||||
|
||||
|
@ -32,6 +32,28 @@ should be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkOptionMenu::changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@optionmenu: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkOptionMenu:menu ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkOptionMenu:indicator-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkOptionMenu:indicator-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_option_menu_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkOptionMenu.
|
||||
@ -88,25 +110,3 @@ selected value for the option menu.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkOptionMenu::changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@optionmenu: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkOptionMenu:menu ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkOptionMenu:indicator-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkOptionMenu:indicator-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -73,6 +73,82 @@ gtk_widget_set_size_request (frame2, 50, -1);
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::accept-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::cancel-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::cycle-child-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::cycle-handle-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::move-handle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::toggle-handle-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### ARG GtkPaned:position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPaned:position-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPaned:resize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPaned:shrink ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPaned:handle-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_paned_add1 ##### -->
|
||||
<para>
|
||||
Adds a child to the top or left pane with
|
||||
@ -154,79 +230,3 @@ gutter (the area between the two panes). It does nothing now.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::accept-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::cancel-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::cycle-child-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::cycle-handle-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::move-handle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::toggle-handle-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### ARG GtkPaned:position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPaned:position-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPaned:resize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPaned:shrink ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPaned:handle-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -34,6 +34,13 @@ inside the first applications window.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkPlug::embedded ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@plug: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gtk_plug_construct ##### -->
|
||||
<para>
|
||||
</para>
|
||||
@ -79,10 +86,3 @@ inside the first applications window.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkPlug::embedded ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@plug: the object which received the signal.
|
||||
|
||||
|
@ -32,6 +32,11 @@ should be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkPreview:expand ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkPreviewInfo ##### -->
|
||||
<para>
|
||||
Contains information about global properties
|
||||
@ -255,8 +260,3 @@ once used for changing the colormap and visual on the fly.
|
||||
|
||||
|
||||
|
||||
<!-- ##### ARG GtkPreview:expand ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -23,6 +23,26 @@ and should be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkProgress:activity-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkProgress:show-text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkProgress:text-xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkProgress:text-yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_progress_set_show_text ##### -->
|
||||
<para>
|
||||
Controls whether progress text is shown.
|
||||
@ -187,23 +207,3 @@ the #GtkProgress.
|
||||
@max: the maximum progress value.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkProgress:activity-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkProgress:show-text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkProgress:text-xalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkProgress:text-yalign ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -23,6 +23,19 @@ only private members and should not be accessed directly.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkRadioAction::changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@radioaction: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkRadioAction:value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_radio_action_get_group ##### -->
|
||||
<para>
|
||||
|
||||
@ -50,16 +63,3 @@ only private members and should not be accessed directly.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkRadioAction::changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@radioaction: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkRadioAction:value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -91,6 +91,11 @@ functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkRadioButton:group ##### -->
|
||||
<para>
|
||||
Sets a new group for a radio button.
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_radio_button_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkRadioButton. To be of any practical value, a widget should
|
||||
@ -183,8 +188,3 @@ Retrieves the group assigned to a radio button.
|
||||
as @radio_button.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkRadioButton:group ##### -->
|
||||
<para>
|
||||
Sets a new group for a radio button.
|
||||
</para>
|
||||
|
||||
|
@ -20,6 +20,77 @@ Base class for widgets which visualize an adjustment
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkRange::adjust-bounds ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@range: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkRange::move-slider ##### -->
|
||||
<para>
|
||||
Virtual function that moves the slider. Used for keybindings.
|
||||
</para>
|
||||
|
||||
@range: the #GtkRange
|
||||
@arg1:
|
||||
<!-- # Unused Parameters # -->
|
||||
@step: how to move the slider
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkRange::value-changed ##### -->
|
||||
<para>
|
||||
Emitted when the range value changes.
|
||||
</para>
|
||||
|
||||
@range: the #GtkRange
|
||||
|
||||
<!-- ##### ARG GtkRange:adjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:inverted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:update-policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:arrow-displacement-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:arrow-displacement-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:slider-width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:stepper-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:stepper-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:trough-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_range_get_adjustment ##### -->
|
||||
<para>
|
||||
|
||||
@ -112,74 +183,3 @@ Base class for widgets which visualize an adjustment
|
||||
@value:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkRange::adjust-bounds ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@range: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkRange::move-slider ##### -->
|
||||
<para>
|
||||
Virtual function that moves the slider. Used for keybindings.
|
||||
</para>
|
||||
|
||||
@range: the #GtkRange
|
||||
@arg1:
|
||||
<!-- # Unused Parameters # -->
|
||||
@step: how to move the slider
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkRange::value-changed ##### -->
|
||||
<para>
|
||||
Emitted when the range value changes.
|
||||
</para>
|
||||
|
||||
@range: the #GtkRange
|
||||
|
||||
<!-- ##### ARG GtkRange:adjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:inverted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:update-policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:arrow-displacement-x ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:arrow-displacement-y ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:slider-width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:stepper-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:stepper-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:trough-border ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -37,6 +37,26 @@ points are really 1/72.27 in.)
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkRuler:lower ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRuler:max-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRuler:position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRuler:upper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkRulerMetric ##### -->
|
||||
<para>
|
||||
This should be points_per_unit. This is the size of the unit in 1/72nd's of an inch and has nothing to do with screen pixels.
|
||||
@ -92,23 +112,3 @@ This sets the range of the ruler using gfloat lower, gfloat upper, gfloat positi
|
||||
@max_size:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkRuler:lower ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRuler:max-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRuler:position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRuler:upper ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -50,6 +50,55 @@ slider.</entry>
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkScale::format-value ##### -->
|
||||
<para>
|
||||
Signal which allows you to change how the scale value is displayed. Connect a
|
||||
signal handler which returns an allocated string representing @value.
|
||||
That string will then be used to display the scale's value.
|
||||
Here's an example signal handler which displays a value 1.0 as
|
||||
with "-->1.0<--".
|
||||
<informalexample><programlisting>
|
||||
static gchar*
|
||||
format_value_callback (GtkScale *scale,
|
||||
gdouble value)
|
||||
{
|
||||
return g_strdup_printf ("-->%0.*g<--",
|
||||
gtk_scale_get_digits (scale), value);
|
||||
}
|
||||
</programlisting></informalexample>
|
||||
</para>
|
||||
|
||||
@scale: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns: allocated string representing @value
|
||||
<!-- # Unused Parameters # -->
|
||||
@value: value to format
|
||||
|
||||
<!-- ##### ARG GtkScale:digits ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScale:draw-value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScale:value-pos ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScale:slider-length ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScale:value-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_set_digits ##### -->
|
||||
<para>
|
||||
Sets the number of decimal places that are displayed in the value. Also causes
|
||||
@ -109,52 +158,3 @@ Gets the position in which the current value is displayed.
|
||||
@Returns: the position in which the current value is displayed.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkScale::format-value ##### -->
|
||||
<para>
|
||||
Signal which allows you to change how the scale value is displayed. Connect a
|
||||
signal handler which returns an allocated string representing @value.
|
||||
That string will then be used to display the scale's value.
|
||||
Here's an example signal handler which displays a value 1.0 as
|
||||
with "-->1.0<--".
|
||||
<informalexample><programlisting>
|
||||
static gchar*
|
||||
format_value_callback (GtkScale *scale,
|
||||
gdouble value)
|
||||
{
|
||||
return g_strdup_printf ("-->%0.*g<--",
|
||||
gtk_scale_get_digits (scale), value);
|
||||
}
|
||||
</programlisting></informalexample>
|
||||
</para>
|
||||
|
||||
@scale: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns: allocated string representing @value
|
||||
<!-- # Unused Parameters # -->
|
||||
@value: value to format
|
||||
|
||||
<!-- ##### ARG GtkScale:digits ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScale:draw-value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScale:value-pos ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScale:slider-length ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScale:value-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -75,6 +75,58 @@ only be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkScrolledWindow::move-focus-out ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scrolledwindow: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkScrolledWindow::scroll-child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scrolledwindow: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:hadjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:hscrollbar-policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:vadjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:vscrollbar-policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:window-placement ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:scrollbar-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_scrolled_window_new ##### -->
|
||||
<para>
|
||||
Creates a new scrolled window. The two arguments are the scrolled
|
||||
@ -225,55 +277,3 @@ Sets the #GtkAdjustment for the vertical scrollbar.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkScrolledWindow::move-focus-out ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scrolledwindow: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkScrolledWindow::scroll-child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scrolledwindow: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:hadjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:hscrollbar-policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:vadjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:vscrollbar-policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:window-placement ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:scrollbar-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -20,6 +20,101 @@ Sharing settings between applications
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-can-change-accels ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-color-palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-cursor-blink ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-cursor-blink-time ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-dnd-drag-threshold ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-double-click-time ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-entry-select-on-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-icon-sizes ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-icon-theme-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-key-theme-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-bar-accel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-bar-popup-delay ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-popdown-delay ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-menu-popup-delay ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-split-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-theme-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-toolbar-icon-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-toolbar-style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkSettingsValue ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -56,6 +56,11 @@ reached from the widget by a chain of size groups of type
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSizeGroup:mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkSizeGroupMode ##### -->
|
||||
<para>
|
||||
|
||||
@ -113,8 +118,3 @@ reached from the widget by a chain of size groups of type
|
||||
@widget:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSizeGroup:mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -100,6 +100,28 @@ never be set by an application.)
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkSocket::plug-added ##### -->
|
||||
<para>
|
||||
This signal is emitted when a client is successfully
|
||||
added to the socket.
|
||||
</para>
|
||||
|
||||
@socket: the object which received the signal.
|
||||
<!-- # Unused Parameters # -->
|
||||
@socket_: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkSocket::plug-removed ##### -->
|
||||
<para>
|
||||
This signal is emitted when a client is removed from the socket. The
|
||||
default action is to destroy the #GtkSocket widget, so if you want to
|
||||
reuse it you must add a signal handler that returns %TRUE.
|
||||
</para>
|
||||
|
||||
@socket: the object which received the signal.
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@socket_: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gtk_socket_new ##### -->
|
||||
<para>
|
||||
</para>
|
||||
@ -135,25 +157,3 @@ never be set by an application.)
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkSocket::plug-added ##### -->
|
||||
<para>
|
||||
This signal is emitted when a client is successfully
|
||||
added to the socket.
|
||||
</para>
|
||||
|
||||
@socket: the object which received the signal.
|
||||
<!-- # Unused Parameters # -->
|
||||
@socket_: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkSocket::plug-removed ##### -->
|
||||
<para>
|
||||
This signal is emitted when a client is removed from the socket. The
|
||||
default action is to destroy the #GtkSocket widget, so if you want to
|
||||
reuse it you must add a signal handler that returns %TRUE.
|
||||
</para>
|
||||
|
||||
@socket: the object which received the signal.
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@socket_: the object which received the signal.
|
||||
|
||||
|
@ -104,6 +104,83 @@ and should only be modified using the functions below.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::change-value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spinbutton: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::input ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spinbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::output ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spinbutton: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::value-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spinbutton: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:adjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:climb-rate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:digits ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:numeric ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:snap-to-ticks ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:update-policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:wrap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:shadow-type ##### -->
|
||||
<para>
|
||||
the type of border that surrounds the arrows of a spin button.
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkSpinButtonUpdatePolicy ##### -->
|
||||
<para>
|
||||
|
||||
@ -401,80 +478,3 @@ use gtk_spin_button_get_value() instead.
|
||||
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::change-value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spinbutton: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::input ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spinbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::output ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spinbutton: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::value-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spinbutton: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:adjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:climb-rate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:digits ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:numeric ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:snap-to-ticks ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:update-policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:wrap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSpinButton:shadow-type ##### -->
|
||||
<para>
|
||||
the type of border that surrounds the arrows of a spin button.
|
||||
</para>
|
||||
|
||||
|
@ -52,6 +52,34 @@ Contains private data that should be modified with the functions described below
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkStatusbar::text-popped ##### -->
|
||||
<para>
|
||||
Is emitted whenever a new message is popped off a statusbar's stack.
|
||||
</para>
|
||||
|
||||
@statusbar: the object which received the signal.
|
||||
@context_id: the context id of the relevant message/statusbar.
|
||||
@text: the message that was just popped.
|
||||
|
||||
<!-- ##### SIGNAL GtkStatusbar::text-pushed ##### -->
|
||||
<para>
|
||||
Is emitted whenever a new message gets pushed onto a statusbar's stack.
|
||||
</para>
|
||||
|
||||
@statusbar: the object which received the signal.
|
||||
@context_id: the context id of the relevant message/statusbar.
|
||||
@text: the message that was pushed.
|
||||
|
||||
<!-- ##### ARG GtkStatusbar:has-resize-grip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkStatusbar:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_statusbar_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkStatusbar ready for messages.
|
||||
@ -120,31 +148,3 @@ Returns whether the statusbar has a resize grip.
|
||||
@Returns: %TRUE if the statusbar has a resize grip.
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkStatusbar::text-popped ##### -->
|
||||
<para>
|
||||
Is emitted whenever a new message is popped off a statusbar's stack.
|
||||
</para>
|
||||
|
||||
@statusbar: the object which received the signal.
|
||||
@context_id: the context id of the relevant message/statusbar.
|
||||
@text: the message that was just popped.
|
||||
|
||||
<!-- ##### SIGNAL GtkStatusbar::text-pushed ##### -->
|
||||
<para>
|
||||
Is emitted whenever a new message gets pushed onto a statusbar's stack.
|
||||
</para>
|
||||
|
||||
@statusbar: the object which received the signal.
|
||||
@context_id: the context id of the relevant message/statusbar.
|
||||
@text: the message that was pushed.
|
||||
|
||||
<!-- ##### ARG GtkStatusbar:has-resize-grip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkStatusbar:shadow-type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -55,6 +55,71 @@ The <structname>GtkTable</structname> structure holds the data for the actual ta
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkTable:column-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:homogeneous ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:n-columns ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:n-rows ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:row-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:bottom-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:left-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:right-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:top-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:x-options ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:x-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:y-options ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:y-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkTableChild ##### -->
|
||||
<para>
|
||||
The <structfield>widget</structfield> field is a pointer to the widget that
|
||||
@ -251,68 +316,3 @@ to %FALSE if this is not your desired behaviour.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkTable:column-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:homogeneous ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:n-columns ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:n-rows ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:row-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:bottom-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:left-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:right-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:top-attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:x-options ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:x-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:y-options ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTable:y-padding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -30,6 +30,37 @@ Listed below are a few exceptions and how to use them.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkText::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@text: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GtkText:hadjustment ##### -->
|
||||
<para>
|
||||
Used by the #GtkText widget to keep track of the size of its horizontal
|
||||
text.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkText:line-wrap ##### -->
|
||||
<para>
|
||||
Boolean value indicating whether line wrap is enabled or not.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkText:vadjustment ##### -->
|
||||
<para>
|
||||
Used by the #GtkText widget to keep track of the size of its vertical
|
||||
text.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkText:word-wrap ##### -->
|
||||
<para>
|
||||
Boolean value indicated whether word wrap is enabled or not.
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkTextFont ##### -->
|
||||
<para>
|
||||
Internal #GtkText data type.
|
||||
@ -202,34 +233,3 @@ Returns the character at the given index within the #GtkText widget.
|
||||
@index: the number of characters from the upper left corner
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkText::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@text: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GtkText:hadjustment ##### -->
|
||||
<para>
|
||||
Used by the #GtkText widget to keep track of the size of its horizontal
|
||||
text.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkText:line-wrap ##### -->
|
||||
<para>
|
||||
Boolean value indicating whether line wrap is enabled or not.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkText:vadjustment ##### -->
|
||||
<para>
|
||||
Used by the #GtkText widget to keep track of the size of its vertical
|
||||
text.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkText:word-wrap ##### -->
|
||||
<para>
|
||||
Boolean value indicated whether word wrap is enabled or not.
|
||||
</para>
|
||||
|
||||
|
@ -29,6 +29,115 @@ types related to the text widget and how they work together.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::apply-tag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::begin-user-action ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::delete-range ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::end-user-action ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::insert-child-anchor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::insert-pixbuf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::insert-text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
<!-- # Unused Parameters # -->
|
||||
@arg4:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::mark-deleted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::mark-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::modified-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::remove-tag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### ARG GtkTextBuffer:tag-table ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_buffer_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -628,112 +737,3 @@ types related to the text widget and how they work together.
|
||||
@clipboard:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::apply-tag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::begin-user-action ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::delete-range ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::end-user-action ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::insert-child-anchor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::insert-pixbuf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::insert-text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
<!-- # Unused Parameters # -->
|
||||
@arg4:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::mark-deleted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::mark-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::modified-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextBuffer::remove-tag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textbuffer: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### ARG GtkTextBuffer:tag-table ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -38,146 +38,6 @@ planned to be implemented in future releases.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ENUM GtkWrapMode ##### -->
|
||||
<para>
|
||||
Describes a type of line wrapping.
|
||||
</para>
|
||||
|
||||
@GTK_WRAP_NONE: do not wrap lines; just make the text area wider
|
||||
@GTK_WRAP_CHAR: wrap text, breaking lines anywhere the cursor can
|
||||
appear (between characters, usually - if you want to
|
||||
be technical, between graphemes, see
|
||||
pango_get_log_attrs())
|
||||
@GTK_WRAP_WORD: wrap text, breaking lines in between words
|
||||
@GTK_WRAP_WORD_CHAR: wrap text, breaking lines in between words, or if
|
||||
that is not enough, also between graphemes.
|
||||
|
||||
<!-- ##### STRUCT GtkTextAttributes ##### -->
|
||||
<para>
|
||||
Using #GtkTextAttributes directly should rarely be necessary. It's
|
||||
primarily useful with gtk_text_iter_get_attributes(). As with most
|
||||
GTK+ structs, the fields in this struct should only be read, never
|
||||
modified directly.
|
||||
</para>
|
||||
|
||||
@appearance: pointer to sub-struct containing certain attributes
|
||||
@justification:
|
||||
@direction:
|
||||
@font:
|
||||
@font_scale:
|
||||
@left_margin:
|
||||
@indent:
|
||||
@right_margin:
|
||||
@pixels_above_lines:
|
||||
@pixels_below_lines:
|
||||
@pixels_inside_wrap:
|
||||
@tabs:
|
||||
@wrap_mode:
|
||||
@language:
|
||||
@invisible:
|
||||
@bg_full_height:
|
||||
@editable:
|
||||
@realized:
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_tag_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_tag_get_priority ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tag:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_tag_set_priority ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tag:
|
||||
@priority:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_tag_event ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tag:
|
||||
@event_object:
|
||||
@event:
|
||||
@iter:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkTextAppearance ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@bg_color:
|
||||
@fg_color:
|
||||
@bg_stipple:
|
||||
@fg_stipple:
|
||||
@rise:
|
||||
@underline:
|
||||
@strikethrough:
|
||||
@draw_bg:
|
||||
@inside_selection:
|
||||
@is_text:
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_copy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@src:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@dest:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_copy_values ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@src:
|
||||
@dest:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_unref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@values:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_ref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@values:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTextTag::event ##### -->
|
||||
<para>
|
||||
|
||||
@ -494,3 +354,143 @@ modified directly.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkWrapMode ##### -->
|
||||
<para>
|
||||
Describes a type of line wrapping.
|
||||
</para>
|
||||
|
||||
@GTK_WRAP_NONE: do not wrap lines; just make the text area wider
|
||||
@GTK_WRAP_CHAR: wrap text, breaking lines anywhere the cursor can
|
||||
appear (between characters, usually - if you want to
|
||||
be technical, between graphemes, see
|
||||
pango_get_log_attrs())
|
||||
@GTK_WRAP_WORD: wrap text, breaking lines in between words
|
||||
@GTK_WRAP_WORD_CHAR: wrap text, breaking lines in between words, or if
|
||||
that is not enough, also between graphemes.
|
||||
|
||||
<!-- ##### STRUCT GtkTextAttributes ##### -->
|
||||
<para>
|
||||
Using #GtkTextAttributes directly should rarely be necessary. It's
|
||||
primarily useful with gtk_text_iter_get_attributes(). As with most
|
||||
GTK+ structs, the fields in this struct should only be read, never
|
||||
modified directly.
|
||||
</para>
|
||||
|
||||
@appearance: pointer to sub-struct containing certain attributes
|
||||
@justification:
|
||||
@direction:
|
||||
@font:
|
||||
@font_scale:
|
||||
@left_margin:
|
||||
@indent:
|
||||
@right_margin:
|
||||
@pixels_above_lines:
|
||||
@pixels_below_lines:
|
||||
@pixels_inside_wrap:
|
||||
@tabs:
|
||||
@wrap_mode:
|
||||
@language:
|
||||
@invisible:
|
||||
@bg_full_height:
|
||||
@editable:
|
||||
@realized:
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_tag_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_tag_get_priority ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tag:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_tag_set_priority ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tag:
|
||||
@priority:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_tag_event ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tag:
|
||||
@event_object:
|
||||
@event:
|
||||
@iter:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkTextAppearance ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@bg_color:
|
||||
@fg_color:
|
||||
@bg_stipple:
|
||||
@fg_stipple:
|
||||
@rise:
|
||||
@underline:
|
||||
@strikethrough:
|
||||
@draw_bg:
|
||||
@inside_selection:
|
||||
@is_text:
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_copy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@src:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@dest:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_copy_values ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@src:
|
||||
@dest:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_unref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@values:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_attributes_ref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@values:
|
||||
|
||||
|
||||
|
@ -27,6 +27,31 @@ types related to the text widget and how they work together.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTextTagTable::tag-added ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@texttagtable: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextTagTable::tag-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@texttagtable: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextTagTable::tag-removed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@texttagtable: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkTextTagTableForeach ##### -->
|
||||
<para>
|
||||
|
||||
@ -91,28 +116,3 @@ types related to the text widget and how they work together.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTextTagTable::tag-added ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@texttagtable: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextTagTable::tag-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@texttagtable: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextTagTable::tag-removed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@texttagtable: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
|
@ -26,6 +26,189 @@ types related to the text widget and how they work together.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::copy-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::cut-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::delete-from-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::insert-at-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::move-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::move-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::move-viewport ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::page-horizontally ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::paste-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::populate-popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::select-all ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::set-anchor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::toggle-overwrite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkTextView:accepts-tab ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:buffer ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:cursor-visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:editable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:indent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:justification ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:left-margin ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:overwrite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:pixels-above-lines ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:pixels-below-lines ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:pixels-inside-wrap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:right-margin ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:tabs ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:wrap-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkTextWindowType ##### -->
|
||||
<para>
|
||||
|
||||
@ -597,6 +780,24 @@ multiple views.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_view_set_accepts_tab ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@text_view:
|
||||
@accepts_tab:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_view_get_accepts_tab ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@text_view:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_view_get_default_attributes ##### -->
|
||||
<para>
|
||||
|
||||
@ -614,186 +815,3 @@ in an idle job in the background.
|
||||
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::copy-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::cut-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::delete-from-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::insert-at-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::move-cursor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::move-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::move-viewport ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::page-horizontally ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::paste-clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::populate-popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::select-all ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::set-anchor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTextView::toggle-overwrite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@textview: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GtkTextView:accepts-tab ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:buffer ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:cursor-visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:editable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:indent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:justification ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:left-margin ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:overwrite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:pixels-above-lines ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:pixels-below-lines ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:pixels-inside-wrap ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:right-margin ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:tabs ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:wrap-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user