GTK

From Gui

(Difference between revisions)
(Add GtkNotebook widget)
(Classified textareas)
Line 22: Line 22:
** GtkScaleButton
** GtkScaleButton
** GtkVolumeButton
** GtkVolumeButton
-
** GtkEntry <!-- single-line textbox -->
+
** GtkEntry [[Widget/Textarea]] <!-- single-line textbox -->
 +
** GtkText [[Widget/Textarea]] <!-- textarea -->
** GtkHScale
** GtkHScale
** GtkVScale
** GtkVScale
** GtkSpinButton
** GtkSpinButton
-
** GtkTextView
+
** GtkTextView [[Widget/Label]]
-
** GtkText <!-- textarea -->
+
** GtkTreeView
** GtkTreeView
** GtkCellView
** GtkCellView

Revision as of 01:17, 13 June 2009

http://library.gnome.org/devel/gtk/stable/

Contents

Widgets

Properties

GtkLabel / GtkAccelLabel

  • label
  • selectable
  • wrap
  • wrap-mode
  • width-chars
  • max-width-chars
  • single-line-mode
  • ellipsize
  • justify
  • use-markup
  • use-underline
    • pattern
  • mnemonic-keyval
  • mnemonic-widget
    • (also, accel-widget for GtkAccelLabel)

GtkImage

  • storage-type

One of

  • file
  • gicon
  • icon-set
  • image
  • pixbuf
  • stock

Events

Personal tools