libgailutil.3(3) Introduction to Library Functions libgailutil.3(3)NAME
libgailutil - GTK+ Accessibility Implementation Library Utilities
DESCRIPTION
The libgailutil library provides useful accessibility functions that are common to many GTK+ components. These functions are used when
implementing accessibility support for a customized GTK+ based component.
To access the API documentation, you must install the developer version of the package.
FILES
The following files are used by this application:
/usr/lib/libgailutil.so GTK+ Accessibility shared library
/usr/share/gtk-doc/html Location of developer documentation
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-libs |
+-----------------------------+-----------------------------+
|Interface stability |External |
+-----------------------------+-----------------------------+
SEE ALSO libatk-1.0(3), libgtk-x11-2.0(3)NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2004.
SunOS 5.10 31 Aug 2004 libgailutil.3(3)
Check Out this Related Man Page
libgailutil.3(3) Introduction to Library Functions libgailutil.3(3)NAME
libgailutil - GTK+ Accessibility Implementation Library Utilities
DESCRIPTION
The libgailutil library provides useful accessibility functions that are common to many GTK+ components. These functions are used when
implementing accessibility support for a customized GTK+ based component.
To access the API documentation, you must install the developer version of the package.
FILES
The following files are used by this application:
/usr/lib/libgailutil.so GTK+ Accessibility shared library
/usr/share/gtk-doc/html Location of developer documentation
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-libs |
+-----------------------------+-----------------------------+
|Interface stability |External |
+-----------------------------+-----------------------------+
SEE ALSO libatk-1.0(3), libgtk-x11-2.0(3)NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2004.
SunOS 5.10 31 Aug 2004 libgailutil.3(3)
Hi!
What do I need to do to install GTK so I can use Perl GUI's in UNIX? I want to install it in my account. I am not a sys admin or anything.
Thanks in advance,
P. (1 Reply)
Discussion started by: pmcg
1 Replies
2. Post Here to Contact Site Administrators and Moderators
Hai,
I am santhosh,I am fresher to this Forum,I want details about GTK+ Project(All Widgets--- I mean how they are programming in callback.c file).
if it possible please send information regarding this Glade tool.I want to interface glade with Modbus protocol,
Thankyou
with best regards,... (0 Replies)
An in house development team is building a website and we were wondering what from a Web Accessibility standpoint is a best practice when it comes to resizing text. Most browsers have a menu item to resize text, but not all users may know it is there or may have difficulty reaching it. Some... (6 Replies)
Hi,
I would like to undergo training in GTK+ .
Please if any one has an idea where in bangalore i get the coaching centers for GTK.
Regards,
MrUser. (2 Replies)
Hi guys.
I want to document some information for my software. I like redhat documentations template. are these documents made by special software like GTK-Doc for Gnome or it is done by hand? (2 Replies)
Hello!
I have a problem with a GTK themes in KDE environment.
When I set the GTK style in application's styles in control center, it's looks like this screen:
Arrows on "places" and "files": In GTK it's a "GtkTreeView" widget class and I can't separate they. It's only one color for a two... (2 Replies)
I'm new to GTK development, so I've been going through the examples just to capture the basics. I've done a lot of Unix GUI development before, but it was all Xt/Motif stuff. So, the GTK scheduler is something new to me.
That said, I was going through the color selection example here, and was... (8 Replies)
I believe this may be a difference in GTK+-2.0 and GTK+-3.0. I followed this tutorial and ended up with this error:
# gcc -Wall -g mnemonics.c -o mnemonics `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0`
mnemonics.c: In function ‘main':
mnemonics.c:44:61: error: ‘GDK_q' undeclared... (3 Replies)
Hi all,
I am trying to link the GDAL libraries and GTK. This is my compile line.....not sure why I am getting these errors.
bash-4.2$ gcc proj.c -o proj $(shell pkg-config --libs gthread-2.0 gtk+-2.0) -I/usr/lib/ -lproj
bash: shell: command not found
/usr/bin/ld: skipping incompatible... (1 Reply)